Searched refs:ISSET_BH (Results 1 – 1 of 1) sorted by relevance
229 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro290 if (ISSET_BH(i)) in fallbackSort()304 while (ISSET_BH(k) && UNALIGNED_BH(k)) in fallbackSort()306 if (ISSET_BH(k)) { in fallbackSort()308 while (ISSET_BH(k)) k++; in fallbackSort()313 while (!ISSET_BH(k) && UNALIGNED_BH(k)) in fallbackSort()315 if (!ISSET_BH(k)) { in fallbackSort()317 while (!ISSET_BH(k)) k++; in fallbackSort()363 #undef ISSET_BH