Searched refs:counterUidsSize (Results 1 – 1 of 1) sorted by relevance
374 size_t counterUidsSize = cores == 0 ? 1 : cores; in GetNextCounterUids() local375 std::vector<uint16_t> counterUids(counterUidsSize, 0); in GetNextCounterUids()376 for (size_t i = 0; i < counterUidsSize; i++) in GetNextCounterUids()