Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h25 memcpy(Batch, Array, sizeof(Batch[0]) * Count); in setFromArray()
29 memcpy(Batch + Count, Array, sizeof(Batch[0]) * N); in appendFromArray()
37 memcpy(Batch + Count, B->Batch + (B->Count - N), sizeof(Batch[0]) * N); in appendFromTransferBatch()
45 Batch[Count++] = P; in add()
48 memcpy(Array, Batch, sizeof(Batch[0]) * Count); in moveToArray()
55 return Batch[I]; in get()
60 CompactPtrT Batch[MaxNumCached];
H A Dquarantine.h26 void *Batch[MaxCount]; member
30 Batch[0] = Ptr; in init()
39 Batch[Count++] = Ptr; in push_back()
52 Batch[Count + I] = From->Batch[I]; in merge()
135 for (const QuarantineBatch &Batch : List) { in getStats() local
137 TotalBytes += Batch.Size; in getStats()
138 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize(); in getStats()
139 TotalQuarantineChunks += Batch.Count; in getStats()
294 CHECK(NumberOfPrefetch <= ARRAY_SIZE(B->Batch)); in doRecycle()
296 PREFETCH(B->Batch[I]); in doRecycle()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp230 PerfJITRecordBatch Batch; in getRecords() local
237 Batch.DebugInfoRecords.push_back(std::move(*DebugInfo)); in getRecords()
239 Batch.CodeLoadRecords.push_back(getCodeLoadRecord(*Sym, CodeIndex)); in getRecords()
246 Batch.UnwindingRecord = std::move(*UWR); in getRecords()
249 Batch.UnwindingRecord.Prefix.TotalSize = 0; in getRecords()
251 return Batch; in getRecords()
274 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig() local
279 RegisterPerfImplAddr, Batch)), in modifyPassConfig()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp184 static Error registerJITLoaderPerfImpl(const PerfJITRecordBatch &Batch) { in registerJITLoaderPerfImpl() argument
191 if (Batch.UnwindingRecord.Prefix.TotalSize > 0) in registerJITLoaderPerfImpl()
192 writeUnwindRecord(Batch.UnwindingRecord); in registerJITLoaderPerfImpl()
194 for (const auto &DebugInfo : Batch.DebugInfoRecords) in registerJITLoaderPerfImpl()
197 for (const auto &CodeLoad : Batch.CodeLoadRecords) in registerJITLoaderPerfImpl()
435 static Error badOSBatch(PerfJITRecordBatch &Batch) { return badOS(); } in badOSBatch() argument
/freebsd-14.2/contrib/file/magic/Magdir/
H A 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-14.2/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.0.dts9 model = "Pine64 PinePhone Developer Batch (1.0)";
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dsunxi.yaml711 - description: Pine64 PinePhone Developer Batch (1.0)
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok2366 Multiclass Batch Computer System . . . . 127--136
3173 J. W. Wendorf A Simply Extended and Modified Batch
H A Dfunstack.in17931 title = "Joining Policies in a Multipriority Multiclass Batch Computer System",
24280 title = "A Simply Extended and Modified Batch Environment Graphical System (Sembegs)",
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt9016 AML Debugger: Added a max count argument for the Batch command (which