Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/libkern/libkern/
H A DOSBase.h67 #define CMP_ABSOLUTETIME(t1, t2) \ argument
74 #define ADD_ABSOLUTETIME(t1, t2) \ argument
79 #define SUB_ABSOLUTETIME(t1, t2) \ argument
/xnu-12377.1.9/osfmk/mach/
H A Dclock_types.h93 #define CMP_MACH_TIMESPEC(t1, t2) \ argument
99 #define ADD_MACH_TIMESPEC(t1, t2) \ argument
109 #define SUB_MACH_TIMESPEC(t1, t2) \ argument
/xnu-12377.1.9/tests/
H A Duipc_uaf.c103 pthread_t t1, t2; variable
/xnu-12377.1.9/bsd/kern/
H A Dkern_time.c747 struct timeval *t2) in timevaladd()
756 struct timeval *t2) in timevalsub()
H A Dtty.c2216 #define diff(t1, t2) (((t1).tv_sec - (t2).tv_sec) * 1000000 + \ in ttread() argument
/xnu-12377.1.9/tests/sched/
H A Drttimer.c181 uint64_t t2 = mach_absolute_time(); in perform_test() local
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_rack.c64 tcp_rack_sent_after(uint32_t t1, uint32_t seq1, uint32_t t2, uint32_t seq2) in tcp_rack_sent_after()
H A Dtcp_timer.c534 timer_diff(uint32_t t1, uint32_t toff1, uint32_t t2, uint32_t toff2) in timer_diff()
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_vnops.c125 dn_times_locked(devnode_t * dnp, struct timeval *t1, struct timeval *t2, struct timeval *t3, uint32… in dn_times_locked()