Home
last modified time | relevance | path

Searched refs:LeftSize (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dutils.h160 size_t LeftSize() const { return end - head; } in LeftSize() function
166 if (UNLIKELY(LeftSize() < size)) { in CheckLeftSize()
185 if (UNLIKELY(LeftSize() < sizeof(T))) { in Read()
200 if (UNLIKELY(__builtin_mul_overflow(n, sizeof(T), &size) || LeftSize() < size)) { in Read()
Drecord_file_reader.cpp524 if (reader.LeftSize() % sizeof(uint64_t) != 0) { in ReadAuxTraceFeature()
527 if (reader.LeftSize() / sizeof(uint64_t) % 2 == 1) { in ReadAuxTraceFeature()
533 while (!reader.error && reader.LeftSize() > 0u) { in ReadAuxTraceFeature()
634 reader.LeftSize() > 0) { in ReadFileV1Feature()
637 return !reader.error && reader.LeftSize() == 0; in ReadFileV1Feature()