| /freebsd/contrib/libcbor/src/cbor/ |
| H A D | maps.h | 57 * 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 D | OpenMPClause.cpp | 429 "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 …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/ |
| H A D | fallocate_prealloc.ksh | 50 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 D | Argument.h | 89 /// 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 D | PreprocessingRecord.h | 283 /// 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/crypto/openssl/crypto/ml_dsa/ |
| H A D | ml_dsa_sign.c | 24 * preallocated blocks. The values passed for hint, z and 28 * @param hint A preallocated array of |k| polynomial blocks 30 * @param z A preallocated array of |l| polynomial blocks 32 * @param c_tilde A preallocated buffer
|
| H A D | ml_dsa_matrix.h | 20 * @param polys A preallocated array of k * l polynomial blocks. |m| does not
|
| /freebsd/lib/libc/iconv/ |
| H A D | iconv.3 | 67 creates a conversion descriptor on a preallocated space. 81 to the preallocated space.
|
| /freebsd/sys/contrib/xz-embedded/linux/include/linux/ |
| H A D | xz.h | 45 * @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 D | pmap.h | 72 * 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 D | drm_mm.c | 178 * 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 D | RSA_blinding_on.pod | 28 random blinding factor. B<ctx> is B<NULL> or a preallocated and
|
| H A D | SSL_alloc_buffers.pod | 25 can be used to make sure the buffers are preallocated. This can be used to
|
| H A D | SSL_CTX_set_new_pending_conn_cb.pod | 23 preallocated B<SSL> object or create other associations with its parent
|
| H A D | ERR_new.pod | 52 OpenSSL has a number of preallocated ones for its own uses, but
|
| /freebsd/share/man/man9/ |
| H A D | pmap_pinit.9 | 44 function initializes the preallocated and zeroed structure
|
| H A D | pmap_quick_enter_page.9 | 46 and enters this page into a preallocated address in kernel virtual
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | fasttrap_impl.h | 65 * 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 D | lstring.h | 16 ** Memory-allocation error message must be preallocated (it cannot
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1946 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 D | GlobalOpt.cpp | 1839 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 D | NVPTXPrologEpilogPass.cpp | 160 // 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 D | ext4fs.sh | 32 # "panic: buf_vlist_add: Preallocated nodes insufficient" seen:
|
| /freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
| H A D | qcom,glink-rpm-edge.yaml | 62 preallocated for this virtual channel. This can be used to tweak the
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,glink.txt | 56 be preallocated for this virtual channel. This can be used
|