Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h457 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable
458 CurBatch->appendFromArray(&Array[I], AppendSize);
459 I += AppendSize;
H A Dprimary32.h451 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable
452 CurBatch->appendFromArray(&Array[I], AppendSize);
453 I += AppendSize;