Searched defs:maskBit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketFrame.cpp40 const unsigned char maskBit = 0x80; member in namespace:blink
69 bool masked = secondByte & maskBit;
150 frameData.at(1) = masked ? maskBit : 0;
/external/llvm/include/llvm/ADT/
H A DAPInt.h126 static uint64_t maskBit(unsigned bitPosition) { function in class:llvm::APInt
946 return (maskBit(bitPosition) &
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1179 unsigned long long maskBit = (unsigned long long)1 << (type.width - 1); local
1183 mask = lp_build_const_int_vec(bld->gallivm, type, maskBit);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1179 unsigned long long maskBit = (unsigned long long)1 << (type.width - 1); local
1183 mask = lp_build_const_int_vec(bld->gallivm, type, maskBit);

Completed in 221 milliseconds