Home
last modified time | relevance | path

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

/external/tcpdump/
Dtimed.h47 struct tsp { struct
48 u_int8_t tsp_type; argument
49 u_int8_t tsp_vers; argument
50 u_int16_t tsp_seq; argument
52 struct timeval tspu_time; argument
54 } tsp_u; argument
55 int8_t tsp_name[256]; argument
Dprint-timed.c50 struct tsp *tsp = (struct tsp *)bp; in timed_print() local
/external/chromium/third_party/libevent/compat/sys/
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
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
/external/webkit/WebKitTools/android/flex-2.5.4a/
Ddfa.c250 register int stkpos, ns, tsp; local
928 int ns, tsp, sym, i, j, lenccl, ch, numstates, ccllist; local
/external/blktrace/
Dblktrace.c502 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec()