HomeSort by relevance Sort by last modified time
    Searched refs:Copy (Results 126 - 150 of 992) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 1 //===- MachineCopyPropagation.cpp - Machine Copy Propagation Pass ---------===//
10 // This is an extremely simple MachineInstr-level copy propagation pass.
65 bool eraseIfRedundant(MachineInstr &Copy, unsigned Src, unsigned Def);
82 "Machine Copy Propagation Pass", false, false)
89 // Source of copy is no longer available for propagation.
123 /// Return true if \p PreviousCopy did copy register \p Src to register \p Def.
127 /// isNopCopy("ecx = COPY eax", AX, CX) == true
128 /// isNopCopy("ecx = COPY eax", AH, CL) == false
143 /// Remove instruction \p Copy if there exists a previous copy that copies th
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 24 // Copy does a deep copy of the Node and all its components.
27 Copy() Node
110 n.append(elem.Copy())
115 func (l *ListNode) Copy() Node {
139 func (t *TextNode) Copy() Node {
191 decl = append(decl, d.Copy().(*VariableNode))
195 n.append(c.Copy().(*CommandNode))
200 func (p *PipeNode) Copy() Node {
228 func (a *ActionNode) Copy() Node
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 24 // Copy does a deep copy of the Node and all its components.
27 Copy() Node
110 n.append(elem.Copy())
115 func (l *ListNode) Copy() Node {
139 func (t *TextNode) Copy() Node {
191 decl = append(decl, d.Copy().(*VariableNode))
195 n.append(c.Copy().(*CommandNode))
200 func (p *PipeNode) Copy() Node {
228 func (a *ActionNode) Copy() Node
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 46 IP6_ADDRESS_INFO *Copy;
51 Copy = AllocatePool (sizeof (IP6_ADDRESS_INFO));
52 if (Copy == NULL) {
56 Copy->Signature = IP6_ADDR_INFO_SIGNATURE;
57 IP6_COPY_ADDRESS (&Copy->Address, &IpSb->LinkLocalAddr);
58 Copy->IsAnycast = FALSE;
59 Copy->PrefixLength = IP6_LINK_LOCAL_PREFIX_LENGTH;
60 Copy->ValidLifetime = (UINT32) IP6_INFINIT_LIFETIME;
61 Copy->PreferredLifetime = (UINT32) IP6_INFINIT_LIFETIME;
63 InsertTailList (SourceList, &Copy->Link);
    [all...]
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 204 // Test copy constructor method
213 // Test copy constructor method where SmallDenseMap isn't small.
343 // Simple class that counts how many moves and copy happens when growing a map
346 static int Copy;
349 CountCopyAndMove(const CountCopyAndMove &) { Copy++; }
351 Copy++;
360 int CountCopyAndMove::Copy = 0;
377 CountCopyAndMove::Copy = 0;
387 // Check that no copy occured
388 EXPECT_EQ(0, CountCopyAndMove::Copy);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp 6 * You may obtain a copy of the License at
58 #include "copy.h"
188 Copy(lsp_init_data, &st->lsp[0], M);
189 Copy(lsp_init_data, &st->lsp_old[0], M);
196 Copy(mean_lsf, &st->lsf_hist[0], M);
200 Copy(&st->lsf_hist[0], &st->lsf_hist[M*i], M);
308 Copy(&st->lsf_hist[0], &st->lsf_hist[M*i], M);
452 Copy( &st->lsf_hist[st->lsf_hist_ptr],&st->lsf_hist[ptr],M);
493 Copy(st->lsf_hist, st->lsf_hist_mean, 80);
554 Copy(st->lsp, st->lsp_old, M)
    [all...]
pstfilt.cpp 6 * You may obtain a copy of the License at
99 #include "copy.h"
338 Copy (syn, syn_work , L_FRAME);
365 Copy (Ap3, h, M + 1);
411 Copy (&syn_work[L_FRAME - M], &syn_work[-M], M);
466 Copy(syn, syn_work , L_FRAME);
493 Copy(Ap3, h, M + 1);
575 Copy(&syn_work[L_FRAME - M], &syn_work[-M], M);
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
414 SmallBitVector Copy = RHS;
415 Copy.resize(size());
416 getPointer()->operator&=(*Copy.getPointer());
461 SmallBitVector Copy = RHS;
462 Copy.resize(size());
463 getPointer()->operator|=(*Copy.getPointer());
475 SmallBitVector Copy = RHS;
476 Copy.resize(size());
477 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
443 SmallBitVector Copy = RHS;
444 Copy.resize(size());
445 getPointer()->operator&=(*Copy.getPointer());
490 SmallBitVector Copy = RHS;
491 Copy.resize(size());
492 getPointer()->operator|=(*Copy.getPointer());
504 SmallBitVector Copy = RHS;
505 Copy.resize(size());
506 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
443 SmallBitVector Copy = RHS;
444 Copy.resize(size());
445 getPointer()->operator&=(*Copy.getPointer());
490 SmallBitVector Copy = RHS;
491 Copy.resize(size());
492 getPointer()->operator|=(*Copy.getPointer());
504 SmallBitVector Copy = RHS;
505 Copy.resize(size());
506 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
443 SmallBitVector Copy = RHS;
444 Copy.resize(size());
445 getPointer()->operator&=(*Copy.getPointer());
490 SmallBitVector Copy = RHS;
491 Copy.resize(size());
492 getPointer()->operator|=(*Copy.getPointer());
504 SmallBitVector Copy = RHS;
505 Copy.resize(size());
506 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
443 SmallBitVector Copy = RHS;
444 Copy.resize(size());
445 getPointer()->operator&=(*Copy.getPointer());
490 SmallBitVector Copy = RHS;
491 Copy.resize(size());
492 getPointer()->operator|=(*Copy.getPointer());
504 SmallBitVector Copy = RHS;
505 Copy.resize(size());
506 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
443 SmallBitVector Copy = RHS;
444 Copy.resize(size());
445 getPointer()->operator&=(*Copy.getPointer());
490 SmallBitVector Copy = RHS;
491 Copy.resize(size());
492 getPointer()->operator|=(*Copy.getPointer());
504 SmallBitVector Copy = RHS;
505 Copy.resize(size());
506 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
443 SmallBitVector Copy = RHS;
444 Copy.resize(size());
445 getPointer()->operator&=(*Copy.getPointer());
490 SmallBitVector Copy = RHS;
491 Copy.resize(size());
492 getPointer()->operator|=(*Copy.getPointer());
504 SmallBitVector Copy = RHS;
505 Copy.resize(size());
506 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
443 SmallBitVector Copy = RHS;
444 Copy.resize(size());
445 getPointer()->operator&=(*Copy.getPointer());
490 SmallBitVector Copy = RHS;
491 Copy.resize(size());
492 getPointer()->operator|=(*Copy.getPointer());
504 SmallBitVector Copy = RHS;
505 Copy.resize(size());
506 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallBitVector.h 151 /// SmallBitVector copy ctor.
443 SmallBitVector Copy = RHS;
444 Copy.resize(size());
445 getPointer()->operator&=(*Copy.getPointer());
490 SmallBitVector Copy = RHS;
491 Copy.resize(size());
492 getPointer()->operator|=(*Copy.getPointer());
504 SmallBitVector Copy = RHS;
505 Copy.resize(size());
506 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /external/google-breakpad/src/client/
minidump_file_writer.cc 104 result = mdstring->Copy(str, mdstring->get()->length);
109 // Copy the string character by character
138 // Copy the string character by character
176 // Set length excluding the NULL and copy the string
211 if (!mem.Copy(src, mem.size()))
246 bool MinidumpFileWriter::Copy(MDRVA position, const void *src, ssize_t size) {
277 bool UntypedMDRVA::Copy(MDRVA pos, const void *src, size_t size) {
281 return writer_->Copy(pos, src, size);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 6 ** You may obtain a copy of the License at
107 Copy(isp_init, cod_state->ispold, M);
108 Copy(isp_init, cod_state->ispold_q, M);
133 Copy(isf_init, cod_state->isfold, M);
243 /* copy coder memory state into working space */
244 Copy(st->old_speech, old_speech, L_TOTAL - L_FRAME);
245 Copy(st->old_wsp, old_wsp, PIT_MAX / OPL_DECIM);
246 Copy(st->old_exc, old_exc, PIT_MAX + L_INTERPOL);
259 Copy(st->mem_decim, code, 2 * L_FILT16k);
270 Copy(st->mem_sig_in, code, 6)
    [all...]
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.h 6 * You may obtain a copy of the License at
98 void Copy(FrameOffset dest, FrameOffset src, ManagedRegister scratch, size_t size) OVERRIDE;
99 void Copy(FrameOffset dest,
104 void Copy(ManagedRegister dest_base,
109 void Copy(FrameOffset dest,
114 void Copy(ManagedRegister dest,
120 void Copy(FrameOffset dest,
  /developers/build/
build.gradle 6 * You may obtain a copy of the License at
102 task emitAnt(type:Copy) {
119 task emitGradle(type:Copy) {
123 // Copy entire sample into output -- since it's already in Gradle format, we'll explicitly exclude content that
155 // Copy AndroidManifest.xml
180 task emitBrowseable(type:Copy) {
  /prebuilts/go/darwin-x86/src/compress/flate/
reader_test.go 19 io.Copy(ioutil.Discard, NewReader(strings.NewReader(
49 io.Copy(w, bytes.NewReader(buf0))
57 io.Copy(ioutil.Discard, NewReader(bytes.NewReader(buf1)))
  /prebuilts/go/linux-x86/src/compress/flate/
reader_test.go 19 io.Copy(ioutil.Discard, NewReader(strings.NewReader(
49 io.Copy(w, bytes.NewReader(buf0))
57 io.Copy(ioutil.Discard, NewReader(bytes.NewReader(buf1)))
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
CopyMem.S 48 jae L_CopyBackward # Copy backward if overlapped
52 shrq $3, %rcx # rcx <- # of Qwords to copy
70 rep movsb # Copy bytes backward
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/Ia32/
CopyMem.S 49 jb L_CopyBytes # Copy backward if overlapped
56 movsb # Copy bytes backward
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
uploader.py 38 Will attempt to copy files existing in the upload location to a backup
60 cloud_storage.Copy(self._cs_bucket, self._cs_bucket,
64 logging.error('Failed to copy existing file %s in cloud storage bucket '
92 cloud_storage.Copy(self._cs_bucket, self._cs_bucket, self._cs_backup_path,

Completed in 5517 milliseconds

1 2 3 4 56 7 8 91011>>