Searched defs:pNumOfSymbols (Results 1 - 1 of 1) sorted by path

/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 43 milliseconds