Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dblocksort.cpp925 #define SETMASK (1 << 21) macro
926 #define CLEARMASK (~(SETMASK))
1071 if (!(ftab[sb] & SETMASK)) { in mainSort()
1088 ftab[sb] |= SETMASK; in mainSort()
1132 for (j = 0; j <= 255; j++) ftab[(j << 8) + ss] |= SETMASK; in mainSort()
1202 #undef SETMASK