Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 25 of 46) sorted by relevance

12

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmendian.h78 #define _LTOH16_UA(cp) ((cp)[0] | ((cp)[1] << 8)) argument
79 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) argument
80 #define _NTOH16_UA(cp) (((cp)[0] << 8) | (cp)[1]) argument
81 #define _NTOH32_UA(cp) (((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) argument
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
DMakefile25 cp -f $(COMPONENT_TEST) $(COMPONENT_TARGET)
26 cp -f _perf.ini $(OMXTESTDIR)
27 cp -f PERF.awk $(OMXTESTDIR)
28 cp -f perf $(TARGETDIR)/bin
29 cp -f armtime $(TARGETDIR)/bin
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c748 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() argument
755 while (bcm_isspace(*cp)) in bcm_strtoul()
756 cp++; in bcm_strtoul()
758 if (cp[0] == '+') in bcm_strtoul()
759 cp++; in bcm_strtoul()
760 else if (cp[0] == '-') { in bcm_strtoul()
762 cp++; in bcm_strtoul()
766 if (cp[0] == '0') { in bcm_strtoul()
767 if ((cp[1] == 'x') || (cp[1] == 'X')) { in bcm_strtoul()
769 cp = &cp[2]; in bcm_strtoul()
[all …]
/hardware/intel/img/psb_video/debian/
Drules37 cp -f /usr/share/misc/config.sub config.sub
40 cp -f /usr/share/misc/config.guess config.guess
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DMakefile9 cp -f $< $@
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DMakefile11 cp -f $< $@
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DMakefile10 cp -f $< $@
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
DMakefile31 cp -f $(COMPONENT_LIB) $(COMPONENT_TARGET)
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DMakefile36 cp -f $(COMPONENT_LIB) $(COMPONENT_TARGET)
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DMakefile37 cp -f $(COMPONENT_LIB) $(COMPONENT_TARGET)
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DMakefile46 cp -f $(COMPONENT_LIB) $(COMPONENT_TARGET)
/hardware/ti/omap4xxx/domx/make/
Dstart.mk74 CP := cp
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DMakefile37 cp -f $(COMPONENT_LIB) $(COMPONENT_TARGET)
/hardware/ti/omap4-aah/domx/make/
Dstart.mk74 CP := cp

12