Home
last modified time | relevance | path

Searched refs:RM (Results 1 – 13 of 13) sorted by relevance

/hardware/ti/omap4-aah/domx/make/
Dbuild.mk259 $(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 …]
Dstart.mk81 RM = rm $(1)
/hardware/ti/omap4xxx/domx/make/
Dbuild.mk259 $(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 …]
Dstart.mk81 RM = rm $(1)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DAndroid.mk195 @$(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/
Dltmain.sh126 : ${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 …]
Dconfigure4968 : ${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 …]
Daclocal.m4153 : ${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 …]
Dconfig.guess1081 RM*:ReliantUNIX-*:*:*)
1084 RM*:SINIX-*:*:*)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.h22 #define RDCOST(RM, DM, R, D) \ argument
23 (((128 + ((int64_t)R) * (RM)) >> 8) + (D << DM))
Dvp9_encodemb.c65 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.h19 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
Dencodemb.c199 #define RDTRUNC(RM,DM,R,D) ( (128+(R)*(RM)) & 0xFF ) argument