OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitsPerWord
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
HashTable.cpp
48
constexpr int
BitsPerWord
= 8 * sizeof(uint32_t);
51
uint32_t ReqWords = alignTo(ReqBits,
BitsPerWord
) /
BitsPerWord
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
160
constexpr int
BitsPerWord
= 8 * sizeof(uint32_t);
165
uint32_t NumWordsP = alignTo(NumBitsP,
BitsPerWord
) /
BitsPerWord
;
166
uint32_t NumWordsD = alignTo(NumBitsD,
BitsPerWord
) /
BitsPerWord
;
Completed in 20 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026