HomeSort by relevance Sort by last modified time
    Searched refs:COPY (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/elfutils/libelf/
gelf_getehdr.c 14 You should have received a copy of the GNU General Public License
57 #define COPY(name) \
59 COPY (e_type);
60 COPY (e_machine);
61 COPY (e_version);
62 COPY (e_entry);
63 COPY (e_phoff);
64 COPY (e_shoff);
65 COPY (e_flags);
66 COPY (e_ehsize)
    [all...]
gelf_update_ehdr.c 14 You should have received a copy of the GNU General Public License
65 /* Copy the data. */
67 #define COPY(name) \
69 COPY (e_type);
70 COPY (e_machine);
71 COPY (e_version);
72 COPY (e_entry);
73 COPY (e_phoff);
74 COPY (e_shoff);
75 COPY (e_flags)
    [all...]
gelf_getshdr.c 14 You should have received a copy of the GNU General Public License
48 /* Copy the elements one-by-one. */
57 #define COPY(name) \
59 COPY (sh_name);
60 COPY (sh_type);
61 COPY (sh_flags);
62 COPY (sh_addr);
63 COPY (sh_offset);
64 COPY (sh_size);
65 COPY (sh_link)
    [all...]
gelf_update_shdr.c 14 You should have received a copy of the GNU General Public License
61 #define COPY(name) \
63 COPY (sh_name);
64 COPY (sh_type);
65 COPY (sh_flags);
66 COPY (sh_addr);
67 COPY (sh_offset);
68 COPY (sh_size);
69 COPY (sh_link);
70 COPY (sh_info)
    [all...]
gelf_getphdr.c 14 You should have received a copy of the GNU General Public License
55 /* Copy the elements one-by-one. */
79 #define COPY(Name) result->Name = phdr->Name
80 COPY (p_type);
81 COPY (p_offset);
82 COPY (p_vaddr);
83 COPY (p_paddr);
84 COPY (p_filesz);
85 COPY (p_memsz);
86 COPY (p_flags)
    [all...]
gelf_getsym.c 14 You should have received a copy of the GNU General Public License
68 /* This might look like a simple copy operation but it's
70 #define COPY(name) \
72 COPY (st_name);
73 /* Please note that we can simply copy the `st_info' element since
76 COPY (st_info);
77 COPY (st_other);
78 COPY (st_shndx);
79 COPY (st_value);
80 COPY (st_size)
    [all...]
gelf_update_sym.c 14 You should have received a copy of the GNU General Public License
80 #define COPY(name) \
82 COPY (st_name);
83 COPY (st_value);
84 COPY (st_size);
85 /* Please note that we can simply copy the `st_info' element since
88 COPY (st_info);
89 COPY (st_other);
90 COPY (st_shndx);
gelf_update_phdr.c 14 You should have received a copy of the GNU General Public License
80 #define COPY(name) \
82 COPY (p_type);
83 COPY (p_offset);
84 COPY (p_vaddr);
85 COPY (p_paddr);
86 COPY (p_filesz);
87 COPY (p_memsz);
88 COPY (p_flags);
89 COPY (p_align)
    [all...]
gelf_getsymshndx.c 15 You should have received a copy of the GNU General Public License
88 /* This might look like a simple copy operation but it's
90 #define COPY(name) \
92 COPY (st_name);
93 /* Please note that we can simply copy the `st_info' element since
96 COPY (st_info);
97 COPY (st_other);
98 COPY (st_shndx);
99 COPY (st_value);
100 COPY (st_size)
    [all...]
gelf_update_symshndx.c 15 You should have received a copy of the GNU General Public License
106 #define COPY(name) \
108 COPY (st_name);
109 COPY (st_value);
110 COPY (st_size);
111 /* Please note that we can simply copy the `st_info' element since
114 COPY (st_info);
115 COPY (st_other);
116 COPY (st_shndx);
  /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/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
build.com 64 $ COPY = "copy_"
73 $ 'COPY' [.misc.vms]vms-conf.h config.h
74 $ 'COPY' [.misc.vms]vms-code.c vms-code.c
75 $ 'COPY' [.misc]flex.man flex.doc
76 $ if ALLOCA.nes."" then 'COPY' [.MISC]alloca.c alloca.c
77 $ 'COPY' initscan.c scan.c !make.bootstrap
90 $ then 'COPY' [.misc]parse.% sys$disk:[]y_tab.*
  /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/llvm/lib/CodeGen/
ScheduleDAGEmit.cpp 41 // Copy to physical register.
54 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), Reg)
57 // Copy from physical register.
63 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase)
  /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/
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 */
  /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
40 private static final int COPY = 1;
76 } else if (TextUtils.equals(title, mMenuItemsStrings[COPY])) {
93 mMenuItemsStrings[COPY] = resources.getString(android.R.string.copy);
101 menu.getItem(COPY).setVisible(false);
  /system/core/sh/
nodes.c.pat 66 * Make a copy of a parse tree.
113 %COPY
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 6 * You may obtain a copy of the License at
42 public static final String COPY = "COPY";
84 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.
68 // setup the copy action
71 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(),
76 mActivator.copy(mClipboard);
  /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...]
pa-risc2.s 144 COPY %r0,%ret1 ; return 0 by default
314 COPY %r0,%ret1 ; return 0 by default
394 COPY ht_1,%ret1 ; carry = ht
436 COPY ht_0,%ret1 ; copy carry
596 COPY %r0,%ret1 ; return 0 by default
672 COPY %r0,%ret1 ; return 0 by default
693 COPY sub_tmp2,%ret1
704 COPY sub_tmp2,%ret1
725 COPY sub_tmp2,%ret
    [all...]
  /external/v8/src/
frame-element.h 130 bool is_copy() const { return type() == COPY; }
208 COPY

Completed in 736 milliseconds

1 2 3