Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp1469 size_t grpVal = reducedIndex >> LG_SIZE_CLASS_GROUP; in ComputeAlign() local
1471 size_t grpSizeMask = ~((!!grpVal) - 1); in ComputeAlign()
1472 size_t grpSize = ((size_t(1) << (LG_QUANTUM + (LG_SIZE_CLASS_GROUP - 1))) << grpVal) & grpSizeMask; in ComputeAlign()
1473 size_t shiftVal = (grpVal == 0) ? 1 : grpVal; in ComputeAlign()

Completed in 3 milliseconds