Searched refs:target_cmp (Results 1 – 2 of 2) sorted by relevance
178 int cmp, target_cmp; variable190 target_cmp = 1;193 target_cmp = -1;196 target_cmp = 0;206 cmp = -target_cmp;207 } else if (target_cmp != 0) {208 if (!((cmp ^ target_cmp) & MASK_HIGH_BIT)) {696 int cmp, target_cmp; in search() local701 target_cmp = 1; in search()703 target_cmp = -1; in search()[all …]
483 int cmp, target_cmp; in L_() local488 target_cmp = 1; in L_()490 target_cmp = -1; in L_()492 target_cmp = 0; in L_()506 cmp = -target_cmp; in L_()508 else if (target_cmp != 0) in L_()509 if (!((cmp ^ target_cmp) & L_MASK_HIGH_BIT)) in L_()1029 int cmp, target_cmp; in L_() local1043 target_cmp = 1; in L_()1046 target_cmp = -1; in L_()[all …]