Searched refs:i2 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c672 machine_inst_t *instr, *limit, theInstr, i1, i2; local
692 i2 = instr[2];
696 if ((i1 == FBT_MOVL_ESP_EBP0_V0 && i2 == FBT_MOVL_ESP_EBP1_V0) ||
697 (i1 == FBT_MOVL_ESP_EBP0_V1 && i2 == FBT_MOVL_ESP_EBP1_V1)) {
723 i2 = instr[1];
725 if (!(i1 == FBT_MOVL_ESP_EBP0_V0 && i2 == FBT_MOVL_ESP_EBP1_V0) &&
726 !(i1 == FBT_MOVL_ESP_EBP0_V1 && i2 == FBT_MOVL_ESP_EBP1_V1))
1188 machine_inst_t *instr, *limit, theInstr, i1, i2, i3; local
1208 i2 = instr[2];
1213 if (i1 == FBT_REX_RSP_RBP && i2
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_nbp.c871 register int i1, i2; local
897 for (i1 = i2 = left_index = 0; (unsigned) i1 < str1->len ;) {
899 ch2 = str2->str[i2];
914 i2 = str2->len - 1;
927 i1--; i2--;
932 i1++; i2++; left_index++;

Completed in 17 milliseconds