Searched defs:getGNUHashMaskbitslog2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp792 gnuhash += (1U << getGNUHashMaskbitslog2(hashed_sym_cnt)) / 8;
1190 uint32_t maskbitslog2 = getGNUHashMaskbitslog2(hashed_sym_cnt);
2613 /// getGNUHashMaskbitslog2 - calculate the number of mask bits in log2
2614 unsigned GNULDBackend::getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const { function in class:mcld::GNULDBackend

Completed in 103 milliseconds