Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dblocksort.c205 #define SET_BH(zz) bhtab[(zz) >> 5] |= ((UInt32)1 << ((zz) & 31)) macro
245 for (i = 0; i < 256; i++) SET_BH(ftab[i]); in fallbackSort()
255 SET_BH(nblock + 2*i); in fallbackSort()
303 if (cc != cc1) { SET_BH(i); cc = cc1; }; in fallbackSort()
331 #undef SET_BH
H A DCHANGES332 * Fix undefined behavior in the macros SET_BH, CLEAR_BH, & ISSET_BH