Home
last modified time | relevance | path

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

/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