/third_party/elfutils/libelf/ |
D | gelf_update_ehdr.c | 79 #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_phentsize); in gelf_update_ehdr() [all …]
|
D | gelf_getehdr.c | 72 #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_phentsize); in __gelf_getehdr_rdlock() [all …]
|
D | gelf_getshdr.c | 68 #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_addralign); in gelf_getshdr() [all …]
|
D | gelf_update_shdr.c | 74 #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_addralign); in gelf_update_shdr() [all …]
|
D | gelf_getphdr.c | 93 #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()
|
D | gelf_update_phdr.c | 96 #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()
|
D | gelf_getsym.c | 79 #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()
|
D | gelf_update_sym.c | 83 #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()
|
D | gelf_getsymshndx.c | 98 #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()
|
D | gelf_update_symshndx.c | 108 #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()
|
/third_party/node/deps/v8/src/compiler/ |
D | loop-unrolling.cc | 52 #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_node, copy_index - 1)->InputAt(input_index)); in UnrollLoop() 176 COPY(loop_node, 0) in UnrollLoop() [all …]
|
/third_party/curl/tests/data/ |
D | test817 | 6 COPY 23 IMAP COPY message to mailbox (CUSTOMREQUEST) 26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'COPY 123 %TESTNUMBER' 36 A003 COPY 123 %TESTNUMBER
|
/third_party/ffmpeg/libavcodec/ |
D | avdct.c | 99 #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()
|
/third_party/skia/third_party/externals/libpng/contrib/pngminim/encoder/ |
D | makefile | 15 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/skia/third_party/externals/libpng/contrib/pngminim/decoder/ |
D | makefile | 15 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/ffmpeg/libavcodec/ppc/ |
D | idctdsp.c | 178 #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/skia/third_party/externals/libpng/contrib/pngminim/preader/ |
D | makefile | 15 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/ffmpeg/libavformat/ |
D | url.c | 254 #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()
|
/third_party/skia/third_party/externals/expat/expat/win32/ |
D | build_expat_iss.bat | 50 COPY build_shared_char\%CONFIGURATION%\libexpat.dll %BINDIR%\ || EXIT /b 1 51 COPY build_shared_char\%CONFIGURATION%\libexpat.lib %BINDIR%\ || EXIT /b 1 60 COPY build_static_char\%CONFIGURATION%\libexpatMT.lib %BINDIR%\ || EXIT /b 1 61 COPY build_static_char\xmlwf\%CONFIGURATION%\xmlwf.exe %BINDIR%\ || EXIT /b 1 70 COPY build_shared_wchar_t\%CONFIGURATION%\libexpatw.dll %BINDIR%\ || EXIT /b 1 71 COPY build_shared_wchar_t\%CONFIGURATION%\libexpatw.lib %BINDIR%\ || EXIT /b 1 80 COPY build_static_wchar_t\%CONFIGURATION%\libexpatwMT.lib %BINDIR%\ || EXIT /b 1
|
/third_party/libcoap/build-env/ |
D | Dockerfile.develop | 24 COPY --from=0 /usr/local/include/coap3 /usr/local/include/coap3 25 COPY --from=0 /usr/local/lib /usr/local/lib 26 COPY --from=0 /usr/local/bin/coap-client /usr/local/bin/ 27 COPY --from=0 /usr/local/include/cn-cbor /usr/local/include/cn-cbor
|
/third_party/skia/docker/skia-wasm-release/ |
D | Dockerfile | 66 COPY --from=builder /tmp/VERSION /tmp/VERSION 68 COPY --from=builder /tmp/skia/skia/out/pathkit/pathkit* /tmp/pathkit/ 70 COPY --from=builder /tmp/skia/skia/out/canvaskit_wasm/canvaskit* /tmp/canvaskit/ 72 COPY --from=builder /tmp/skia/skia/modules/canvaskit/npm_build/types/index.d.ts /tmp/canvaskit/canv… 74 COPY --from=builder /tmp/skia/skia/out/debugger_wasm/debugger* /tmp/debugger/
|
/third_party/rust/crates/libc/ci/docker/wasm32-unknown-emscripten/ |
D | Dockerfile | 29 COPY emscripten.sh / 35 COPY emscripten-entry.sh / 36 COPY docker/wasm32-unknown-emscripten/node-wrapper.sh /usr/local/bin/node-wrapper.sh
|
/third_party/skia/third_party/externals/freetype/builds/dos/ |
D | detect.mk | 128 COPY := cp 141 COPY := cmd.exe /c copy 143 COPY := copy
|
/third_party/mesa3d/.gitlab-ci/windows/ |
D | Dockerfile_vs | 15 COPY mesa_deps_vs2019.ps1 C:\ 17 COPY mesa_vs_init.ps1 C:\ 20 COPY mesa_deps_choco.ps1 C:\
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenPredicate.cpp | 178 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()
|