Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DCustomize.h50 inline intptr_t BitScanRev(uintptr_t x) { in BitScanRev() function
H A Dlarge_objects.h84 size_t minorStepExp = BitScanRev(size) - StepFactorExp; in alignToBin()
91 int sizeExp = (int)BitScanRev(size); // same as __TBB_Log2 in sizeToIdx()
H A Dtbbmalloc_internal.h205 if (-1 != (pos = BitScanRev(actualMask))) in getMinTrue()
210 if (-1 != (pos = BitScanRev(mask[idx++].load(std::memory_order_relaxed)))) in getMinTrue()