Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp37 constexpr static uint32_t LG_SIZE_CLASS_GROUP = 2; variable
1469 size_t grpVal = reducedIndex >> LG_SIZE_CLASS_GROUP; in ComputeAlign()
1470 size_t modVal = reducedIndex & ((size_t(1) << LG_SIZE_CLASS_GROUP) - 1); in ComputeAlign()
1472 size_t grpSize = ((size_t(1) << (LG_QUANTUM + (LG_SIZE_CLASS_GROUP - 1))) << grpVal) & grpSizeMask; in ComputeAlign()

Completed in 3 milliseconds