HomeSort by relevance Sort by last modified time
    Searched refs:COPY (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 61 /// register-to-register copy into a specific register class. This is only
65 /// instructions are insufficient. It is emitted as a COPY MachineInstr.
83 /// COPY - Target-independent register copy. This instruction can also be
84 /// used to copy between subregisters of virtual registers.
85 COPY = 13,
  /external/openssh/regress/
ssh-com-client.sh 71 COPY=${OBJ}/copy
72 rm -f ${COPY}
101 rm -f ${COPY}
102 ${ssh2} -F ${OBJ}/ssh2_config somehost cat ${DATA} > ${COPY}
106 cmp ${DATA} ${COPY} || fail "ssh2 ${v} cat test (receive) data mismatch"
110 rm -f ${COPY}
112 ${ssh2} -F ${OBJ}/ssh2_config host "cat > ${COPY}"
116 cmp ${DATA} ${COPY} || \
121 rm -f ${COPY}
    [all...]
putty-kex.sh 7 COPY=${OBJ}/copy
  /bionic/libc/stdio/
fvwrite.c 66 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n))
132 COPY(w); /* copy MIN(fp->_w,len), */
138 COPY(w);
151 COPY(w);
178 COPY(w);
189 COPY(w);
  /external/chromium_org/third_party/zlib/
inflate.h 35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */
45 MATCH, /* o: waiting for output space to copy string */
69 STORED -> COPY_ -> COPY -> TYPE
88 unsigned long check; /* protected copy of check value */
89 unsigned long total; /* protected copy of output count */
101 unsigned length; /* literal or length of data to copy */
102 unsigned offset; /* distance back to copy string from */
gzguts.h 82 #define COPY 1 /* copy input directly */
102 int how; /* 0: get header, 1: copy, 2: decompress */
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 35 COPY, /* i/o: waiting for input or output to copy stored block */
43 MATCH, /* o: waiting for output space to copy string */
66 STORED -> COPY -> TYPE
84 unsigned long check; /* protected copy of check value */
85 unsigned long total; /* protected copy of output count */
97 unsigned length; /* literal or length of data to copy */
98 unsigned offset; /* distance back to copy string from */
  /external/zlib/src/
inflate.h 35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */
45 MATCH, /* o: waiting for output space to copy string */
69 STORED -> COPY_ -> COPY -> TYPE
88 unsigned long check; /* protected copy of check value */
89 unsigned long total; /* protected copy of output count */
101 unsigned length; /* literal or length of data to copy */
102 unsigned offset; /* distance back to copy string from */
  /external/elfutils/backends/
x86_64_reloc.def 14 You should have received a copy of the GNU General Public License along
33 RELOC_TYPE (COPY, EXEC)
alpha_reloc.def 14 You should have received a copy of the GNU General Public License along
43 RELOC_TYPE (COPY, 0)
arm_reloc.def 14 You should have received a copy of the GNU General Public License along
48 RELOC_TYPE (COPY, EXEC)
i386_reloc.def 14 You should have received a copy of the GNU General Public License along
29 RELOC_TYPE (COPY, EXEC)
sh_reloc.def 14 You should have received a copy of the GNU General Public License along
59 RELOC_TYPE (COPY, EXEC)
sparc_reloc.def 14 You should have received a copy of the GNU General Public License along
47 RELOC_TYPE (COPY, EXEC)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 6 * You may obtain a copy of the License at
86 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(),
87 getAction(editor, ITextEditorActionConstants.COPY));
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 6 * You may obtain a copy of the License at
44 private static final int COPY = 1;
134 } else if (TextUtils.equals(title, mMenuItemsStrings[COPY])) {
151 mMenuItemsStrings[COPY] = resources.getString(android.R.string.copy);
159 menu.getItem(COPY).setVisible(false);
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
file_operation_handler.js 49 'copy-progress',
82 case 'COPY': return strf('COPY_TARGET_EXISTS_ERROR', name);
91 case 'COPY': return strf('COPY_FILESYSTEM_ERROR', detail);
99 case 'COPY': return strf('COPY_UNEXPECTED_ERROR', event.error.code);
108 case 'COPY': return strf('COPY_FILE_NAME', name);
116 case 'COPY': return strf('COPY_ITEMS_REMAINING', remainNumber);
152 case 'COPY': return ProgressItemType.COPY;
162 * Handles the copy-progress event.
163 * @param {Event} event The copy-progress event
    [all...]
  /system/core/sh/
nodes.c.pat 66 * Make a copy of a parse tree.
113 %COPY
  /external/chromium_org/courgette/
encoded_program.h 69 COPY = 1, // COPY <count> <bytes> - copy bytes to output.
70 COPY1 = 2, // COPY1 <byte> - same as COPY 1 <byte>.
  /external/llvm/lib/Target/R600/
SIFixSGPRCopies.cpp 18 /// %vreg1 <vsrc> = COPY %vreg0 <sgpr>
23 /// %vreg3 <vsrc> = COPY %vreg2 <vgpr>
29 /// The coalescer will begin at BB0 and eliminate its copy, then the resulting
38 /// %vreg3 <vsrc> = COPY %vreg2 <vgpr>
53 /// %vreg3 <sgpr> = COPY %vreg2 <vgpr>
58 /// Now this code contains an illegal copy from a VGPR to an SGPR.
64 /// will be unable to perform the COPY removal from the above example which
65 /// ultimately led to the creation of an illegal COPY.
106 /// \p Reg until it finds an Instruction that isn't a COPY returns
113 // or a COPY, therefore it cannot be a physical register
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 6 * You may obtain a copy of the License at
44 public static final String COPY = "COPY";
86 public static final String UID_COPY = "UID COPY";
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
TableView.java 6 * You may obtain a copy of the License at
31 * Base class for view containing Table that needs to support copy, and select
46 * the copy and select all actions.
70 // setup the copy action
73 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(),
78 mActivator.copy(mClipboard);
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 100 case TargetOpcode::COPY:
114 // copy ccond, $vr
128 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), Dst)
133 // copy $vr, ccond
147 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), VR)
155 // copy lo, $vr0
157 // copy hi, $vr1
173 const MCInstrDesc &Desc = TII.get(TargetOpcode::COPY);
183 // copy $vr0, lo
185 // copy $vr1, h
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
pa-risc2W.s 135 COPY %r0,%ret0 ; return 0 by default
303 COPY %r0,%ret0 ; return 0 by default
384 COPY ht_1,%ret0 ; carry = ht
426 COPY ht_0,%ret0 ; copy carry
585 COPY %r0,%ret0 ; return 0 by default
661 COPY %r0,%ret0 ; return 0 by default
682 COPY sub_tmp2,%ret0
693 COPY sub_tmp2,%ret0
714 COPY sub_tmp2,%ret
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 135 COPY %r0,%ret0 ; return 0 by default
303 COPY %r0,%ret0 ; return 0 by default
384 COPY ht_1,%ret0 ; carry = ht
426 COPY ht_0,%ret0 ; copy carry
585 COPY %r0,%ret0 ; return 0 by default
661 COPY %r0,%ret0 ; return 0 by default
682 COPY sub_tmp2,%ret0
693 COPY sub_tmp2,%ret0
714 COPY sub_tmp2,%ret
    [all...]

Completed in 962 milliseconds

12 3 4 5 6 7