HomeSort by relevance Sort by last modified time
    Searched defs:RM (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Makefile 12 RM = /bin/rm
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.*
    [all...]
  /external/python/cpython2/Tools/unicode/
Makefile 12 RM = /bin/rm
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.
    [all...]
  /external/python/cpython3/Tools/unicode/
Makefile 12 RM = /bin/rm
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.
    [all...]
  /external/libyuv/files/
winarm.mk 11 RM=cmd /c del
45 $(RM) "source\*.o" libyuv_arm.lib
  /device/linaro/bootloader/arm-trusted-firmware/make_helpers/
build_env.mk 21 RM := $$(error "Replace RM with call to SHELL_DELETE.")
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/
Makefile 39 RM ?= rm -f
86 rm -Rf $(EDK2_CONF) Conf/.cache
  /external/linux-kselftest/tools/testing/selftests/
lib.mk 88 ifeq ($(RM),)
89 RM := rm -f
93 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
  /external/xz-embedded/userspace/
Makefile 15 RM = rm -f
47 -$(RM) $(COMMON_OBJS) $(XZMINIDEC_OBJS) $(BUFTEST_OBJS) \
  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 60 MemRegionManager& RM = C.getStoreManager().getRegionManager();
62 RM.getAllocaRegion(CE, C.blockCount(), C.getLocationContext());
  /external/syslinux/com32/lua/
Makefile 34 RM= rm -f
68 cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
69 cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
70 cd src && cd $(INSTALL_LIB) && $(RM) $(TO_LIB)
71 cd doc && cd $(INSTALL_MAN) && $(RM) $(TO_MAN)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Makefile 16 RM= rm -f
69 $(RM) $(ALL_T) $(ALL_O)
82 @echo "RM= $(RM)"
  /external/llvm/lib/Target/
TargetMachine.cpp 84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; }
113 Reloc::Model RM = getRelocationModel();
128 if (RM == Reloc::Static)
134 assert(RM != Reloc::DynamicNoPIC);
137 RM == Reloc::Static || M.getPIELevel() != PIELevel::Default;
145 if (!IsTLS && (RM == Reloc::Static || CanUseCopyRelocWithPIE))
155 Reloc::Model RM = getRelocationModel();
156 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE;
TargetMachineC.cpp 108 Optional<Reloc::Model> RM;
111 RM = Reloc::Static;
114 RM = Reloc::PIC_;
117 RM = Reloc::DynamicNoPIC;
142 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM,
  /external/mdnsresponder/mDNSWindows/Java/
makefile 43 RM = del /Q
  /prebuilts/go/darwin-x86/src/runtime/
vlop_arm.s 101 #define RM R3
112 MOVW $fast_udiv_tab<>-64(SB), RM
113 ADD.NE Ra>>25, RM, Ra // index by most significant 7 bits of divisor
117 RSB $0, Rq, RM // M = -q
121 MUL.PL RM, Rq, Ra // a = -q*d
124 TEQ RM->1, RM // check for d=0 or d=1
127 MUL.NE RM, Rq, Ra
134 ADD RM, Rr, Rr // r = n - d
135 MULA RM, Rq, Rr, Rr // r = n - (q+1)*
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
vlop_arm.s 101 #define RM R3
112 MOVW $fast_udiv_tab<>-64(SB), RM
113 ADD.NE Ra>>25, RM, Ra // index by most significant 7 bits of divisor
117 RSB $0, Rq, RM // M = -q
121 MUL.PL RM, Rq, Ra // a = -q*d
124 TEQ RM->1, RM // check for d=0 or d=1
127 MUL.NE RM, Rq, Ra
134 ADD RM, Rr, Rr // r = n - d
135 MULA RM, Rq, Rr, Rr // r = n - (q+1)*
    [all...]
  /external/libpng/contrib/pngminim/decoder/
makefile 14 RM=rm -f
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
    [all...]
  /external/libpng/contrib/pngminim/encoder/
makefile 14 RM=rm -f
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
    [all...]
  /external/libpng/contrib/pngminim/preader/
makefile 14 RM=rm -f
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
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 91 Reloc::Model RM = Reloc::Static;
285 TargetOptions Options, Reloc::Model RM, CodeModel::Model CM,
  /external/mdnsresponder/mDNSPosix/
Makefile 62 RM = rm
228 @if test -d $(OBJDIR) ; then rm -r $(OBJDIR) ; fi
229 @if test -d $(BUILDDIR) ; then rm -r $(BUILDDIR) ; fi
380 @if test -d $(OBJDIR) ; then rm -r $(OBJDIR) ; fi
381 @if test -f $(PROJECT_DERIVED_FILE_DIR)/DNSSD.java.h ; then $(RM) $(PROJECT_DERIVED_FILE_DIR)/DNSSD.java.h ; fi
382 @if test -f $(BUILDDIR)/dns_sd.jar ; then $(RM) $(BUILDDIR)/dns_sd.jar ; fi
  /external/syslinux/gpxe/src/
Makefile 17 RM := rm -f
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
271 const TargetOptions &Options, Reloc::Model RM,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetMachine.h 79 Reloc::Model RM = Reloc::Static;
269 const TargetOptions &Options, Reloc::Model RM,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetMachine.h 79 Reloc::Model RM = Reloc::Static;
269 const TargetOptions &Options, Reloc::Model RM,

Completed in 1661 milliseconds

1 2 3