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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c459 machine_inst_t *instr, *limit, theInstr, i1, i2; local
627 i1 = instr[1];
632 if ((i1 == FBT_MOVL_ESP_EBP0_V0 && i2 == FBT_MOVL_ESP_EBP1_V0) ||
633 (i1 == FBT_MOVL_ESP_EBP0_V1 && i2 == FBT_MOVL_ESP_EBP1_V1)) {
635 theInstr = i1;
658 i1 = instr[0];
661 if (!(i1 == FBT_MOVL_ESP_EBP0_V0 && i2 == FBT_MOVL_ESP_EBP1_V0) &&
662 !(i1 == FBT_MOVL_ESP_EBP0_V1 && i2 == FBT_MOVL_ESP_EBP1_V1))
666 theInstr = i1;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_nbp.c871 register int i1, i2; local
897 for (i1 = i2 = left_index = 0; (unsigned) i1 < str1->len ;) {
898 ch1 = str1->str[i1];
909 if (i1 == str1->len-1) {
913 i1 = str1->len - 1;
927 i1--; i2--;
928 if (i1 == left_index) {
932 i1++; i2++; left_index++;

Completed in 26 milliseconds