Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp469 const unsigned MaxBits = 64; in convertFloatingToInteger() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dstructs.h322 uint16_t MaxBits; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp52 static Error checkNumberFits(uint32_t Number, size_t MaxBits, in checkNumberFits()