Home
last modified time | relevance | path

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

/external/pigweed/pw_spi/public/pw_spi/
Dinitiator.h53 constexpr BitsPerWord(uint8_t data_bits) : data_bits_(data_bits) { in BitsPerWord() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp48 constexpr int BitsPerWord = 8 * sizeof(uint32_t); in writeSparseBitVector() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h160 constexpr int BitsPerWord = 8 * sizeof(uint32_t); in calculateSerializedLength() local