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

/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
268 if (ISSET_BH(i)) j = i;
279 while (ISSET_BH(k) && UNALIGNED_BH(k)) k++;
280 if (ISSET_BH(k)) {
282 while (ISSET_BH(k)) k++;
286 while (!ISSET_BH(k) && UNALIGNED_BH(k)) k++;
287 if (!ISSET_BH(k)) {
289 while (!ISSET_BH(k)) k++;
333 #undef ISSET_BH macro

Completed in 75 milliseconds