Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c747 #define SETMASK (1 << 21) macro
748 #define CLEARMASK (~(SETMASK))
889 if ( ! (ftab[sb] & SETMASK) ) { in mainSort()
905 ftab[sb] |= SETMASK; in mainSort()
946 for (j = 0; j <= 255; j++) ftab[(j << 8) + ss] |= SETMASK; in mainSort()
1014 #undef SETMASK