Searched defs:start (Results 26 - 45 of 45) sorted by relevance

12

/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h70 unsigned long start; member in struct:pm_map
150 /* Get the name, flags, start/end address, or offset of a map. */
156 #define pm_map_start(map) ((map)->start)
/system/extras/showmap/
H A Dshowmap.c16 unsigned start; member in struct:mapinfo
41 unsigned long start; local
47 if (sscanf(line, "%lx-%lx %*s %*x %*x:%*x %*d%n", &start, &end, &name_pos) != 2) {
59 if (prev && start == prev->end && is_library(prev->name)) {
77 info->start = start;
116 return a->start < b->start
117 || (a->start == b->start
[all...]
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp104 // available at the start of the benchmark.
273 struct timespec start; local
274 clock_gettime(CLOCK_MONOTONIC, &start);
285 struct timespec deltaTimespec = tsDelta(&start, &current);
/system/extras/tests/directiotest/
H A Ddirectiotest.c70 static ssize_t do_read(int fd, void *buf, off64_t start, size_t count) argument
75 lseek64(fd, start, SEEK_SET);
92 static ssize_t do_write(int fd, const void *buf, off64_t start, size_t count) argument
97 lseek64(fd, start, SEEK_SET);
119 * data for a given test area be easily reproducable given the start block and
/system/extras/tests/lib/testUtil/
H A DtestUtil.c265 struct timespec start, current, delta; local
269 clock_gettime(CLOCK_MONOTONIC, &start);
276 delta = tsDelta(&start, &current);
291 struct timespec start, current, delta; local
294 clock_gettime(CLOCK_MONOTONIC, &start);
301 delta = tsDelta(&start, &current);
324 const unsigned char *ptr = buf, *start = buf; local
329 if (((ptr - start) % bytesPerLine) == 0) {
336 (long long) (ptr - start) + xDumpOffset);
/system/netd/
H A DDnsProxyListener.cpp50 void DnsProxyListener::GetAddrInfoHandler::start() { function in class:DnsProxyListener::GetAddrInfoHandler
161 handler->start();
210 handler->start();
219 void DnsProxyListener::GetHostByAddrHandler::start() { function in class:DnsProxyListener::GetHostByAddrHandler
H A DTetherController.cpp152 char *start = strdup(inet_ntoa(addrs[addrIndex++])); local
154 asprintf(&(args[nextArg++]),"--dhcp-range=%s,%s,1h", start, end);
/system/core/sh/
H A Dexec.c281 * set to the start of the path before the first call; padvance will update
296 const char *start; local
301 start = *path;
302 for (p = start ; *p && *p != ':' && *p != '%' ; p++);
303 len = p - start + strlen(name) + 2; /* "2" is for '/' and '\0' */
307 if (p != start) {
308 memcpy(q, start, p - start);
309 q += p - start;
501 prev = -1; /* where to start */
[all...]
H A Dexpand.c82 int begoff; /* offset of start of region */
343 * Expand arithmetic expression. Backup to start of expression,
349 char *p, *start; local
362 * scan backwards looking for the start of arithmetic. If the
372 start = stackblock();
374 while (*p != CTLARI && p >= start)
378 if (p > start && *(p-1) == CTLESC)
379 for (p = start; *p != CTLARI; p++)
387 begoff = p - start;
398 recordregion(begoff, p - 1 - start,
913 recordregion(int start, int end, int inquotes) argument
948 char *start; local
1127 char *start; local
[all...]
/system/extras/tests/sdcard/
H A Dsysutil.cpp73 // @param start Buffer where the data should be written to.
77 int readStringFromFile(const char *filename, char *const start, size_t size, bool must_exist=true) argument
79 if (NULL == start || size == 0)
83 char *end = start;
140 return end - start;
146 int writeStringToFile(const char *filename, const char *start, bool must_exist=true) argument
160 const size_t len = strlen(start);
167 ssize_t s = write(fd, start, size);
179 start += s;
446 char *start local
[all...]
/system/core/adb/
H A Dsysdeps.h422 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) argument
429 return pthread_create( pthread, &attr, start, arg );
H A Dsysdeps_win32.c815 * a_start is the pointer where we start reading data
816 * a_end is the pointer where we start writing data, unless it is BUFFER_SIZE,
817 * then you start writing at b_end
1289 int (*start) ( EventHook hook ); member in struct:EventHookRec_
1316 hook->start = NULL;
1397 /* this should update start/stop/check/peek */
1673 if (hook->start && !hook->start(hook)) {
2074 hook->start = _event_socket_start;
2130 hook->start
[all...]
/system/core/fastboot/
H A Dengine.c98 double start; member in struct:Action
186 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
187 a->start = split;
219 a->start = -1;
473 cur_product, a->prod, (split - a->start));
474 a->start = split;
484 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
485 a->start = split;
605 double start = -1; local
607 a->start
[all...]
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c91 /* Get the EXIDX section start and size for the module that contains a
110 uintptr_t start = (uintptr_t)__gnu_Unwind_Find_exidx((_Unwind_Ptr)pc, &count); local
112 return start;
196 pc, mi->name, mi->start, exidx_start, exidx_size, handler, handler_index);
/system/core/liblog/
H A Dfake_log_device.c479 const char* start = p; local
481 if ((p-start) > 0) {
482 v->iov_base = (void*)start;
483 v->iov_len = p-start;
484 totalLen += p-start;
/system/extras/ext4_utils/
H A Dallocate.c198 static int reserve_blocks(struct block_group_info *bg, u32 start, u32 num) argument
202 u32 block = start;
228 if (start == bg->first_free_block)
229 bg->first_free_block = start + num;
/system/media/camera/src/
H A Dcamera_metadata.c65 * | start of camera_metadata.data |
450 uint8_t *start = dst->data + entry->data.offset; local
451 uint8_t *end = start + data_bytes;
453 memmove(start, end, length);
501 uint8_t *start = dst->data + entry->data.offset; local
502 uint8_t *end = start + entry_bytes;
504 memmove(start, end, length);
/system/vold/
H A DVolumeManager.cpp119 int VolumeManager::start() { function in class:VolumeManager
/system/core/libcutils/
H A Dtztime.c996 struct rule start; local
1004 if ((name = getrule(name, &start)) == NULL)
1030 starttime = transtime(janfirst, year, &start,
/system/core/sdcard/
H A Dfuse.h119 __u64 start; member in struct:fuse_file_lock

Completed in 133 milliseconds

12