Searched refs:ISSET_BH (Results 1 – 5 of 5) sorted by relevance
207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro268 if (ISSET_BH(i)) j = i; in fallbackSort()279 while (ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()280 if (ISSET_BH(k)) { in fallbackSort()282 while (ISSET_BH(k)) k++; in fallbackSort()286 while (!ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()287 if (!ISSET_BH(k)) { in fallbackSort()289 while (!ISSET_BH(k)) k++; in fallbackSort()333 #undef ISSET_BH
2282 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro2343 if (ISSET_BH(i)) j = i; in fallbackSort()2354 while (ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()2355 if (ISSET_BH(k)) { in fallbackSort()2357 while (ISSET_BH(k)) k++; in fallbackSort()2361 while (!ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()2362 if (!ISSET_BH(k)) { in fallbackSort()2364 while (!ISSET_BH(k)) k++; in fallbackSort()2408 #undef ISSET_BH
2244 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro2305 if (ISSET_BH(i)) j = i; in fallbackSort()2316 while (ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()2317 if (ISSET_BH(k)) { in fallbackSort()2319 while (ISSET_BH(k)) k++; in fallbackSort()2323 while (!ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()2324 if (!ISSET_BH(k)) { in fallbackSort()2326 while (!ISSET_BH(k)) k++; in fallbackSort()2370 #undef ISSET_BH
2242 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro2303 if (ISSET_BH(i)) j = i; in fallbackSort()2314 while (ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()2315 if (ISSET_BH(k)) { in fallbackSort()2317 while (ISSET_BH(k)) k++; in fallbackSort()2321 while (!ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()2322 if (!ISSET_BH(k)) { in fallbackSort()2324 while (!ISSET_BH(k)) k++; in fallbackSort()2368 #undef ISSET_BH
2253 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro2314 if (ISSET_BH(i)) j = i; in fallbackSort()2325 while (ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()2326 if (ISSET_BH(k)) { in fallbackSort()2328 while (ISSET_BH(k)) k++; in fallbackSort()2332 while (!ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()2333 if (!ISSET_BH(k)) { in fallbackSort()2335 while (!ISSET_BH(k)) k++; in fallbackSort()2379 #undef ISSET_BH