Searched refs:LeftSize (Results 1 – 2 of 2) sorted by relevance
160 size_t LeftSize() const { return end - head; } in LeftSize() function166 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()
524 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()