Home
last modified time | relevance | path

Searched defs:tsp (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dprint-timed.c41 struct tsp { struct
42 uint8_t tsp_type; argument
43 uint8_t tsp_vers; argument
44 uint16_t tsp_seq; argument
46 struct tsp_timeval tspu_time; argument
48 } tsp_u; argument
49 int8_t tsp_name[256]; argument
98 struct tsp *tsp = (struct tsp *)bp; in timed_print() local
/external/dhcpcd-6.8.2/
Dcommon.h62 #define timespecclear(tsp) (tsp)->tv_sec = (time_t)((tsp)->tv_nsec = 0L) argument
63 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
64 #define timespeccmp(tsp, usp, cmp) \ argument
68 #define timespecadd(tsp, usp, vsp) \ argument
77 #define timespecsub(tsp, usp, vsp) \ argument
Deloop.c524 struct timespec now, ts, *tsp; in eloop_start() local
/external/llvm/lib/CodeGen/
DBranchFolding.h63 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/external/valgrind/coregrind/
Dm_libcfile.c619 struct vki_timespec *tsp; in VG_() local
/external/blktrace/
Dblktrace.c502 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec()