Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp38 constexpr static uint32_t NTBINS = 1; variable
1465 if (index < NTBINS) { in ComputeAlign()
1466 return (size_t(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + index)); in ComputeAlign()
1468 size_t reducedIndex = index - NTBINS; in ComputeAlign()

Completed in 3 milliseconds