Home
last modified time | relevance | path

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

/external/bzip2/
Dblocksort.c207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & ((UInt32)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
DCHANGES332 * Fix undefined behavior in the macros SET_BH, CLEAR_BH, & ISSET_BH