Home
last modified time | relevance | path

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

/freebsd/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 …]
H A Dlocal_cache.h
/freebsd/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 …]
/freebsd/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),
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.0.dts9 model = "Pine64 PinePhone Developer Batch (1.0)";
/freebsd/crypto/krb5/src/config/
H A Drm.bat31 Rem Batch file to mimic the functionality of the Unix rm command
/freebsd/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…
/freebsd/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/sys/contrib/dev/acpica/
H A Dchanges.txt9337 AML Debugger: Added a max count argument for the Batch command (which