Searched refs:RM (Results 1 – 13 of 13) sorted by relevance
/hardware/ti/omap4-aah/domx/make/ |
D | build.mk | 259 $(RM) -f $(TARGETDIR)/$(HOSTRELEASE)/$(TARGET) 274 $(RM) -f $(ROOTFSDIR)/$(ROOTFSRELEASE)/$(TARGET) 294 - $(call RM,-f $(OBJECTS)) 295 - $(call RM,-f $(OBJECTS:.o=.d)) 298 - $(call RM,-f $(TARGET)) 299 - $(call RM,-f $(TARGET).map) 300 - $(call RM,-f $(TARGETKO)) 301 - $(call RM,-f $(TARGETMOD).c) 302 - $(call RM,-f $(TARGETMOD).o) 303 - $(call RM,-f $(TARGETMOD).d) [all …]
|
D | start.mk | 81 RM = rm $(1)
|
/hardware/ti/omap4xxx/domx/make/ |
D | build.mk | 259 $(RM) -f $(TARGETDIR)/$(HOSTRELEASE)/$(TARGET) 274 $(RM) -f $(ROOTFSDIR)/$(ROOTFSRELEASE)/$(TARGET) 294 - $(call RM,-f $(OBJECTS)) 295 - $(call RM,-f $(OBJECTS:.o=.d)) 298 - $(call RM,-f $(TARGET)) 299 - $(call RM,-f $(TARGET).map) 300 - $(call RM,-f $(TARGETKO)) 301 - $(call RM,-f $(TARGETMOD).c) 302 - $(call RM,-f $(TARGETMOD).o) 303 - $(call RM,-f $(TARGETMOD).d) [all …]
|
D | start.mk | 81 RM = rm $(1)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | Android.mk | 195 @$(RM) $(CODEC_SRCS_ASM_ADS2GAS) $(CODEC_SRCS_ASM_NEON_ADS2GAS) 196 @$(RM) $(patsubst %.asm, %.*, $(ASM_CNV_OFFSETS_DEPEND)) 197 @$(RM) -r $(ASM_CNV_PATH) 198 @$(RM) $(CLEAN-OBJS)
|
/hardware/intel/img/libdrm/ |
D | ltmain.sh | 126 : ${RM="rm -f"} 1319 $opt_dry_run || $RM $removelist 1326 $opt_dry_run || $RM $removelist 1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1374 $opt_dry_run || $RM $removelist 1381 'error=$?; $opt_dry_run || $RM $removelist; exit $error' 1405 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1423 $opt_dry_run || $RM $removelist 1430 'error=$?; $opt_dry_run || $RM $removelist; exit $error' 1440 $RM "$lockfile" [all …]
|
D | configure | 4968 : ${RM="rm -f"} 7210 $RM conftest* 7216 $RM -r conftest* 7258 $RM conftest* 7597 $RM conftest* 7648 $RM -r conftest* 7673 $RM -r conftest 2>/dev/null 7704 $RM conftest* 7707 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files 7708 $RM out/* && rmdir out [all …]
|
D | aclocal.m4 | 153 : ${RM="rm -f"} 694 trap "$RM \"$cfgfile\"; exit 1" 1 2 15 695 $RM "$cfgfile" 761 RM='$RM' 887 $RM conftest* 901 $RM -r conftest* 1448 $RM conftest* 1491 $RM -r conftest* 1872 $RM -r conftest 2>/dev/null 1903 $RM conftest* [all …]
|
D | config.guess | 1081 RM*:ReliantUNIX-*:*:*) 1084 RM*:SINIX-*:*:*)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.h | 22 #define RDCOST(RM, DM, R, D) \ argument 23 (((128 + ((int64_t)R) * (RM)) >> 8) + (D << DM))
|
D | vp9_encodemb.c | 65 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.h | 19 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
|
D | encodemb.c | 199 #define RDTRUNC(RM,DM,R,D) ( (128+(R)*(RM)) & 0xFF ) argument
|