/external/wpa_supplicant_8/src/utils/ |
eloop_win.c | 235 int eloop_register_timeout(unsigned int secs, unsigned int usecs, 258 timeout->time.usec += usecs;
|
eloop.c | 476 int eloop_register_timeout(unsigned int secs, unsigned int usecs, 502 timeout->time.usec += usecs;
|
/external/strace/ |
count.c | 194 "% time", "seconds", "usecs/call",
|
strace.c | 186 -r -- print relative timestamp, -t -- absolute timestamp, -tt -- with usecs\n\ 194 -O overhead -- set overhead for tracing syscalls to OVERHEAD usecs\n\ [all...] |
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
ScanSrv.h | 273 * \brief Convert time units (1024 usecs) to millisecs
|
ScanSrv.c | 668 * \brief Convert time units (1024 usecs) to millisecs
|
/external/linux-tools-perf/ |
builtin-script.c | 227 unsigned long usecs; local 257 usecs = nsecs / NSECS_PER_USEC; 258 printf("%5lu.%06lu: ", secs, usecs);
|
/external/iproute2/man/man8/ |
tc.8 | 302 us, usec, usecs or a bare number
|
/external/iproute2/tc/ |
q_netem.c | 107 /* Adjust for the fact that psched_ticks aren't always usecs
|
tc_util.c | 244 strcasecmp(p, "usecs") == 0)
|
/external/kernel-headers/original/linux/ |
timex.h | 119 long tick; /* (modified) usecs between clock ticks */
|
/external/netperf/ |
netcpu_ntperf.c | 300 int duration; // in 100 usecs
|
netlib.c | 1037 /* how many usecs in each interval? */ 3562 int usecs, secs; local [all...] |
netsh.c | 741 /* Remember that there are 1000000 usecs in a */
|
/external/valgrind/main/coregrind/ |
vgdb.c | 1154 unsigned int usecs; local [all...] |
/external/linux-tools-perf/util/ |
trace-event-parse.c | 2705 unsigned long usecs = duration \/ 1000; local [all...] |
/external/ppp/pppd/ |
main.c | 1254 timeout(func, arg, secs, usecs) 1257 int secs, usecs; 1270 newp->c_time.tv_usec = timenow.tv_usec + usecs; [all...] |
/external/iproute2/lib/ |
utils.c | 137 strcasecmp(p, "usecs") == 0)
|
/external/v8/src/ |
platform.h | 130 static int GetUserTime(uint32_t* secs, uint32_t* usecs);
|
platform-win32.cc | 588 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { 601 *usecs = static_cast<uint32_t>(usertime % 1000000); [all...] |
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 379 printf("avg. time to decode one buffer %.2f usecs\n", [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 1199 printf("Trace (threadID action usecs class.method signature):\n"); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
nl80211_copy.h | [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
nl80211.h | [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-4 | 609 use also 4 longs for seeding using secs, usecs, getpid and getppid. 611 about seeding with secs/usecs in this case. [all...] |