Searched defs:bitmask (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.c73 static unsigned bitmask[] = { variable
137 register unsigned *b = &(bitmask[0]);
140 } while (++b < &(bitmask[WORDSIZE]));
267 a.setword[DIVWORD(b)] = bitmask[MODWORD(b)];
448 p = &(bitmask[0]);
475 return( a.setword[DIVWORD(b)] & bitmask[MODWORD(b)] );
528 register unsigned *b = &(bitmask[0]);
531 } while (++b < &(bitmask[WORDSIZE]));
561 register unsigned *b = &(bitmask[0]);
572 } while (++b < &(bitmask[WORDSIZ
[all...]
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dpointer.c418 unsigned char bitmask = 0x80; local
420 for (cx = 0; cx < w; cx++, bitmask >>= 1)
422 if (bitmask == 0)
423 bitmask = 0x80;
426 pm[cx / 8] &= ~bitmask;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.cpp65 SetWordType ANTLRParser::bitmask[sizeof(SetWordType)*8] = { member in class:ANTLRParser
465 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] );
483 register SetWordType *b = &(bitmask[0]);
486 } while (++b < &(bitmask[sizeof(SetWordType)*8]));
503 register SetWordType *b = &(bitmask[0]);
507 } while (++b < &(bitmask[sizeof(SetWordType)*8]));
H A DAParser.h150 static SetWordType bitmask[sizeof(SetWordType)*8]; member in class:ANTLRParser
H A Derr.h75 static SetWordType bitmask[] = { variable
407 register SetWordType *b = &(bitmask[0]);
411 } while (++b < &(bitmask[sizeof(SetWordType)*8]));
457 return( p[BSETDIVWORD(b)] & bitmask[BSETMODWORD(b)] );
480 register SetWordType *b = &(bitmask[0]);
483 } while (++b < &(bitmask[sizeof(SetWordType)*8]));
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp335 uint8_t bitmask = 0x80; local
338 for (x = 0; x < w; x++, bitmask >>= 1)
340 if (bitmask == 0)
342 bitmask = 0x80;
348 pu8DstAndMask[x / 8] &= ~bitmask;

Completed in 63 milliseconds