/third_party/python/Tools/unicode/ |
H A 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) buil [all...] |
/third_party/skia/third_party/externals/libpng/contrib/pngminim/decoder/ |
H A 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...] |
/third_party/skia/third_party/externals/libpng/contrib/pngminim/encoder/ |
H A 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...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A 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 getEffectiveSparcCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() argument 86 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel() 94 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine() 97 getEffectiveRelocModel(RM), in SparcTargetMachine() 99 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine() 195 Optional<Reloc::Model> RM, in SparcV8TargetMachine() 198 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, C in SparcV8TargetMachine() 92 SparcTargetMachine( const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT, bool is64bit) SparcTargetMachine() argument 192 SparcV8TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) SparcV8TargetMachine() argument 202 SparcV9TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) SparcV9TargetMachine() argument 212 SparcelTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) SparcelTargetMachine() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A 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() 939 multiply(const APFloat &RHS, roundingMode RM) multiply() argument 942 divide(const APFloat &RHS, roundingMode RM) divide() argument 949 fusedMultiplyAdd(const APFloat &Multiplicand, const APFloat &Addend, roundingMode RM) fusedMultiplyAdd() argument 954 roundToIntegral(roundingMode RM) roundToIntegral() argument 986 convertToInteger(integerPart *Input, unsigned int Width, bool IsSigned, roundingMode RM, bool *IsExact) const convertToInteger() argument 991 convertToInteger(APSInt &Result, roundingMode RM, bool *IsExact) const convertToInteger() argument 995 convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM) convertFromAPInt() argument 999 convertFromSignExtendedInteger(const integerPart *Input, unsigned int InputSize, bool IsSigned, roundingMode RM) convertFromSignExtendedInteger() argument 1005 convertFromZeroExtendedInteger(const integerPart *Input, unsigned int InputSize, bool IsSigned, roundingMode RM) convertFromZeroExtendedInteger() argument 1087 scalbn(APFloat X, int Exp, APFloat::roundingMode RM) scalbn() argument 1095 frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) frexp() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 585 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM); 597 const APFloat &cc, roundingMode RM); 600 DoubleAPFloat &Out, roundingMode RM); 628 opStatus add(const DoubleAPFloat &RHS, roundingMode RM); 629 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM); 630 opStatus multiply(const DoubleAPFloat &RHS, roundingMode RM); 631 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM); 635 const DoubleAPFloat &Addend, roundingMode RM); 636 opStatus roundToIntegral(roundingMode RM); 657 unsigned int Width, bool IsSigned, roundingMode RM, 961 add(const APFloat &RHS, roundingMode RM) add() argument 970 subtract(const APFloat &RHS, roundingMode RM) subtract() argument 979 multiply(const APFloat &RHS, roundingMode RM) multiply() argument 988 divide(const APFloat &RHS, roundingMode RM) divide() argument 1015 fusedMultiplyAdd(const APFloat &Multiplicand, const APFloat &Addend, roundingMode RM) fusedMultiplyAdd() argument 1028 roundToIntegral(roundingMode RM) roundToIntegral() argument 1089 convertToInteger(MutableArrayRef<integerPart> Input, unsigned int Width, bool IsSigned, roundingMode RM, bool *IsExact) const convertToInteger() argument 1097 convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM) convertFromAPInt() argument 1101 convertFromSignExtendedInteger(const integerPart *Input, unsigned int InputSize, bool IsSigned, roundingMode RM) convertFromSignExtendedInteger() argument 1107 convertFromZeroExtendedInteger(const integerPart *Input, unsigned int InputSize, bool IsSigned, roundingMode RM) convertFromZeroExtendedInteger() argument 1213 scalbn(APFloat X, int Exp, APFloat::roundingMode RM) scalbn() argument 1225 frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) frexp() argument [all...] |
/third_party/skia/third_party/externals/libpng/contrib/pngminim/preader/ |
H A 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...] |
/third_party/cJSON/ |
H A D | Makefile | 141 $(RM) $(INSTALL_LIBRARY_PATH)/$(CJSON_SHARED) 142 $(RM) $(INSTALL_LIBRARY_PATH)/$(CJSON_SHARED_VERSION) 143 $(RM) $(INSTALL_LIBRARY_PATH)/$(CJSON_SHARED_SO) 144 $(RM) $(INSTALL_INCLUDE_PATH)/cJSON.h 148 $(RM) $(INSTALL_LIBRARY_PATH)/$(UTILS_SHARED) 149 $(RM) $(INSTALL_LIBRARY_PATH)/$(UTILS_SHARED_VERSION) 150 $(RM) $(INSTALL_LIBRARY_PATH)/$(UTILS_SHARED_SO) 151 $(RM) $(INSTALL_INCLUDE_PATH)/cJSON_Utils.h 160 $(RM) $(CJSON_OBJ) $(UTILS_OBJ) #delete object files 161 $(RM) [all...] |
/third_party/node/ |
H A D | Makefile | 199 $(RM) -r out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE) \ 201 @if [ -d out ]; then $(FIND) out/ -name '*.o' -o -name '*.a' -o -name '*.d' | xargs $(RM) -r; fi 202 $(RM) -r node_modules 203 @if [ -d deps/icu ]; then echo deleting deps/icu; $(RM) -r deps/icu; fi 204 $(RM) test.tap 213 $(RM) -r test/tmp* 214 $(RM) -r test/.tmp* 219 $(RM) -r out 220 $(RM) config.gypi icu_config.gypi 221 $(RM) confi [all...] |
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | Makefile | 8 RM = rm -f macro 55 $(RM) png2pnm.o 56 $(RM) pnm2png.o 57 $(RM) png2pnm$(EXEEXT) 58 $(RM) pnm2png$(EXEEXT) 59 $(RM) png2pnm-static$(EXEEXT) 60 $(RM) pnm2png-static$(EXEEXT)
|
/third_party/lz4/lib/ |
H A D | Makefile | 135 $(RM) *.rc 137 $(RM) core *.o liblz4.pc dll/$(LIBLZ4).dll dll/$(LIBLZ4_EXP) 138 $(RM) *.a *.$(SHARED_EXT) *.$(SHARED_EXT_MAJOR) *.$(SHARED_EXT_VER) 209 $(RM) $(DESTDIR)$(pkgconfigdir)/liblz4.pc 211 $(RM) $(DESTDIR)$(bindir)/$(LIBLZ4).dll 212 $(RM) $(DESTDIR)$(libdir)/$(LIBLZ4_EXP) 214 $(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT) 215 $(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT_MAJOR) 216 $(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT_VER) 218 $(RM) [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | real.mak | 1 FATE_REALAUDIO-$(call DEMDEC, RM, RA_144) += fate-ra3-144 4 #FATE_REALAUDIO-$(call DEMDEC, RM, RA_288) += fate-ra4-288 9 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, RA_144) += fate-ra-144 12 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, RA_288) += fate-ra-288 18 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, COOK) += fate-ra-cook 23 FATE_REALMEDIA_VIDEO-$(call DEMDEC, RM, RV20) += fate-rv20-1239 26 FATE_REALMEDIA_VIDEO-$(call DEMDEC, RM, RV30) += fate-rv30 29 FATE_REALMEDIA_VIDEO-$(call DEMDEC, RM, RV40) += fate-rv40 51 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, SIPR) += $(FATE_SIPR)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A 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 getEffectiveSystemZCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSystemZCodeModel() argument 142 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel() 149 Optional<Reloc::Model> RM, in SystemZTargetMachine() 154 getEffectiveRelocModel(RM), in SystemZTargetMachine() 155 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT), in SystemZTargetMachine() 146 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) SystemZTargetMachine() argument
|
/third_party/ltp/include/mk/ |
H A D | automake.mk | 77 $(RM) -rf autom4te.cache 78 $(RM) -f config.log config.status 79 $(RM) -f include/config.h include/stamp-h1 80 $(RM) -f m4/Makefile m4/ltp-version.m4 90 $(RM) -f aclocal.m4 configure $(AUTOMAKE_FILES) m4/Makefile.in 91 $(RM) -f include/*config.h.in 108 $(RM) -f $(AUTOGENERATED_FILES)
|
/third_party/lz4/programs/ |
H A D | Makefile | 129 $(RM) lz4.1 136 $(RM) *.rc 139 $(RM) core *.o *.test tmp* \ 188 $(RM) $(DESTDIR)$(bindir)/lz4cat$(EXT) 189 $(RM) $(DESTDIR)$(bindir)/unlz4$(EXT) 190 $(RM) $(DESTDIR)$(bindir)/lz4$(EXT) 191 $(RM) $(DESTDIR)$(bindir)/lz4c$(EXT) 192 $(RM) $(DESTDIR)$(man1dir)/lz4.1 193 $(RM) $(DESTDIR)$(man1dir)/lz4c.1 194 $(RM) [all...] |
/third_party/ltp/testcases/realtime/ |
H A D | Makefile | 56 $(RM) -rf autom4te.cache 57 $(RM) -f aclocal.m4 config.log config.status 58 $(RM) -f include/realtime_config.h include/stamp-h1 62 $(RM) -f aclocal.m4 configure $(AUTOMAKE_FILES) m4/Makefile.in 63 $(RM) -f include/realtime_config.h.in 85 $(RM) -f $(AUTOGENERATED_FILES)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 77 JITTargetMachineBuilder &setRelocationModel(Optional<Reloc::Model> RM) { in setRelocationModel() argument 78 this->RM = std::move(RM); in setRelocationModel() 83 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() 144 Optional<Reloc::Model> RM; member in llvm::orc::JITTargetMachineBuilder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCTargetMachine.cpp | 23 static Reloc::Model getRelocModel(Optional<Reloc::Model> RM) { in getRelocModel() argument 24 if (!RM.hasValue()) in getRelocModel() 26 return *RM; in getRelocModel() 33 Optional<Reloc::Model> RM, in ARCTargetMachine() 39 TT, CPU, FS, Options, getRelocModel(RM), in ARCTargetMachine() 30 ARCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) ARCTargetMachine() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRTargetMachine.cpp | 39 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 40 return RM.hasValue() ? *RM : Reloc::Static; in getEffectiveRelocModel() 46 Optional<Reloc::Model> RM, in AVRTargetMachine() 50 getEffectiveRelocModel(RM), in AVRTargetMachine() 43 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) AVRTargetMachine() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.cpp | 50 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 51 if (!RM.hasValue()) in getEffectiveRelocModel() 53 return *RM; in getEffectiveRelocModel() 59 Optional<Reloc::Model> RM, in LanaiTargetMachine() 63 getEffectiveRelocModel(RM), in LanaiTargetMachine() 56 LanaiTargetMachine(const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CodeModel, CodeGenOpt::Level OptLevel, bool JIT) LanaiTargetMachine() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.cpp | 29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 30 if (!RM.hasValue()) in getEffectiveRelocModel() 32 return *RM; in getEffectiveRelocModel() 43 Optional<Reloc::Model> RM, in MSP430TargetMachine() 47 Options, getEffectiveRelocModel(RM), in MSP430TargetMachine() 40 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) MSP430TargetMachine() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
H A D | VETargetMachine.cpp | 49 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 50 if (!RM.hasValue()) in getEffectiveRelocModel() 52 return *RM; in getEffectiveRelocModel() 70 Optional<Reloc::Model> RM, in VETargetMachine() 74 getEffectiveRelocModel(RM), in VETargetMachine() 67 VETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) VETargetMachine() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.cpp | 28 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 29 if (!RM.hasValue()) in getEffectiveRelocModel() 31 return *RM; in getEffectiveRelocModel() 49 Optional<Reloc::Model> RM, in XCoreTargetMachine() 54 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in XCoreTargetMachine() 46 XCoreTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) XCoreTargetMachine() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 70 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() 119 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() 161 if (RM == Reloc::Static) in shouldAssumeDSOLocal() 172 assert(RM != Reloc::DynamicNoPIC); in shouldAssumeDSOLocal() 175 RM == Reloc::Static || M.getPIELevel() != PIELevel::Default; in shouldAssumeDSOLocal() 194 if (!(GV && GV->isThreadLocal()) && RM == Reloc::Static) in shouldAssumeDSOLocal() 212 Reloc::Model RM = getRelocationModel(); in getTLSModel() local 213 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 189 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 190 if (!RM.hasValue()) in getEffectiveRelocModel() 194 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel() 199 if (*RM == Reloc::DynamicNoPIC && !TT.isOSDarwin()) in getEffectiveRelocModel() 202 return *RM; in getEffectiveRelocModel() 210 Optional<Reloc::Model> RM, in ARMBaseTargetMachine() 214 CPU, FS, Options, getEffectiveRelocModel(TT, RM), in ARMBaseTargetMachine() 306 Optional<Reloc::Model> RM, in ARMLETargetMachine() 188 getEffectiveRelocModel(const Triple &TT, Optional<Reloc::Model> RM) getEffectiveRelocModel() argument 207 ARMBaseTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool isLittle) ARMBaseTargetMachine() argument 303 ARMLETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) ARMLETargetMachine() argument 311 ARMBETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) ARMBETargetMachine() argument [all...] |