/external/python/cpython3/Tools/unicode/ |
D | Makefile | 12 RM = /bin/rm macro 32 $(RM) build/atarist.* 33 $(RM) build/us_ascii_quotes.* 34 $(RM) build/ibmgraph.* 35 $(RM) build/sgml.* 36 $(RM) -f build/readme.* 43 $(RM) build/cp9* 44 $(RM) -f build/readme.* 48 $(RM) -f build/isoreadme.* 52 $(RM) build/mac_dingbats.* [all …]
|
/external/python/cpython2/Tools/unicode/ |
D | Makefile | 12 RM = /bin/rm macro 32 $(RM) build/atarist.* 33 $(RM) build/us_ascii_quotes.* 34 $(RM) build/ibmgraph.* 35 $(RM) build/sgml.* 36 $(RM) -f build/readme.* 43 $(RM) build/cp9* 44 $(RM) -f build/readme.* 48 $(RM) -f build/isoreadme.* 52 $(RM) build/mac_dingbats.* [all …]
|
/external/syzkaller/pkg/ifuzz/gen/ |
D | all-enc-instructions.txt | 32 PATTERN : 0xD8 MOD[mm] MOD!=3 REG[0b000] RM[nnn] MODRM() 42 PATTERN : 0xD8 MOD[mm] MOD!=3 REG[0b001] RM[nnn] MODRM() 52 PATTERN : 0xD8 MOD[mm] MOD!=3 REG[0b011] RM[nnn] MODRM() 62 PATTERN : 0xD8 MOD[mm] MOD!=3 REG[0b100] RM[nnn] MODRM() 72 PATTERN : 0xD8 MOD[mm] MOD!=3 REG[0b101] RM[nnn] MODRM() 82 PATTERN : 0xD8 MOD[mm] MOD!=3 REG[0b110] RM[nnn] MODRM() 92 PATTERN : 0xD8 MOD[mm] MOD!=3 REG[0b111] RM[nnn] MODRM() 102 PATTERN : 0xD8 MOD[0b11] MOD=3 REG[0b000] RM[nnn] 112 PATTERN : 0xD8 MOD[0b11] MOD=3 REG[0b001] RM[nnn] 122 PATTERN : 0xD8 MOD[mm] MOD!=3 REG[0b010] RM[nnn] MODRM() [all …]
|
/external/libpng/contrib/pngminim/decoder/ |
D | makefile | 14 RM=rm -f macro 102 $(RM) pnglibconf.h pnglibconf.dfn 110 $(RM) pngm2pnm$(O) 111 $(RM) pngm2pnm$(E) 112 $(RM) $(OBJS) 116 $(RM) -r scripts # historical reasons 117 $(RM) $(PNGSRCS) $(PNGH) 118 $(RM) $(ZSRCS) $(ZH) $(ZCONF) 119 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS) 128 $(RM) $@ [all …]
|
/external/libpng/contrib/pngminim/encoder/ |
D | makefile | 14 RM=rm -f macro 101 $(RM) pnglibconf.h pnglibconf.dfn 109 $(RM) pnm2pngm$(O) 110 $(RM) pnm2pngm$(E) 111 $(RM) $(OBJS) 115 $(RM) -r scripts # historical reasons 116 $(RM) $(PNGSRCS) $(PNGH) 117 $(RM) $(ZSRCS) $(ZH) $(ZCONF) 118 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS) 127 $(RM) $@ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 568 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM); 580 const APFloat &cc, roundingMode RM); 583 DoubleAPFloat &Out, roundingMode RM); 611 opStatus add(const DoubleAPFloat &RHS, roundingMode RM); 612 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM); 613 opStatus multiply(const DoubleAPFloat &RHS, roundingMode RM); 614 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM); 618 const DoubleAPFloat &Addend, roundingMode RM); 619 opStatus roundToIntegral(roundingMode RM); 640 unsigned int Width, bool IsSigned, roundingMode RM, [all …]
|
/external/libcups/filter/ |
D | Makefile | 71 $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS) 72 $(RM) libcupsimage.so libcupsimage.sl libcupsimage.dylib 106 $(RM) $(SERVERBIN)/filter/rastertodymo 132 $(RM) $(LIBDIR)/`basename $(LIBCUPSIMAGE) .2`; \ 136 $(RM) $(LIBDIR)/libcupsimage.dylib; \ 158 $(RM) $(SERVERBIN)/filter/$$file; \ 160 $(RM) $(SERVERBIN)/filter/rastertodymo 163 $(RM) $(LIBDIR)/libcupsimage.2.dylib 164 $(RM) $(LIBDIR)/libcupsimage.a 165 $(RM) $(LIBDIR)/libcupsimage.dylib [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 58 if (!RM.hasValue()) in getEffectiveRelocModel() 60 return *RM; in getEffectiveRelocModel() 74 Reloc::Model RM, bool Is64Bit, in getEffectiveCodeModel() argument 81 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveCodeModel() 89 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine() argument 93 getEffectiveRelocModel(RM), in SparcTargetMachine() 94 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine() 190 Optional<Reloc::Model> RM, in SparcV8TargetMachine() argument 193 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine() [all …]
|
/external/libpng/contrib/pngminim/preader/ |
D | makefile | 14 RM=rm -f macro 117 $(RM) pnglibconf.h pnglibconf.dfn 125 $(RM) rpng2-x$(O) 126 $(RM) rpng2-x$(E) 127 $(RM) $(OBJS) 131 $(RM) -r scripts # historical reasons 132 $(RM) $(PNGSRCS) $(PNGH) 133 $(RM) $(ZSRCS) $(ZH) $(ZCONF) 134 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS) 143 $(RM) $@ [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 38 Reloc::Model RM, CodeModel::Model CM, in MipsTargetMachine() argument 40 LLVMTargetMachine(T, TT, CPU, FS, RM, CM), in MipsTargetMachine() 57 Reloc::Model RM, CodeModel::Model CM) : in MipsebTargetMachine() argument 58 MipsTargetMachine(T, TT, CPU, FS, RM, CM, false) {} in MipsebTargetMachine() 63 Reloc::Model RM, CodeModel::Model CM) : in MipselTargetMachine() argument 64 MipsTargetMachine(T, TT, CPU, FS, RM, CM, true) {} in MipselTargetMachine() 69 Reloc::Model RM, CodeModel::Model CM) : in Mips64ebTargetMachine() argument 70 MipsTargetMachine(T, TT, CPU, FS, RM, CM, false) {} in Mips64ebTargetMachine() 75 Reloc::Model RM, CodeModel::Model CM) : in Mips64elTargetMachine() argument 76 MipsTargetMachine(T, TT, CPU, FS, RM, CM, true) {} in Mips64elTargetMachine()
|
/external/zlib/src/msdos/ |
D | Makefile.dj2 | 41 RM=del 90 $(RM) $(INCLUDE_PATH)\zlib.h 91 $(RM) $(INCLUDE_PATH)\zconf.h 92 $(RM) $(LIBRARY_PATH)\libz.a 95 $(RM) *.d 96 $(RM) *.o 97 $(RM) *.exe 98 $(RM) libz.a 99 $(RM) foo.gz
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 594 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM); 606 const APFloat &cc, roundingMode RM); 609 DoubleAPFloat &Out, roundingMode RM); 637 opStatus add(const DoubleAPFloat &RHS, roundingMode RM); 638 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM); 925 opStatus add(const APFloat &RHS, roundingMode RM) { in add() argument 927 return U.IEEE.add(RHS.U.IEEE, RM); in add() 929 return U.Double.add(RHS.U.Double, RM); in add() 932 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract() argument 934 return U.IEEE.subtract(RHS.U.IEEE, RM); in subtract() [all …]
|
/external/libopus/doc/ |
D | Makefile.am | 35 $(RM) -r html 36 $(RM) -r latex 37 $(RM) -r man 38 $(RM) doxygen-build.stamp 39 $(RM) doxygen_sqlite3.db 42 $(RM) -r $(DESTDIR)$(docdir)/html 43 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 58 if (!RM.hasValue()) in getEffectiveRelocModel() 60 return *RM; in getEffectiveRelocModel() 67 Optional<Reloc::Model> RM, in SparcTargetMachine() argument 71 getEffectiveRelocModel(RM), CM, OL), in SparcTargetMachine() 189 Optional<Reloc::Model> RM, in SparcV8TargetMachine() argument 192 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in SparcV8TargetMachine() 199 Optional<Reloc::Model> RM, in SparcV9TargetMachine() argument 202 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in SparcV9TargetMachine() 209 Optional<Reloc::Model> RM, in SparcelTargetMachine() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 94 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 97 if (!RM.hasValue() || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel() 99 return *RM; in getEffectiveRelocModel() 132 Reloc::Model RM, bool JIT) { in getEffectiveCodeModel() argument 136 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveCodeModel() 143 Optional<Reloc::Model> RM, in SystemZTargetMachine() argument 148 getEffectiveRelocModel(RM), in SystemZTargetMachine() 149 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), JIT), OL), in SystemZTargetMachine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 178 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 179 if (!RM.hasValue()) in getEffectiveRelocModel() 184 if (*RM == Reloc::DynamicNoPIC && !TT.isOSDarwin()) in getEffectiveRelocModel() 187 return *RM; in getEffectiveRelocModel() 195 Optional<Reloc::Model> RM, in ARMBaseTargetMachine() argument 199 CPU, FS, Options, getEffectiveRelocModel(TT, RM), CM, in ARMBaseTargetMachine() 269 Optional<Reloc::Model> RM, in ARMTargetMachine() argument 272 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ARMTargetMachine() 284 Optional<Reloc::Model> RM, in ARMLETargetMachine() argument 287 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in ARMLETargetMachine() [all …]
|
/external/libpng/contrib/pngminus/ |
D | makefile.std | 8 RM=rm -f 59 $(RM) png2pnm$(O) 60 $(RM) pnm2png$(O) 61 $(RM) png2pnm$(E) 62 $(RM) pnm2png$(E) 63 $(RM) png2pnm-static$(E) 64 $(RM) pnm2png-static$(E)
|
/external/zlib/src/win32/ |
D | Makefile.gcc | 65 RM = rm -f 153 $(RM) '$(DESTDIR)$(BINARY_PATH)'/$(SHAREDLIB); \ 154 $(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(IMPLIB); \ 156 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zlib.h 157 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zconf.h 158 -$(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(STATICLIB) 161 -$(RM) $(STATICLIB) 162 -$(RM) $(SHAREDLIB) 163 -$(RM) $(IMPLIB) 164 -$(RM) *.o [all …]
|
/external/e2fsprogs/doc/ |
D | Makefile.in | 23 $(Q) $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info* 34 $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info* 58 $(RM) -f Makefile 68 $(RM) -f *.ps *.info *.info-? *.html *.pdf 72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns 76 $(RM) -f *~ #* 80 $(RM) -f *.tar *.tar.gz *.tgz 83 $(RM) -f *.html
|
/external/e2fsprogs/lib/ |
D | Makefile.darwin-lib | 29 $(Q) $(RM) -f ../$(BSD_LIB) 45 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB) 48 $(RM) -rf pic 49 $(RM) -f $(BSD_LIB) 50 $(RM) -f ../$(BSD_LIB) 51 $(RM) -f ../$(BSDLIB_IMAGE).dylib
|
/external/e2fsprogs/scrub/ |
D | Makefile.in | 139 $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \ 151 $(RM) -f $(DESTDIR)$(UDEV_RULES_DIR)/96-$$i; \ 156 $(RM) -f $(DESTDIR)$(CROND_DIR)/$$i; \ 161 $(RM) -f $(DESTDIR)$(pkglibdir)/$$i; \ 166 $(RM) -f $(DESTDIR)$(SYSTEMD_SYSTEM_UNIT_DIR)/$$i; \ 171 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \ 174 $(RM) -f $(DESTDIR)$(man8dir)/$$i; \ 177 $(RM) -f $(DESTDIR)$(root_sysconfdir)/$$i; \ 181 $(RM) -f $(PROGS) 185 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/ |
D | Nios2TargetMachine.cpp | 34 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 35 if (!RM.hasValue()) in getEffectiveRelocModel() 37 return *RM; in getEffectiveRelocModel() 41 Reloc::Model RM, bool JIT) { in getEffectiveCodeModel() argument 50 Optional<Reloc::Model> RM, in Nios2TargetMachine() argument 55 getEffectiveRelocModel(RM), in Nios2TargetMachine() 56 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), JIT), OL), in Nios2TargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 29 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine() argument 31 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM), in SparcTargetMachine() 56 StringRef FS, Reloc::Model RM, in SparcV8TargetMachine() argument 58 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, false) { in SparcV8TargetMachine() 63 StringRef FS, Reloc::Model RM, in SparcV9TargetMachine() argument 65 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, true) { in SparcV9TargetMachine()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/ |
D | Makefile.ocaml | 171 -$(Verb) $(RM) -f $@ 176 -$(Verb) $(RM) -f $(LibraryA) 186 -$(Verb) $(RM) -f $(DestA) 206 $(Verb) $(RM) -f $(OutputLibs) 215 $(Verb) $(RM) -f $(DestLibs) 236 -$(Verb) $(RM) -f $(OutputsCMI) 253 $(RM) -f "$(PROJ_libocamldir)/$$i"; \ 257 $(RM) -f "$(PROJ_libocamldir)/$$i"; \ 282 $(Verb) $(RM) -f $(OutputCMA) $(UsedLibNames:%=$(OcamlDir)/%) 291 -$(Verb) $(RM) -f $(DestCMA) [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 111 bool LiveRangeEdit::canRematerializeAt(Remat &RM, in canRematerializeAt() argument 118 if (!remattable_.count(RM.ParentVNI)) in canRematerializeAt() 123 if (RM.OrigMI) in canRematerializeAt() 124 DefIdx = lis.getInstructionIndex(RM.OrigMI); in canRematerializeAt() 126 DefIdx = RM.ParentVNI->def; in canRematerializeAt() 127 RM.OrigMI = lis.getInstructionFromIndex(DefIdx); in canRematerializeAt() 128 assert(RM.OrigMI && "No defining instruction for remattable value"); in canRematerializeAt() 132 if (cheapAsAMove && !RM.OrigMI->getDesc().isAsCheapAsAMove()) in canRematerializeAt() 136 if (!allUsesAvailableAt(RM.OrigMI, DefIdx, UseIdx, lis)) in canRematerializeAt() 145 const Remat &RM, in rematerializeAt() argument [all …]
|