Home | History | Annotate | Download | only in tests

Lines Matching defs:SETMASK

2820 #define SETMASK (1 << 21)
2821 #define CLEARMASK (~(SETMASK))
2962 if ( ! (ftab[sb] & SETMASK) ) {
2978 ftab[sb] |= SETMASK;
3020 for (j = 0; j <= 255; j++) ftab[(j << 8) + ss] |= SETMASK;
3088 #undef SETMASK