Home
last modified time | relevance | path

Searched defs:MaxBits (Results 1 – 8 of 8) sorted by relevance

/external/libcap/cap/
Dcap.go279 func MaxBits() Value { func
/external/swiftshader/third_party/subzero/src/
DIceBitVector.h189 static constexpr SizeT MaxBits = sizeof(SmallBitVector::Bits) * CHAR_BIT; variable
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp443 const unsigned MaxBits = 64; in convertFloatingToInteger() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp468 const unsigned MaxBits = 64; in convertFloatingToInteger() local
/external/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp474 const unsigned MaxBits = 64; in convertFloatingToInteger() local
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dstructs.h296 uint16_t MaxBits; member
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp51 static Error checkNumberFits(uint32_t Number, size_t MaxBits, in checkNumberFits()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp12037 uint64_t MaxBits = std::max(std::max(LHSSize, RHSSize), ResultSize); in VisitBuiltinCallExpr() local