Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dblocksort.c229 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) macro
290 if (ISSET_BH(i)) in fallbackSort()
304 while (ISSET_BH(k) && UNALIGNED_BH(k)) in fallbackSort()
306 if (ISSET_BH(k)) { in fallbackSort()
308 while (ISSET_BH(k)) k++; in fallbackSort()
313 while (!ISSET_BH(k) && UNALIGNED_BH(k)) in fallbackSort()
315 if (!ISSET_BH(k)) { in fallbackSort()
317 while (!ISSET_BH(k)) k++; in fallbackSort()
363 #undef ISSET_BH