OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maskbit
(Results
1 - 7
of
7
) 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) */
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.cpp
42
const unsigned char
maskBit
= 0x80;
71
bool masked = secondByte &
maskBit
;
152
frameData.at(1) = masked ?
maskBit
: 0;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocationFunctions.h
27
const bool
maskBit
= (pMask >> bit) & 1;
28
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
126
static uint64_t
maskBit
(unsigned bitPosition) {
944
return (
maskBit
(bitPosition) &
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
[
all
...]
Completed in 1417 milliseconds