Searched refs:copy (Results 326 - 350 of 605) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk137 # Appending to a variable from the environment creates a copy of that variable
H A Dvarmod-assign.mk95 # This differs subtly from normal assignments such as '+=' or '=', which copy
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h79 /// copy-construct an ArrayRef.
124 /// whenever we copy-construct an ArrayRef.
170 // copy - Allocate copy in Allocator and return ArrayRef<T> to it.
171 template <typename Allocator> ArrayRef<T> copy(Allocator &A) { function in class:llvm::ArrayRef
206 /// Return a copy of *this with the first N elements satisfying the
212 /// Return a copy of *this with the first N elements not satisfying
218 /// Return a copy of *this with only the first \p N elements.
225 /// Return a copy of *this with only the last \p N elements.
379 /// Return a copy o
[all...]
H A DStringRef.h176 // copy - Allocate copy in Allocator and return StringRef to it.
178 LLVM_NODISCARD StringRef copy(Allocator &A) const { function in class:llvm::StringRef
179 // Don't request a length 0 copy from the allocator.
183 std::copy(begin(), end(), S);
H A DPostOrderIterator.h294 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h101 std::copy(OptVec.begin(), OptVec.end(), Opts.get());
192 std::copy(&Other.OptUnsafeEdges[0], &Other.OptUnsafeEdges[NumOpts],
/freebsd-13-stable/contrib/libucl/include/
H A Ducl.h148 * zero-terminated keys and string values then you should not use zero-copy mode, as in this case
154 UCL_PARSER_ZEROCOPY = (1 << 1), /**< Parse input in zero-copy mode if possible */
305 * Perform deep copy of an object copying everything
306 * @param other object to copy
386 * @param copy_key make an internal copy of key
399 * @param copy_key make an internal copy of key
409 * @param copy copy rather than reference the elements
412 UCL_EXTERN bool ucl_object_merge (ucl_object_t *top, ucl_object_t *elt, bool copy);
462 * @param copy_key make an internal copy o
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp562 CanonicalName = StringRef(CanonicalNameBuf).copy(CanonicalNameStorage);
578 CanonicalName = StringRef(CanonicalNameBuf).copy(CanonicalNameStorage);
/freebsd-13-stable/sys/dev/fb/
H A Dfbreg.h187 vi_copy_t *copy; member in struct:video_switch
252 (*vidsw[(adp)->va_index]->copy)((adp), (src), (dst), (n))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp150 llvm::copy(Sec.Contents, Out.getBufferStart() + Sec.Offset);
400 llvm::copy(Sec.Data, Out.getBufferStart() + Sec.Offset);
442 std::copy(DecompressedContent.begin(), DecompressedContent.end(), Buf);
482 std::copy(Sec.OriginalData.begin(), Sec.OriginalData.end(), Buf);
503 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf);
574 llvm::copy(Sec.Indexes, reinterpret_cast<Elf_Word *>(Buf));
924 llvm::copy(Sec.Contents, Out.getBufferStart() + Sec.Offset);
1059 llvm::copy(Sec.FileName, Buf);
/freebsd-13-stable/contrib/nvi/common/
H A Dkey.c360 goto copy;
378 copy: gp->i_cnt += nitems;
/freebsd-13-stable/share/mk/
H A Dbsd.progs.mk8 # Permission to copy, redistribute or otherwise
H A Ddirdeps-targets.mk9 # Permission to copy, redistribute or otherwise
H A Dmeta.sys.mk9 # Permission to copy, redistribute or otherwise
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL71 To avoid unnecessary initial hurdles, we have bundled a copy of the
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_key.c6 * this file except in compliance with the License. You can obtain a copy
91 /* copy the parameters */
102 /* copy the public key */
111 /* copy the private key */
127 /* copy the rest */
145 if (src->meth->copy != NULL && src->meth->copy(dest, src) == 0)
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslkeywords.y23 * copy of the source code appearing in this file ("Covered Code") an
25 * base code distributed originally by Intel ("Original Intel Code") to copy,
H A Daslrules.y25 * copy of the source code appearing in this file ("Covered Code") an
27 * base code distributed originally by Intel ("Original Intel Code") to copy,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h242 bool copy) = 0;
248 /// API for atomic copying of qualified aggregates with non-trivial copy
251 /// API for atomic copying of qualified aggregates with non-trivial copy
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_help_test.cpp168 std::copy(expected_options.begin(), expected_options.end(),
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dtable.cpp142 /// prevent trailing whitespace on the screen (which affects copy/pasting
422 std::copy(sublines.begin(), sublines.end(),
/freebsd-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S283 StackVar Wcopy ,8*(WCNT) #copy of input block
503 movq %rax,Wcopy+ 0+F_O(%rbp) #save copy of input block
836 movq %rax,Wcopy+ 0+F_O(%rbp) #keep local copy for feedforward
1137 movq %rcx,Wcopy+8*_oo_+F_O(%rbp) #save copy of msg word for feedforward
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh160 # to act as a copy source for the various regression tests.
253 # POOL_DIR_COPY - The directory containing a working copy of the pool.
263 POOL_DIR_COPY=$POOL_DIR/copy
320 # If the zfs-images directory doesn't exist fetch a copy from Github then
487 fail "Failed to copy $POOL_DIR_PRISTINE to $POOL_DIR_COPY"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua6 --* a copy of this software and associated documentation files (the
8 --* without limitation the rights to use, copy, modify, merge, publish,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp348 llvm::copy(ret, str);

Completed in 461 milliseconds

<<11121314151617181920>>