HomeSort by relevance Sort by last modified time
    Searched full:maskbit (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c 55 unsigned char bit, databit, maskbit; local
97 maskbit = mask[i] & (1 << bit);
99 cursor->ph_cursor->images[i] |= (databit == 0) ? maskbit : 0;
101 * ignore the maskbit (can't do an inverted color) */
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 86 const bool maskBit = (pMask >> bit) & 1;
87 if (maskBit) {
  /external/llvm/lib/Support/
APInt.cpp 585 VAL |= maskBit(bitPosition);
587 pVal[whichWord(bitPosition)] |= maskBit(bitPosition);
594 VAL &= ~maskBit(bitPosition);
596 pVal[whichWord(bitPosition)] &= ~maskBit(bitPosition);
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 123 static uint64_t maskBit(unsigned bitPosition) {
855 return (maskBit(bitPosition) &
    [all...]

Completed in 160 milliseconds