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

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h363 static unsigned getHashBucketCount(unsigned pNumOfSymbols, bool pIsGNUStyle);
367 unsigned getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2698 unsigned GNULDBackend::getHashBucketCount(unsigned pNumOfSymbols, argument
2711 if (pNumOfSymbols < buckets[i])
2724 unsigned GNULDBackend::getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const
2727 for (uint32_t x = pNumOfSymbols >> 1; x != 0; x >>=1)
2732 else if (((1U << (maskbitslog2 - 2)) & pNumOfSymbols) != 0)

Completed in 48 milliseconds