Home
last modified time | relevance | path

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

/xnu-10002.1.13/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-10002.1.13/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()
/xnu-10002.1.13/osfmk/arm64/
H A Darm64_hypercall.c76 [i3] "r" (*x3), in hvc_5()
117 [i3] "r" (*w3) in hvc32_4()