Home
last modified time | relevance | path

Searched refs:NumBitsP (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h162 int NumBitsP = Present.find_last() + 1; in calculateSerializedLength() local
165 uint32_t NumWordsP = alignTo(NumBitsP, BitsPerWord) / BitsPerWord; in calculateSerializedLength()