Home
last modified time | relevance | path

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

/src/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()
46 Batch[Count++] = P; in add()
49 memcpy(Array, Batch, sizeof(Batch[0]) * Count); in moveToArray()
55 memcpy(Array, Batch + Count - N, sizeof(Batch[0]) * N); in moveNToArray()
62 return Batch[I]; in get()
67 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()
60 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle()
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()
[all …]
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp27 VTuneMethodBatch Batch; in getMethodBatch() local
41 &Batch](StringRef S) mutable { in getMethodBatch()
46 Batch.Strings.push_back(S.str()); in getMethodBatch()
47 return Deduplicator[S] = Batch.Strings.size(); in getMethodBatch()
53 Batch.Methods.push_back(VTuneMethodInfo()); in getMethodBatch()
54 auto &Method = Batch.Methods.back(); in getMethodBatch()
73 Method.SourceFileSI = Batch.Strings.size(); in getMethodBatch()
74 Batch.Strings.push_back(DC->getLineInfoForAddress(SAddr).FileName); in getMethodBatch()
81 return Batch; in getMethodBatch()
89 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig() local
[all …]
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()
/src/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
/src/contrib/file/magic/Magdir/
H A Dber31 >>>>&0 byte x TAP 3.%d Batch (TD.57, Transferred Account)
58 >>>>&0 byte x RAP 1.%d Batch (TD.32, Returned Account Procedure),
/src/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.0.dts9 model = "Pine64 PinePhone Developer Batch (1.0)";
/src/crypto/krb5/src/config/
H A Drm.bat31 Rem Batch file to mimic the functionality of the Unix rm command
/src/crypto/libecc/
H A DREADME.md91 **Batch verification** is implemented for the signature algorithms that support it - the signature …
94 Batch verification allows (thanks to the Bos-Coster algorithm) to bring speedups between 2 to 6.5 t…
/src/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)",
/src/sys/contrib/dev/acpica/
H A Dchanges.txt9337 AML Debugger: Added a max count argument for the Batch command (which