Searched defs:COPY (Results 1 - 25 of 38) sorted by relevance

12

/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemcpy.S275 #define COPY(shift,index) \ define
292 COPY(0, 1) /* no point special casing this---it doesn't go any faster without shrp */
293 COPY(8, 0)
294 COPY(16, 0)
295 COPY(24, 0)
296 COPY(32, 0)
297 COPY(40, 0)
298 COPY(48, 0)
299 COPY(56, 0)
/external/elfutils/0.153/libelf/
H A Dgelf_getshdr.c91 #define COPY(name) \ macro
93 COPY (sh_name);
94 COPY (sh_type);
95 COPY (sh_flags);
96 COPY (sh_addr);
97 COPY (sh_offset);
98 COPY (sh_size);
99 COPY (sh_link);
100 COPY (sh_info);
101 COPY (sh_addralig
[all...]
H A Dgelf_getehdr.c94 #define COPY(name) \ macro
96 COPY (e_type);
97 COPY (e_machine);
98 COPY (e_version);
99 COPY (e_entry);
100 COPY (e_phoff);
101 COPY (e_shoff);
102 COPY (e_flags);
103 COPY (e_ehsize);
104 COPY (e_phentsiz
[all...]
H A Dgelf_getphdr.c119 #define COPY(Name) result->Name = phdr->Name macro
120 COPY (p_type);
121 COPY (p_offset);
122 COPY (p_vaddr);
123 COPY (p_paddr);
124 COPY (p_filesz);
125 COPY (p_memsz);
126 COPY (p_flags);
127 COPY (p_align);
H A Dgelf_getsym.c103 #define COPY(name) \ macro
105 COPY (st_name);
109 COPY (st_info);
110 COPY (st_other);
111 COPY (st_shndx);
112 COPY (st_value);
113 COPY (st_size);
H A Dgelf_getsymshndx.c123 #define COPY(name) \ macro
125 COPY (st_name);
129 COPY (st_info);
130 COPY (st_other);
131 COPY (st_shndx);
132 COPY (st_value);
133 COPY (st_size);
H A Dgelf_update_ehdr.c100 #define COPY(name) \ macro
102 COPY (e_type);
103 COPY (e_machine);
104 COPY (e_version);
105 COPY (e_entry);
106 COPY (e_phoff);
107 COPY (e_shoff);
108 COPY (e_flags);
109 COPY (e_ehsize);
110 COPY (e_phentsiz
[all...]
H A Dgelf_update_shdr.c95 #define COPY(name) \ macro
97 COPY (sh_name);
98 COPY (sh_type);
99 COPY (sh_flags);
100 COPY (sh_addr);
101 COPY (sh_offset);
102 COPY (sh_size);
103 COPY (sh_link);
104 COPY (sh_info);
105 COPY (sh_addralig
[all...]
H A Dgelf_update_sym.c113 #define COPY(name) \ macro
115 COPY (st_name);
116 COPY (st_value);
117 COPY (st_size);
121 COPY (st_info);
122 COPY (st_other);
123 COPY (st_shndx);
H A Dgelf_update_phdr.c117 #define COPY(name) \ macro
119 COPY (p_type);
120 COPY (p_offset);
121 COPY (p_vaddr);
122 COPY (p_paddr);
123 COPY (p_filesz);
124 COPY (p_memsz);
125 COPY (p_flags);
126 COPY (p_align);
H A Dgelf_update_symshndx.c139 #define COPY(name) \ macro
141 COPY (st_name);
142 COPY (st_value);
143 COPY (st_size);
147 COPY (st_info);
148 COPY (st_other);
149 COPY (st_shndx);
/external/libpng/projects/owatcom/
H A Dpngconfig.mak13 COPY=copy macro
33 $(COPY) pnglibconf.h $@
53 $(COPY) dfn2.out $@
64 $(COPY) dfn2.out $@
103 @$(COPY) << config.inf
118 @$(COPY) << pngconfig.dfa
/external/llvm/include/llvm/Target/
H A DTargetOpcodes.h65 /// instructions are insufficient. It is emitted as a COPY MachineInstr.
84 /// COPY - Target-independent register copy. This instruction can also be
86 COPY = 13, enumerator in enum:llvm::TargetOpcode::__anon25635
/external/chromium_org/courgette/
H A Dencoded_program.h69 COPY = 1, // COPY <count> <bytes> - copy bytes to output. enumerator in enum:courgette::EncodedProgram::OP
70 COPY1 = 2, // COPY1 <byte> - same as COPY 1 <byte>.
/external/chromium_org/third_party/zlib/
H A Dgzguts.h82 #define COPY 1 /* copy input directly */ macro
H A Dinflate.h35 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 */ enumerator in enum:__anon16405
69 STORED -> COPY_ -> COPY -> TYPE
/external/libpng/contrib/pngminim/decoder/
H A Dmakefile15 COPY=cp macro
129 $(COPY) $(PNGSRC)/$@ $@
135 $(COPY) $(ZLIBSRC)/$@ $@
143 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
144 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
149 $(COPY) $(PROGSRC)/png2pnm.c $@
/external/libpng/contrib/pngminim/encoder/
H A Dmakefile15 COPY=cp macro
128 $(COPY) $(PNGSRC)/$@ $@
134 $(COPY) $(ZLIBSRC)/$@ $@
142 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
143 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
148 $(COPY) $(PROGSRC)/pnm2png.c $@
/external/libpng/contrib/pngminim/preader/
H A Dmakefile15 COPY=cp macro
144 $(COPY) $(PNGSRC)/$@ $@
150 $(COPY) $(ZLIBSRC)/$@ $@
158 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
159 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
164 $(COPY) $(PROGSRC)/$@ $@
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanCopier.java38 private static final Signature COPY = field in class:BeanCopier
107 CodeEmitter e = ce.begin_method(Constants.ACC_PUBLIC, COPY, null);
/external/chromium_org/ui/events/linux/
H A Dtext_edit_command_auralinux.h19 COPY, enumerator in enum:ui::TextEditCommandAuraLinux::CommandId
/external/freetype/src/gzip/
H A Dinfcodes.c22 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:__anon21548
46 } copy; /* if EXT or COPY, where and how much */
196 c->mode = COPY;
197 case COPY: /* o: copying bytes in window, waiting for space */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h173 #define COPY 1 /* copy input directly */ macro
/external/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h157 #define COPY 1 /* copy input directly */ macro
/external/zlib/src/
H A Dgzguts.h157 #define COPY 1 /* copy input directly */ macro

Completed in 1032 milliseconds

12