Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c787 #define SETMASK (1 << 21) macro
788 #define CLEARMASK (~(SETMASK))
929 if ( ! (ftab[sb] & SETMASK) ) { in mainSort()
945 ftab[sb] |= SETMASK; in mainSort()
986 for (j = 0; j <= 255; j++) ftab[(j << 8) + ss] |= SETMASK; in mainSort()
1054 #undef SETMASK