/external/chromium/third_party/libevent/sample/ |
D | time-test.c | 35 struct timeval tv; in timeout_cb() local 52 struct timeval tv; in main() local
|
/external/oprofile/libopagent/ |
D | opagent.c | 134 struct timeval tv; in op_open_agent() local 199 struct timeval tv; in op_close_agent() local 225 struct timeval tv; in op_write_native_code() local 284 struct timeval tv; in op_write_debug_line_info() local 357 struct timeval tv; in op_unload_native_code() local
|
/external/chromium/third_party/libevent/test/ |
D | test-time.c | 48 struct timeval tv; in time_cb() local 69 struct timeval tv; in main() local
|
D | regress.c | 187 struct timeval tv; in timeout_cb() local 496 struct timeval tv; in test_simpletimeout() local 518 struct timeval tv; in child_signal_cb() local 840 struct timeval tv = {5, 0}; in timeout_cb_swp() local 856 struct timeval tv = {0, 0}; in test_signal_while_processing() local 915 struct timeval tv, tv_start, tv_end; in test_loopexit() local 945 struct timeval tv; in test_loopexit_multiple() local 986 struct timeval tv; in test_loopbreak() local 1211 struct timeval tv; in test_priorities_cb() local 1229 struct timeval tv; in test_priorities() local [all …]
|
/external/chromium/third_party/libevent/ |
D | event.c | 424 event_loopexit(const struct timeval *tv) in event_loopexit() 431 event_base_loopexit(struct event_base *event_base, const struct timeval *tv) in event_base_loopexit() 469 struct timeval tv; in event_base_loop() local 562 void (*callback)(int, short, void *), void *arg, const struct timeval *tv) in event_once() 570 void (*callback)(int, short, void *), void *arg, const struct timeval *tv) in event_base_once() 673 event_pending(struct event *ev, short event, struct timeval *tv) in event_pending() 700 event_add(struct event *ev, const struct timeval *tv) in event_add() 837 struct timeval *tv = *tv_p; in timeout_next() local 869 timeout_correct(struct event_base *base, struct timeval *tv) in timeout_correct()
|
D | event.h | 462 #define evtimer_add(ev, tv) event_add(ev, tv) argument 481 #define evtimer_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) argument 490 #define timeout_add(ev, tv) event_add(ev, tv) argument 510 #define timeout_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) argument 513 #define signal_add(ev, tv) event_add(ev, tv) argument 517 #define signal_pending(ev, tv) event_pending(ev, EV_SIGNAL, tv) argument
|
/external/e2fsprogs/lib/uuid/ |
D | uuid_time.c | 58 struct timeval tv; in uuid_time() local 124 struct timeval tv; in main() local
|
/external/bison/lib/ |
D | timevar.c | 287 struct timevar_def *tv = &timevars[timevar]; local 376 struct timevar_def *tv = &timevars[timevar]; local 400 struct timevar_def *tv = &timevars[timevar]; local 422 struct timevar_def *tv = &timevars[timevar]; local 478 struct timevar_def *tv = &timevars[(timevar_id_t) id]; local
|
/external/skia/src/ports/ |
D | SkTime_Unix.cpp | 45 struct timeval tv; in GetMSecs() local
|
/external/kernel-headers/original/linux/ |
D | ktime.h | 55 } tv; member 106 static inline ktime_t timeval_to_ktime(struct timeval tv) in timeval_to_ktime() 214 static inline ktime_t timeval_to_ktime(const struct timeval tv) in timeval_to_ktime()
|
/external/dhcpcd/ |
D | arp.c | 205 struct timeval tv; in send_arp_announce() local 251 struct timeval tv; in send_arp_probe() local
|
D | common.h | 39 #define timeval_to_double(tv) ((tv)->tv_sec * 1.0 + (tv)->tv_usec * 1.0e-6) argument
|
D | bind.c | 127 struct timeval tv; in bind_interface() local
|
/external/ppp/pppd/plugins/radius/ |
D | util.c | 56 struct timeval tv; in rc_mdelay() local
|
/external/valgrind/main/auxprogs/ |
D | aix5_VKI_info.c | 165 struct timeval tv; in main() local
|
/external/openssl/crypto/bio/ |
D | bss_dgram.c | 627 struct timeval *tv = (struct timeval *)ptr; in dgram_ctrl() local 643 struct timeval *tv = (struct timeval *)ptr; in dgram_ctrl() local 665 struct timeval *tv = (struct timeval *)ptr; in dgram_ctrl() local 681 struct timeval *tv = (struct timeval *)ptr; in dgram_ctrl() local
|
/external/oprofile/daemon/ |
D | init.c | 158 struct timeval tv; in opd_do_jitdumps() local 315 struct timeval tv; in opd_26_init() local
|
/external/ipsec-tools/src/racoon/ |
D | schedule.c | 64 sched_get_monotonic_time(tv) in sched_get_monotonic_time() argument 79 sched_monotonic_to_time_t(tv, now) in sched_monotonic_to_time_t() argument
|
/external/dropbear/ |
D | scpmisc.h | 64 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ argument
|
/external/wpa_supplicant/tests/ |
D | test_aes.c | 144 struct cbc_test_vector *tv = &vectors[i]; in test_cbc() local 247 struct omac1_test_vector *tv; in main() local
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_aes.c | 144 struct cbc_test_vector *tv = &vectors[i]; in test_cbc() local 249 struct omac1_test_vector *tv; in main() local
|
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/ |
D | vecoperations.c | 14 } tv; in print_v16i8() local 28 } tv; in print_v16i8_hex() local 42 } tv; in print_v8i16_hex() local
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | debug.c | 91 struct timeval tv; in dumpPacket() local
|
D | discovery.c | 315 struct timeval tv; in waitForPADO() local 499 struct timeval tv; in waitForPADS() local
|
/external/tremolo/Tremolo/ |
D | misc.c | 91 struct timeval tv; in _insert() local 148 struct timeval tv; in _ripremove() local
|