Home
last modified time | relevance | path

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

/external/tcpdump/
Dtimed.h52 struct tsp { struct
53 u_int8_t tsp_type; argument
54 u_int8_t tsp_vers; argument
55 u_int16_t tsp_seq; argument
57 struct tsp_timeval tspu_time; argument
59 } tsp_u; argument
60 int8_t tsp_name[256]; argument
Dprint-timed.c50 struct tsp *tsp = (struct tsp *)bp; in timed_print() local
/external/chromium_org/third_party/libevent/compat/sys/
D_time.h105 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument
106 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
107 #define timespeccmp(tsp, usp, cmp) \ argument
111 #define timespecadd(tsp, usp, vsp) \ argument
120 #define timespecsub(tsp, usp, vsp) \ argument
D_libevent_time.h105 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument
106 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
107 #define timespeccmp(tsp, usp, cmp) \ argument
111 #define timespecadd(tsp, usp, vsp) \ argument
120 #define timespecsub(tsp, usp, vsp) \ argument
/external/llvm/lib/CodeGen/
DBranchFolding.h57 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
/external/blktrace/
Dblktrace.c502 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec()