Home
last modified time | relevance | path

Searched refs:_counters (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dmutex_prof.h58 mutex_prof_num_##t##_counters \
/external/perfetto/protos/perfetto/config/sys_stats/
Dsys_stats_config.proto30 // *_counters fields. This is to avoid spamming the trace with all counters
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java250 int[] _counters = new int[Base.kNumPosStatesEncodingMax]; field in Encoder.LenPriceTableEncoder
262 _counters[posState] = _tableSize; in UpdateTable()
274 if (--_counters[posState] == 0) in Encode()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs250 UInt32[] _counters = new UInt32[Base.kNumPosStatesEncodingMax]; field in SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder
262 _counters[posState] = _tableSize; in UpdateTable()
274 if (--_counters[posState] == 0) in Encode()
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto403 // *_counters fields. This is to avoid spamming the trace with all counters
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto3504 // *_counters fields. This is to avoid spamming the trace with all counters