Home | History | Annotate | Download | only in tests

Lines Matching defs:SETMASK

2793 #define SETMASK (1 << 21)
2794 #define CLEARMASK (~(SETMASK))
2935 if ( ! (ftab[sb] & SETMASK) ) {
2951 ftab[sb] |= SETMASK;
2992 for (j = 0; j <= 255; j++) ftab[(j << 8) + ss] |= SETMASK;
3060 #undef SETMASK