Searched refs:masktable (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/bitmap/dist/
H A Dbmtoa.c198 static unsigned const char masktable[] = { local in function:print_scanline
206 if (*dp & masktable[i]) {
H A Datobm.c232 static unsigned char masktable[] = { local in function:doit
303 if (on) slist->scanlines[slist->used] |= masktable[ind];
/xsrc/external/mit/xmodmap/dist/
H A Dexec.c76 static unsigned int masktable[8] = { local in function:mapping_busy_key
85 if (keymap[i >> 3] & masktable[i & 7]) {

Completed in 3 milliseconds