Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c247 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
308 if (ISSET_BH(i)) j = i; in fallbackSort()
319 while (ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()
320 if (ISSET_BH(k)) { in fallbackSort()
322 while (ISSET_BH(k)) k++; in fallbackSort()
326 while (!ISSET_BH(k) && UNALIGNED_BH(k)) k++; in fallbackSort()
327 if (!ISSET_BH(k)) { in fallbackSort()
329 while (!ISSET_BH(k)) k++; in fallbackSort()
373 #undef ISSET_BH