Searched refs:pNumOfSymbols (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h362 static unsigned getHashBucketCount(unsigned pNumOfSymbols, bool pIsGNUStyle);
365 unsigned getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2592 unsigned GNULDBackend::getHashBucketCount(unsigned pNumOfSymbols, argument
2602 if (pNumOfSymbols < buckets[i])
2614 unsigned GNULDBackend::getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const {
2616 for (uint32_t x = pNumOfSymbols >> 1; x != 0; x >>= 1)
2621 else if (((1U << (maskbitslog2 - 2)) & pNumOfSymbols) != 0)

Completed in 53 milliseconds