HomeSort by relevance Sort by last modified time
    Searched defs:start_time (Results 1 - 25 of 41) sorted by null

1 2

  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
  /external/tremolo/Tremolo/
misc.c 62 long start_time=-1; variable
115 if(start_time==-1)start_time=(tv.tv_sec*1000)+(tv.tv_usec/1000);
121 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
124 -start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
129 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
131 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
156 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
158 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
169 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000)
    [all...]
  /external/e2fsprogs/misc/
fsck.h 61 time_t start_time; member in struct:fsck_instance
  /external/oprofile/daemon/
init.c 311 unsigned long long start_time = 0ULL; local
345 start_time = 0ULL;
346 start_time = tv.tv_sec;
347 sprintf(start_time_str, "%llu", start_time);
  /external/ppp/pppd/plugins/radius/
buildreq.c 296 time_t start_time, dtime; local
327 start_time = time(NULL);
339 dtime = time(NULL) - start_time;
radius.c 118 time_t start_time; member in struct:radius_state
862 rstate.start_time = time(NULL);
    [all...]
  /external/tcpdump/
print-cnfp.c 72 u_int32_t start_time; /* sys_uptime value */ member in struct:nfrec
129 EXTRACT_32BITS(&nr->start_time)/1000,
130 EXTRACT_32BITS(&nr->start_time)%1000,
  /cts/tools/dasm/src/java_cup/
emit.java 247 long start_time = System.currentTimeMillis(); local
295 symbols_time = System.currentTimeMillis() - start_time;
309 long start_time = System.currentTimeMillis(); local
411 action_code_time = System.currentTimeMillis() - start_time;
424 long start_time = System.currentTimeMillis(); local
470 production_table_time = System.currentTimeMillis() - start_time;
490 long start_time = System.currentTimeMillis(); local
559 action_table_time = System.currentTimeMillis() - start_time;
575 long start_time = System.currentTimeMillis(); local
613 goto_table_time = System.currentTimeMillis() - start_time;
635 long start_time = System.currentTimeMillis(); local
    [all...]
Main.java 102 protected static long start_time = 0; field in class:Main
145 start_time = System.currentTimeMillis();
674 long total_time = final_time - start_time;
679 + timestr(final_time-start_time, total_time));
681 + timestr(prelim_end-start_time, total_time));
  /external/bison/lib/
timevar.c 148 struct timevar_time_def start_time; member in struct:timevar_def
188 static struct timevar_time_def start_time; variable in typeref:struct:timevar_time_def
307 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now);
311 start_time = now;
353 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now);
357 start_time = now;
390 get_time (&tv->start_time);
411 timevar_accumulate (&tv->elapsed, &tv->start_time, &now);
431 timevar_accumulate (elapsed, &tv->start_time, &now);
437 timevar_accumulate (elapsed, &start_time, &now)
    [all...]
  /external/grub/netboot/
ns8390.c 292 int start_time; local
303 start_time = currticks();
304 while (currticks() - start_time <= 1)
  /external/opencore/protocols/sdp/parser/src/
sessioninfoparser.cpp 463 uint64 start_time, stop_time; local
484 if (PV_atoi(sptr, 'd', (eptr - sptr), start_time) == false)
489 session->setSessionStartTime(start_time);
    [all...]
  /external/blktrace/btreplay/
btrecord.c 85 * @start_time: Start time of th ecurrent bunch
95 __u64 start_time, last_time, bunches, pkts; member in struct:io_stream
249 * @start_time: Records current start
251 static inline void io_bunch_create(struct io_stream *stream, __u64 start_time)
258 cur->hdr.time_stamp = stream->start_time = start_time;
651 if ((spec->time - stream->start_time) > max_bunch_tm)
  /external/qemu/audio/
sdlaudio.c 60 int64_t start_time; variable
277 if (start_time == 0)
278 start_time = now;
279 now = now - start_time;
563 start_time = qemu_get_clock(vm_clock);
winaudio.c 53 int64_t start_time; variable
296 int64_t now = qemu_get_clock(vm_clock) - start_time;
621 start_time = qemu_get_clock(vm_clock);
  /external/qemu/
trace_common.h 58 uint64_t start_time; // time of first occurrence member in struct:BBRec
trace.c 50 uint64_t start_time, end_time; variable
441 start_time = Now();
528 elapsed_usecs += end_time - start_time;
560 uint64_t time_diff = ptr->start_time - prev_bb_time;
561 prev_bb_time = ptr->start_time;
    [all...]
  /external/quake/quake/src/WinQuake/
net_ser.cpp 767 double start_time; local
784 start_time = SetNetTime();
801 while (ret == 0 && (net_time - start_time) < 5.0);
net_dgrm.cpp 1225 double start_time; local
1249 start_time = net_time;
1309 while (ret == 0 && (SetNetTime() - start_time) < 2.5);
1313 start_time = SetNetTime();
    [all...]
  /external/v8/src/
d8-posix.cc 109 struct timeval& start_time) {
116 int seconds = time_now.tv_sec - start_time.tv_sec;
117 gone = seconds * 1000 + (time_now.tv_usec - start_time.tv_usec) / 1000;
142 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) {
147 int seconds = time_now.tv_sec - start_time.tv_sec;
152 int useconds = time_now.tv_usec - start_time.tv_usec;
310 struct timeval& start_time,
337 start_time) ||
338 (TimeIsOut(start_time, total_timeout))) {
385 struct timeval& start_time,
477 struct timeval start_time; local
    [all...]
  /system/core/adb/
file_sync_client.c 36 static long long start_time; variable
49 start_time = NOW();
54 long long t = NOW() - start_time;
  /external/blktrace/btt/
globals.h 148 double start_time, last_plug, plugged_time, end_time; member in struct:d_info
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 98 struct os_time start_time; member in struct:radius_server_data
1046 os_get_time(&data->start_time);
1151 uptime = (now.sec - data->start_time.sec) * 100 +
1152 ((now.usec - data->start_time.usec) / 10000) % 100;
  /external/ping/
ping.c 94 struct timeval start_time, cur_time; variable in typeref:struct:timeval
548 gettimeofday(&start_time, NULL);
851 tvsub(&tv, &start_time);
    [all...]
  /external/ppp/pppd/
main.c 203 static struct timeval start_time; /* Time when link was started. */ variable in typeref:struct:timeval
577 gettimeofday(&start_time, NULL);
1207 gettimeofday(&start_time, NULL);
1223 link_connect_time = now.tv_sec - start_time.tv_sec;
    [all...]

Completed in 610 milliseconds

1 2