Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c245 #define SET_BH(zz) bhtab[(zz) >> 5] |= (1 << ((zz) & 31)) macro
285 for (i = 0; i < 256; i++) SET_BH(ftab[i]); in fallbackSort()
295 SET_BH(nblock + 2*i); in fallbackSort()
343 if (cc != cc1) { SET_BH(i); cc = cc1; }; in fallbackSort()
371 #undef SET_BH