Home
last modified time | relevance | path

Searched refs:i3 (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dlz4.c267 const int i3 = lz4_hash(w3); in lz4_encode_2gb() local
271 const uint8_t *c3 = src_begin + hash_table[i3].offset; in lz4_encode_2gb()
275 const uint32_t m3 = hash_table[i3].word; in lz4_encode_2gb()
283 hash_table[i3].offset = pos + 3; in lz4_encode_2gb()
284 hash_table[i3].word = w3; in lz4_encode_2gb()
/xnu-8019.80.24/bsd/dev/i386/
H A Dfbt_x86.c264 machine_inst_t *instr, *limit, theInstr, i1, i2, i3; in fbt_provide_probe() local
292 i3 = instr[3]; in fbt_provide_probe()
296 if (i1 == FBT_REX_RSP_RBP && i2 == FBT_MOV_RSP_RBP0 && i3 == FBT_MOV_RSP_RBP1) { in fbt_provide_probe()