Home
last modified time | relevance | path

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

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
DCompilerRegressionTest.java247 int maskBit = (int) (bitCount(mask) * Math.random()); in sequenceIn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h137 static uint64_t maskBit(unsigned bitPosition) { in maskBit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h130 static uint64_t maskBit(unsigned bitPosition) { in maskBit() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1773 unsigned long long maskBit = (unsigned long long)1 << (type.width - 1); in lp_build_sgn() local