Home
last modified time | relevance | path

Searched refs:COPY (Results 1 - 25 of 204) sorted by relevance

123456789

/third_party/elfutils/libelf/
H A Dgelf_getehdr.c72 #define COPY(name) \ in __gelf_getehdr_rdlock() macro
74 COPY (e_type); in __gelf_getehdr_rdlock()
75 COPY (e_machine); in __gelf_getehdr_rdlock()
76 COPY (e_version); in __gelf_getehdr_rdlock()
77 COPY (e_entry); in __gelf_getehdr_rdlock()
78 COPY (e_phoff); in __gelf_getehdr_rdlock()
79 COPY (e_shoff); in __gelf_getehdr_rdlock()
80 COPY (e_flags); in __gelf_getehdr_rdlock()
81 COPY (e_ehsize); in __gelf_getehdr_rdlock()
82 COPY (e_phentsiz in __gelf_getehdr_rdlock()
[all...]
H A Dgelf_update_ehdr.c79 #define COPY(name) \ in gelf_update_ehdr() macro
81 COPY (e_type); in gelf_update_ehdr()
82 COPY (e_machine); in gelf_update_ehdr()
83 COPY (e_version); in gelf_update_ehdr()
84 COPY (e_entry); in gelf_update_ehdr()
85 COPY (e_phoff); in gelf_update_ehdr()
86 COPY (e_shoff); in gelf_update_ehdr()
87 COPY (e_flags); in gelf_update_ehdr()
88 COPY (e_ehsize); in gelf_update_ehdr()
89 COPY (e_phentsiz in gelf_update_ehdr()
[all...]
H A Dgelf_getshdr.c68 #define COPY(name) \ in gelf_getshdr() macro
70 COPY (sh_name); in gelf_getshdr()
71 COPY (sh_type); in gelf_getshdr()
72 COPY (sh_flags); in gelf_getshdr()
73 COPY (sh_addr); in gelf_getshdr()
74 COPY (sh_offset); in gelf_getshdr()
75 COPY (sh_size); in gelf_getshdr()
76 COPY (sh_link); in gelf_getshdr()
77 COPY (sh_info); in gelf_getshdr()
78 COPY (sh_addralig in gelf_getshdr()
[all...]
H A Dgelf_update_shdr.c74 #define COPY(name) \ in gelf_update_shdr() macro
76 COPY (sh_name); in gelf_update_shdr()
77 COPY (sh_type); in gelf_update_shdr()
78 COPY (sh_flags); in gelf_update_shdr()
79 COPY (sh_addr); in gelf_update_shdr()
80 COPY (sh_offset); in gelf_update_shdr()
81 COPY (sh_size); in gelf_update_shdr()
82 COPY (sh_link); in gelf_update_shdr()
83 COPY (sh_info); in gelf_update_shdr()
84 COPY (sh_addralig in gelf_update_shdr()
[all...]
H A Dgelf_getphdr.c93 #define COPY(Name) result->Name = phdr->Name in gelf_getphdr() macro
94 COPY (p_type); in gelf_getphdr()
95 COPY (p_offset); in gelf_getphdr()
96 COPY (p_vaddr); in gelf_getphdr()
97 COPY (p_paddr); in gelf_getphdr()
98 COPY (p_filesz); in gelf_getphdr()
99 COPY (p_memsz); in gelf_getphdr()
100 COPY (p_flags); in gelf_getphdr()
101 COPY (p_align); in gelf_getphdr()
H A Dgelf_update_sym.c83 #define COPY(name) \ in gelf_update_sym() macro
85 COPY (st_name); in gelf_update_sym()
86 COPY (st_value); in gelf_update_sym()
87 COPY (st_size); in gelf_update_sym()
91 COPY (st_info); in gelf_update_sym()
92 COPY (st_other); in gelf_update_sym()
93 COPY (st_shndx); in gelf_update_sym()
H A Dgelf_getsym.c79 #define COPY(name) \ in gelf_getsym() macro
81 COPY (st_name); in gelf_getsym()
85 COPY (st_info); in gelf_getsym()
86 COPY (st_other); in gelf_getsym()
87 COPY (st_shndx); in gelf_getsym()
88 COPY (st_value); in gelf_getsym()
89 COPY (st_size); in gelf_getsym()
H A Dgelf_update_phdr.c96 #define COPY(name) \ in gelf_update_phdr() macro
98 COPY (p_type); in gelf_update_phdr()
99 COPY (p_offset); in gelf_update_phdr()
100 COPY (p_vaddr); in gelf_update_phdr()
101 COPY (p_paddr); in gelf_update_phdr()
102 COPY (p_filesz); in gelf_update_phdr()
103 COPY (p_memsz); in gelf_update_phdr()
104 COPY (p_flags); in gelf_update_phdr()
105 COPY (p_align); in gelf_update_phdr()
H A Dgelf_update_symshndx.c108 #define COPY(name) \ in gelf_update_symshndx() macro
110 COPY (st_name); in gelf_update_symshndx()
111 COPY (st_value); in gelf_update_symshndx()
112 COPY (st_size); in gelf_update_symshndx()
116 COPY (st_info); in gelf_update_symshndx()
117 COPY (st_other); in gelf_update_symshndx()
118 COPY (st_shndx); in gelf_update_symshndx()
H A Dgelf_getsymshndx.c98 #define COPY(name) \ in gelf_getsymshndx() macro
100 COPY (st_name); in gelf_getsymshndx()
104 COPY (st_info); in gelf_getsymshndx()
105 COPY (st_other); in gelf_getsymshndx()
106 COPY (st_shndx); in gelf_getsymshndx()
107 COPY (st_value); in gelf_getsymshndx()
108 COPY (st_size); in gelf_getsymshndx()
/third_party/node/deps/v8/src/compiler/
H A Dloop-unrolling.cc52 #define COPY(node, n) copier.map(node, n) in UnrollLoop() macro
65 COPY(node, i)->ReplaceInput(0, in UnrollLoop()
93 COPY(use, i)->ReplaceUses(COPY(replacing_effect, i)); in UnrollLoop()
107 merge_inputs[i] = COPY(node, i - 1); in UnrollLoop()
130 phi_inputs[i] = COPY(use, i - 1); in UnrollLoop()
150 FOREACH_COPY_INDEX(i) { COPY(node, i)->Kill(); } in UnrollLoop()
169 COPY(loop_node, unrolling_count - 1)->InputAt(input_index); in UnrollLoop()
172 COPY(loop_node, copy_index) in UnrollLoop()
174 COPY(loop_nod in UnrollLoop()
225 #undef COPY global() macro
[all...]
/third_party/python/Python/
H A Dpathconfig.c88 #define COPY(ATTR) \ in _PyPathConfig_ReadGlobal() macro
112 COPY(prefix); in _PyPathConfig_ReadGlobal()
113 COPY(exec_prefix); in _PyPathConfig_ReadGlobal()
114 COPY(stdlib_dir); in _PyPathConfig_ReadGlobal()
115 COPY(program_name); in _PyPathConfig_ReadGlobal()
116 COPY(home); in _PyPathConfig_ReadGlobal()
120 #undef COPY in _PyPathConfig_ReadGlobal() macro
134 #define COPY(ATTR) \ in _PyPathConfig_UpdateGlobal() macro
159 COPY(prefix); in _PyPathConfig_UpdateGlobal()
160 COPY(exec_prefi in _PyPathConfig_UpdateGlobal()
166 #undef COPY _PyPathConfig_UpdateGlobal() macro
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Didctdsp.c178 #define COPY(dest, src) \ in idct_put_altivec() macro
183 COPY(dest, vx0); in idct_put_altivec()
185 COPY(dest, vx1); in idct_put_altivec()
187 COPY(dest, vx2); in idct_put_altivec()
189 COPY(dest, vx3); in idct_put_altivec()
191 COPY(dest, vx4); in idct_put_altivec()
193 COPY(dest, vx5); in idct_put_altivec()
195 COPY(dest, vx6); in idct_put_altivec()
197 COPY(dest, vx7); in idct_put_altivec()
/third_party/ffmpeg/libavcodec/
H A Davdct.c99 #define COPY(src, name) memcpy(&dsp->name, &src.name, sizeof(dsp->name)) in avcodec_dct_init() macro
105 COPY(idsp, idct); in avcodec_dct_init()
106 COPY(idsp, idct_permutation); in avcodec_dct_init()
114 COPY(fdsp, fdct); in avcodec_dct_init()
122 COPY(pdsp, get_pixels); in avcodec_dct_init()
123 COPY(pdsp, get_pixels_unaligned); in avcodec_dct_init()
H A Dmpegvideo.c451 #define COPY(a) bak->a = src->a in backup_duplicate_context() macro
452 COPY(sc.edge_emu_buffer); in backup_duplicate_context()
453 COPY(me.scratchpad); in backup_duplicate_context()
454 COPY(me.temp); in backup_duplicate_context()
455 COPY(sc.rd_scratchpad); in backup_duplicate_context()
456 COPY(sc.b_scratchpad); in backup_duplicate_context()
457 COPY(sc.obmc_scratchpad); in backup_duplicate_context()
458 COPY(me.map); in backup_duplicate_context()
459 COPY(me.score_map); in backup_duplicate_context()
460 COPY(block in backup_duplicate_context()
473 #undef COPY backup_duplicate_context() macro
[all...]
/third_party/skia/third_party/externals/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 $@
/third_party/skia/third_party/externals/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 $@
/third_party/ffmpeg/libavfilter/
H A Dvf_blend_init.h56 #define COPY(src, depth) \ macro
67 COPY(top, 8)
68 COPY(bottom, 8)
70 COPY(top, 16)
71 COPY(bottom, 16)
73 COPY(top, 32)
74 COPY(bottom, 32)
76 #undef COPY macro
/third_party/ffmpeg/libavformat/
H A Durl.c254 #define COPY(start, end) do { \ in ff_make_absolute_url2() macro
263 COPY(ub.url, keep); in ff_make_absolute_url2()
264 COPY(uc.url, uc.path); in ff_make_absolute_url2()
289 COPY(root, root + 1); in ff_make_absolute_url2()
303 COPY(ub.path, base_path_end); in ff_make_absolute_url2()
304 COPY(uc.path, uc.url_component_end_path); in ff_make_absolute_url2()
307 COPY(uc.url_component_end_path, uc.end); in ff_make_absolute_url2()
308 #undef COPY in ff_make_absolute_url2() macro
/third_party/skia/third_party/externals/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)/$@ $@
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp178 return COPY; in getPredForm()
214 case TargetOpcode::COPY: in collectPredicateGPR()
258 if (Opc == Hexagon::C2_tfrpr || Opc == TargetOpcode::COPY) { in getPredRegFor()
275 BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY), NewPR) in getPredRegFor()
334 case TargetOpcode::COPY: { in isScalarPred()
396 NewOpc = TargetOpcode::COPY; in convertToPredForm()
437 BuildMI(B, MI, DL, TII->get(TargetOpcode::COPY), NewOutR) in convertToPredForm()
471 if (MI.getOpcode() != TargetOpcode::COPY) in eliminatePredCopies()
/third_party/skia/third_party/externals/freetype/builds/dos/
H A Ddetect.mk128 COPY := cp macro
136 # Setting COPY is a bit trickier. We can be running DJGPP on some
141 COPY := cmd.exe /c copy macro
143 COPY := copy macro
/third_party/skia/third_party/externals/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
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/shaping/
H A DArabicShapingSample.java20 private static final int COPY = 0; field in ArabicShapingSample
25 int testtype = COPY; in main()
133 testtype = COPY; in main()
175 case COPY: in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp123 TII->get(SystemZ::COPY), DestReg) in selectSELRMux()
130 TII->get(SystemZ::COPY), DestReg) in selectSELRMux()
200 BuildMI(*MoveMBB, MoveMBB->end(), DL, TII->get(SystemZ::COPY), DestReg) in expandCondMove()
228 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(SystemZ::COPY), DstReg) in selectMI()

Completed in 9 milliseconds

123456789