Home
last modified time | relevance | path

Searched refs:usecs (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_time.h76 int64_t usecs, in util_time_add() argument
79 t2->counter = t1->counter + usecs; in util_time_add()
140 util_time_sleep(int64_t usecs) in util_time_sleep() argument
142 os_time_sleep(usecs); in util_time_sleep()
/external/mesa3d/src/gallium/auxiliary/util/
Du_time.h76 int64_t usecs, in util_time_add() argument
79 t2->counter = t1->counter + usecs; in util_time_add()
140 util_time_sleep(int64_t usecs) in util_time_sleep() argument
142 os_time_sleep(usecs); in util_time_sleep()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
Dos_time.c74 os_time_sleep(int64_t usecs) in os_time_sleep() argument
76 Sleep((usecs + 999) / 1000); in os_time_sleep()
Dos_time.h67 os_time_sleep(int64_t usecs);
/external/mesa3d/src/gallium/auxiliary/os/
Dos_time.c74 os_time_sleep(int64_t usecs) in os_time_sleep() argument
76 Sleep((usecs + 999) / 1000); in os_time_sleep()
Dos_time.h67 os_time_sleep(int64_t usecs);
/external/chromium_org/base/synchronization/
Dcondition_variable_posix.cc63 int64 usecs = max_time.InMicroseconds(); in TimedWait() local
65 relative_time.tv_sec = usecs / Time::kMicrosecondsPerSecond; in TimedWait()
67 (usecs % Time::kMicrosecondsPerSecond) * Time::kNanosecondsPerMicrosecond; in TimedWait()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_cache.c79 unsigned usecs; member
161 buf->end = buf->start + mgr->usecs; in pb_cache_buffer_destroy()
390 unsigned usecs) in pb_cache_manager_create() argument
405 mgr->usecs = usecs; in pb_cache_manager_create()
Dpb_bufmgr.h164 unsigned usecs);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_cache.c79 unsigned usecs; member
161 buf->end = buf->start + mgr->usecs; in pb_cache_buffer_destroy()
390 unsigned usecs) in pb_cache_manager_create() argument
405 mgr->usecs = usecs; in pb_cache_manager_create()
Dpb_bufmgr.h164 unsigned usecs);
/external/fio/
Dgettime.c171 uint64_t usecs, t; in __fio_gettime() local
181 usecs = t / ARCH_CPU_CLOCK_CYCLES_PER_USEC; in __fio_gettime()
183 usecs = (t * inv_cycles_per_usec) / 16777216UL; in __fio_gettime()
185 tp->tv_sec = usecs / 1000000; in __fio_gettime()
186 tp->tv_usec = usecs % 1000000; in __fio_gettime()
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-bench.txt30 5.855061 usecs/op
113 8.091833 usecs/op
120 16.948000 usecs/op
/external/iproute2/ip/
Dipmonitor.c91 long usecs = ((__u32*)NLMSG_DATA(n))[1]; in accept_msg() local
94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs); in accept_msg()
/external/chromium_org/tools/cygprofile/
Dmergetraces.py107 usecs = int (fields[1])
113 converted_calls.append((secs, usecs, fields[2], (callee - startAddr)))
/external/valgrind/main/coregrind/
Dvgdb.c222 unsigned int usecs; in invoke_gdbserver_in_valgrind() local
244 usecs = 1000 * max_invoke_ms; in invoke_gdbserver_in_valgrind()
251 usecs = 0; in invoke_gdbserver_in_valgrind()
257 if (usecs == 0 || usecs > 1000 * 1000) in invoke_gdbserver_in_valgrind()
258 usecs = 1000 * 1000; in invoke_gdbserver_in_valgrind()
260 usleep(usecs); in invoke_gdbserver_in_valgrind()
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
DSDL_ipodvideo.c510 static int M_timer_check(int clock_start, int usecs) in M_timer_check() argument
515 if ( (clock - clock_start) >= usecs ) { in M_timer_check()
614 static int C_timer_check(int clock_start, int usecs) in C_timer_check() argument
619 if ( (clock - clock_start) >= usecs ) { in C_timer_check()
/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c320 unsigned int secs, usecs; in gas_query_tx_comeback_req_delay() local
323 usecs = comeback_delay * 1024 - secs * 1000000; in gas_query_tx_comeback_req_delay()
325 " in %u secs %u usecs", MAC2STR(query->addr), secs, usecs); in gas_query_tx_comeback_req_delay()
327 eloop_register_timeout(secs, usecs, gas_query_tx_comeback_timeout, in gas_query_tx_comeback_req_delay()
/external/wpa_supplicant_8/src/utils/
Deloop.h179 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
Deloop_win.c237 int eloop_register_timeout(unsigned int secs, unsigned int usecs, in eloop_register_timeout() argument
263 timeout->time.usec += usecs; in eloop_register_timeout()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprtime.h192 PRTime usecs, PRTimeParamFn params, PRExplodedTime *exploded);
/external/iputils/
Darping.c459 long usecs = (tv.tv_sec-last.tv_sec) * 1000000 + in recv_pack() local
461 long msecs = (usecs+500)/1000; in recv_pack()
462 usecs -= msecs*1000 - 500; in recv_pack()
463 printf(" %ld.%03ldms\n", msecs, usecs); in recv_pack()
/external/chromium_org/chromeos/network/
Dnetwork_event_log.cc52 int usecs = static_cast<int>(fmod(time.ToDoubleT() * 1000000, 1000000)); in DateAndTimeWithMicroseconds() local
53 return base::StringPrintf("%s.%06d", formatted.c_str(), usecs); in DateAndTimeWithMicroseconds()
/external/chromium_org/v8/src/base/platform/
Dplatform-posix.cc272 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime() argument
281 *usecs = usage.ru_utime.tv_usec; in GetUserTime()
Dplatform.h156 static int GetUserTime(uint32_t* secs, uint32_t* usecs);

12