Home
last modified time | relevance | path

Searched refs:ISSET_BH (Results 1 – 6 of 6) sorted by relevance

/external/bzip2/
Dblocksort.c207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
268 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
/external/valgrind/main/VEX/switchback/
Dtest_bzip2.c2229 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
2290 if (ISSET_BH(i)) j = i; in fallbackSort()
2301 while (ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()
2302 if (ISSET_BH(k)) { in fallbackSort()
2304 while (ISSET_BH(k)) k++; in fallbackSort()
2308 while (!ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()
2309 if (!ISSET_BH(k)) { in fallbackSort()
2311 while (!ISSET_BH(k)) k++; in fallbackSort()
2355 #undef ISSET_BH
/external/valgrind/main/memcheck/tests/
Dorigin5-bz2.c2244 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
2305 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
Dvarinfo6.c2282 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
2343 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
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.c2253 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
2314 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
/external/valgrind/main/perf/
Dbz2.c2244 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
2305 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