Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/bzip2/lib/
H A Dblocksort.c795 #define SETMASK (1 << 21) macro
796 #define CLEARMASK (~(SETMASK))
937 if ( ! (ftab[sb] & SETMASK) ) { in mainSort()
953 ftab[sb] |= SETMASK; in mainSort()
987 for (j = 0; j <= 255; j++) ftab[(j << 8) + ss] |= SETMASK; in mainSort()
1055 #undef SETMASK