Searched refs:maxCountAllAtOnce (Results 1 – 2 of 2) sorted by relevance
303 if (traceIdSlot_ >= maxCountAllAtOnce) { in PushTrace()334 if ((traceIdSlot_ == 0) || (traceIdSlot_ > maxCountAllAtOnce)) { in PopTrace()
107 constexpr uint8_t maxCountAllAtOnce = 16; variable