Home
last modified time | relevance | path

Searched full:preallocated (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd/contrib/libcbor/src/cbor/
H A Dmaps.h57 * For definite maps, items can only be added to the preallocated space. For
64 * maps) or the preallocated storage is full (definite maps)
76 * preallocated storage is full
88 * preallocated storage is full
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp429 "Number of private copies is not the same as the preallocated buffer"); in setPrivateCopies()
454 "Number of private copies is not the same as the preallocated buffer"); in setPrivateCopies()
460 "Number of inits is not the same as the preallocated buffer"); in setInits()
487 "Number of private copies is not the same as the preallocated buffer"); in setPrivateCopies()
494 "preallocated buffer"); in setSourceExprs()
501 "the preallocated buffer"); in setDestinationExprs()
507 "Number of assignment expressions is not the same as the preallocated " in setAssignmentOps()
556 "Number of privates is not the same as the preallocated buffer"); in setPrivates()
562 "Number of inits is not the same as the preallocated buffer"); in setInits()
568 "Number of updates is not the same as the preallocated buffer"); in setUpdates()
[all …]
H A DDeclOpenMP.cpp47 "Number of variables is not the same as the preallocated buffer"); in setVars()
76 "Number of variables is not the same as the preallocated buffer"); in setVars()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/
H A Dfallocate_prealloc.ksh50 log_assert "Ensure sparse files can be preallocated"
64 log_pass "Ensure sparse files can be preallocated"
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h89 /// Return true if this argument has the byval, inalloca, or preallocated
98 /// Return true if this argument has the byval, sret, inalloca, preallocated,
157 /// Return true if this argument has the preallocated attribute.
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h283 /// Read a preallocated preprocessed entity from the external source.
289 /// Returns a pair of [Begin, End) indices of preallocated
294 /// Optionally returns true or false if the preallocated preprocessed
301 /// Read a preallocated skipped range from the external source.
495 /// Can be used to avoid implicit deserializations of preallocated
/freebsd/lib/libc/iconv/
H A Diconv.367 creates a conversion descriptor on a preallocated space.
81 to the preallocated space.
/freebsd/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h45 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
184 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes
185 * of memory is preallocated for the LZMA2 dictionary. This way there is no
187 * never allocate any memory. Instead, if the preallocated dictionary is too
/freebsd/sys/arm/include/
H A Dpmap.h72 * preallocated physical pages for L2 page tables.
74 * Note that some more pages for L2 page tables are preallocated too
/freebsd/sys/dev/drm2/
H A Ddrm_mm.c178 * Search for free space and insert a preallocated memory node. Returns
179 * -ENOSPC if no suitable free area is available. The preallocated memory node
279 * Search for free space and insert a preallocated memory node. Returns
281 * restricted allocations. The preallocated memory node must be cleared.
/freebsd/crypto/openssl/doc/man3/
H A DRSA_blinding_on.pod28 random blinding factor. B<ctx> is B<NULL> or a preallocated and
H A DSSL_alloc_buffers.pod25 can be used to make sure the buffers are preallocated. This can be used to
H A DERR_new.pod52 OpenSSL has a number of preallocated ones for its own uses, but
/freebsd/share/man/man9/
H A Dpmap_pinit.944 function initializes the preallocated and zeroed structure
H A Dpmap_quick_enter_page.946 and enters this page into a preallocated address in kernel virtual
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfasttrap_impl.h65 * It's important to note that probes are preallocated with the necessary
67 * swapped between probes. If a probe's preallocated tracepoint is enabled
/freebsd/contrib/lua/src/
H A Dlstring.h16 ** Memory-allocation error message must be preallocated (it cannot
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1946 AttrCount += Attrs.hasAttribute(Attribute::Preallocated); in verifyParameterAttrs()
1952 "Attributes 'byval', 'inalloca', 'preallocated', 'inreg', 'nest', " in verifyParameterAttrs()
2046 if (Attrs.hasAttribute(Attribute::Preallocated)) { in verifyParameterAttrs()
2049 "Attribute 'preallocated' does not support unsized types!", V); in verifyParameterAttrs()
2053 "huge 'preallocated' arguments are unsupported", V); in verifyParameterAttrs()
2813 Check(!Attrs.hasParamAttr(i, Attribute::Preallocated), in visitFunction()
2814 "Calling convention disallows preallocated", &F); in visitFunction()
3546 if (Attrs.hasFnAttr(Attribute::Preallocated)) { in visitCallBase()
3549 "preallocated as a call site attribute can only be on " in visitCallBase()
3550 "llvm.call.preallocated.arg"); in visitCallBase()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1839 RemoveAttribute(F, Attribute::Preallocated); in RemovePreallocated()
1854 "Shouldn't call RemotePreallocated() on a musttail preallocated call"); in RemovePreallocated()
1855 // Create copy of call without "preallocated" operand bundle. in RemovePreallocated()
1860 if (It->getTag() == "preallocated") { in RemovePreallocated()
1866 assert(PreallocatedSetup && "Did not find preallocated bundle"); in RemovePreallocated()
1882 // Replace @llvm.call.preallocated.arg() with alloca. in RemovePreallocated()
1884 // @llvm.call.preallocated.arg() can be called with the same index multiple in RemovePreallocated()
1885 // times. So for each @llvm.call.preallocated.arg(), we see if we have in RemovePreallocated()
1887 // bitcast right after the @llvm.call.preallocated.setup() so that it in RemovePreallocated()
1895 "preallocated token use was not a llvm.call.preallocated.arg"); in RemovePreallocated()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp160 // If there are fixed sized objects that are preallocated in the local area, in calculateFrameObjectOffsets()
164 // preallocated object. in calculateFrameObjectOffsets()
/freebsd/tools/test/stress2/misc/
H A Dext4fs.sh32 # "panic: buf_vlist_add: Preallocated nodes insufficient" seen:
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,glink-rpm-edge.yaml62 preallocated for this virtual channel. This can be used to tweak the
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,glink.txt56 be preallocated for this virtual channel. This can be used
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h144 /// True if this function has any preallocated calls.
167 // Preallocated fields are only used during isel.
/freebsd/lib/libc/rpc/
H A Drpcbind.368 should be preallocated.

1234567