Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnMath.c469 crypt_uword_t maskBit // IN: the bit number for the mask. in BnMaskBits()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h137 static uint64_t maskBit(unsigned bitPosition) { in maskBit() function
/external/llvm/include/llvm/ADT/
DAPInt.h126 static uint64_t maskBit(unsigned bitPosition) { in maskBit() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h130 static uint64_t maskBit(unsigned bitPosition) { in maskBit() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1814 unsigned long long maskBit = (unsigned long long)1 << (type.width - 1); in lp_build_sgn() local