Searched refs:start (Results 1 - 25 of 97) sorted by relevance

1234

/hardware/samsung_slsi/exynos5/include/
H A Dexynos_mem.h24 dma_addr_t start; member in struct:exynos_mem_flush_range
/hardware/ti/omap4xxx/domx/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/
H A Dmapinfo.h6 unsigned start; member in struct:mapinfo
H A Dmapinfo.c38 mi->start = strtoul(line, 0, 16);
83 if((pc >= mi->start) && (pc < mi->end)){
96 if((pc >= mi->start) && (pc < mi->end)){
99 *rel_pc -= mi->start;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCThread.h54 void start(void);
H A DCThread.cpp102 void CThread::start( function in class:CThread
/hardware/ti/omap4xxx/domx/test/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/qcom/display/msm8960/libmemtrack/
H A Dkgsl.c109 unsigned long start; local
117 if (sscanf(line, "%8lx-%8lx", &start, &end) == 2) {
118 smaps_addr = start;
/hardware/qcom/display/msm8974/libmemtrack/
H A Dkgsl.c109 unsigned long start; local
117 if (sscanf(line, "%8lx-%8lx", &start, &end) == 2) {
118 smaps_addr = start;
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Measure.h52 const struct timespec* start,
/hardware/ti/omap4xxx/domx/mm_osal/
H A DMakefile2 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_core/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_ETC.c161 static OMX_U32 MeasureTime(struct timeval *start, struct timeval *stop) argument
165 sec = stop->tv_sec - start->tv_sec;
166 if (stop->tv_usec >= start->tv_usec) {
167 usec = stop->tv_usec - start->tv_usec;
169 usec = stop->tv_usec + 1000000 - start->tv_usec;
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.h118 unsigned char *start);
125 unsigned char *start);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.h116 unsigned char *start);
123 unsigned char *start);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c177 "display start address of onchip SOCRAM"},
187 "\tdownload file to specified dongle ram address and start CPU\n"
190 "\t--norun do not start dongle CPU after download\n"
1518 dhd_verify_file_bytes(void *dhd, uint8 *memblock, int start, uint len) argument
1526 params[0] = start;
1531 __FUNCTION__, len, start);
1540 start+i, src[i], dst[i]);
1550 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start, uint blk_sz, bool verify) argument
1572 if (!ISALIGNED(start, MEMBLOCK))
1573 read_len = ROUNDUP(start, MEMBLOC
[all...]
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcLoadFormat.h87 addr_t start; /**< Virtual start address. */ member in struct:__anon1843
116 mclfIntro_t intro; /**< MCLF header start with the mandatory intro. */
136 addr_t entry; /**< Virtual start address of service code. */
/hardware/ti/omap4xxx/domx/domx/
H A DMakefile26 include $(PROJROOT)/make/start.mk
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.c114 const char *start, *lend, *end; local
150 start = cmd->help;
151 end = strchr(start, '\0');
153 lend = strchr(start, '\n');
158 printf("%.*s\n", (int)(lend - start), start);
159 start = lend + 1;

Completed in 892 milliseconds

1234