Home
last modified time | relevance | path

Searched refs:highestBitPos (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp773 static inline unsigned int highestBitPos(unsigned int n) in highestBitPos() function
790 # error highestBitPos() not implemented for this platform in highestBitPos()
830 unsigned int order = highestBitPos(size-1); // which group of bin sizes? in getIndexOrObjectSize()