Searched refs:copy (Results 501 - 525 of 605) sorted by relevance

<<2122232425

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c11 * with the License. You may obtain a copy of the License at
203 in RANGELIST, then append a copy of NEW_RANGE, allocated in RESULT_POOL,
1099 /* Move the original rangelist aside. A shallow copy suffices,
1284 /* Instead of making a copy of the entire array of rangelist2
1285 elements, we just keep a copy of the current rangelist2 element
1286 that needs to be used, and modify our copy if necessary. */
1424 array, we have to use our copy. This case only happens when
2215 /* Deep-copy an array of pointers to simple objects.
2229 char *copy = apr_palloc(pool, object_size * array->nelts); local
2236 /* copy range
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl5 # this file except in compliance with the License. You can obtain a copy
705 ldmia r0, {@C[0]-@C[9]} @ copy A[5][5] to stack
779 ldmia r0, {@C[0]-@C[9]} @ copy A[5][5] to stack
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h7 * this file except in compliance with the License. You can obtain a copy
733 int *copy));
736 int len, int *copy);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h84 /// has a copy assignment operator:
1323 // We have a copy here so that LLVM behaves the same when using different
1542 OutputIt copy(R &&Range, OutputIt Out) { function
1543 return std::copy(adl_begin(Range), adl_end(Range), Out);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp778 /// that has uses past the definition in the next iteration. A copy with a new
784 /// v3 = .. v4 = copy v1
949 /// generates a new copy of the instruction that refers to a
1819 llvm::copy(PeeledFront, std::back_inserter(Blocks));
1821 llvm::copy(PeeledBack, std::back_inserter(Blocks));
H A DMachineTraceMetrics.cpp221 llvm::copy(PRCycles, ProcResourceHeights.begin() + PROffset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp343 C->Name = StringRef(NewName).copy(StringAlloc);
360 ImplicitSections.push_back(StringRef(SecName).copy(StringAlloc));
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h631 #define KMP_CPU_COPY(dest, src) (dest)->copy(src)
672 virtual void copy(const Mask *src) {} function in class:KMPAffinity::Mask
2293 // GOMP sends in a copy function for copy constructors
2953 extern int __kmp_inherit_fp_control; // copy fp creg(s) parent->workers at fork
/freebsd-13-stable/contrib/openpam/t/
H A DMakefile.in7 # gives unlimited permission to copy and/or distribute it,
286 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc440 std::copy(ToWide.begin(), ToWide.end(), &RenameInfo.FileName[0]);
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslprimaries.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/targets/pseudo/userland/
H A DMakefile.depend333 usr.bin/ssh-copy-id \
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl5 # this file except in compliance with the License. You can obtain a copy
281 @ copy is not processed
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1127 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2199 std::copy(First, Last, Tmp);
2218 std::copy(Other.begin(), Other.end(), First);
2236 std::copy(Other.begin(), Other.end(), First);
2378 std::copy(begin, end, data);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1121 std::copy(Toks.begin() + 1, Toks.end(), Buffer.get());
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S4 # this file except in compliance with the License. You can obtain a copy
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dghash-armv4.S50 ldmia r12,{r4,r5,r6,r7,r8,r9,r10,r11} @ copy rem_4bit ...
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp527 // If prefixes have the same size we can simply copy the new one over.
529 llvm::copy(NewPrefix, Path.begin());
1208 // If rename failed because it's cross-device, copy instead
1222 // If we can't rename, try to copy to work around cross-device link issues.
1224 // If we can't rename or copy, discard the temporary file.
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl5 # this file except in compliance with the License. You can obtain a copy
267 .Lcopy: ldr $tj,[$tp] @ conditional copy
/freebsd-13-stable/contrib/bmake/
H A Dvar.c2665 Boolean copy = FALSE; /* pattern should be, or has been, copied */ local
2685 copy = TRUE;
2702 if (copy) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp206 std::copy(Attrs.begin(), Attrs.end(), S->getAttrArrayPtr());
830 std::copy(LocalParameters.begin(), LocalParameters.end(),
917 std::copy(Requirements.begin(), Requirements.end(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp944 // If V is a predicateinfo copy, get the thing it is a copy of.
1210 std::copy(II->idx_begin(), II->idx_end(), int_op_inserter(E));
1217 std::copy(EI->idx_begin(), EI->idx_end(), int_op_inserter(E));
1549 // If this a copy of the condition, it must be either true or false depending
1565 // Not a copy of the condition, so see what the predicates tell us about this
1566 // value. First, though, we check to make sure the value is actually a copy
1568 // to be a copy of a predicateinfo copy. In particular, if two branch
1570 // will end up with a copy o
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp685 // non-owning copy and iterate over that.
5763 TL.copy(RepTInfo->getTypeLoc());
5768 TL.copy(RepTInfo->getTypeLoc());
5786 TL.copy(NamedTL);
5788 TL.copy(OldTL.castAs<TemplateSpecializationTypeLoc>());
5837 TL.copy(TInfo->getTypeLoc().castAs<ElaboratedTypeLoc>());
5853 TL.copy(TInfo->getTypeLoc().castAs<DependentNameTypeLoc>());
5861 TL.copy(
5979 // Now copy source location info into the type loc component.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp651 std::copy(Str.begin(), Str.end(), CopyStr);

Completed in 488 milliseconds

<<2122232425