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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c672 machine_inst_t *instr, *limit, theInstr, i1, i2; local
691 i1 = instr[1];
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)) {
699 theInstr = i1;
722 i1 = instr[0];
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))
730 theInstr = i1;
1188 machine_inst_t *instr, *limit, theInstr, i1, i local
[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 ;) {
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++;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h246 #define CCN528_C(i1,i0,h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0,d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
249 CCN16_C(i1,i0)

Completed in 25 milliseconds