Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dquarantine.h25 void *Batch[MaxCount]; member
29 Batch[0] = Ptr; in init()
38 Batch[Count++] = Ptr; in push_back()
51 Batch[Count + I] = From->Batch[I]; in merge()
59 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle()
134 for (const QuarantineBatch &Batch : List) { in getStats() local
136 TotalBytes += Batch.Size; in getStats()
137 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize(); in getStats()
138 TotalQuarantineChunks += Batch.Count; in getStats()
282 CHECK(NumberOfPrefetch <= ARRAY_SIZE(B->Batch)); in doRecycle()
[all …]
Dlocal_cache.h27 memcpy(Batch, Array, sizeof(Batch[0]) * Count); in setFromArray()
32 Batch[Count++] = P; in add()
35 memcpy(Array, Batch, sizeof(Batch[0]) * Count); in copyToArray()
40 return Batch[I]; in get()
49 CompactPtrT Batch[MaxNumCached]; member
/freebsd-12-stable/contrib/file/magic/Magdir/
Dber31 >>>>&0 byte x TAP 3.%d Batch (TD.57, Transferred Account)
59 >>>>&0 byte x RAP 1.%d Batch (TD.32, Returned Account Procedure),
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdb.info-1804 Batch mode may be useful for running GDB as a filter, for example
Dgdb.texinfo1000 Batch mode may be useful for running @value{GDBN} as a filter, for
/freebsd-12-stable/sys/contrib/dev/acpica/
Dchanges.txt8393 AML Debugger: Added a max count argument for the Batch command (which