Searched defs:tsp (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | timed.h | 47 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
|
D | print-timed.c | 50 struct tsp *tsp = (struct tsp *)bp; in timed_print() local
|
/external/chromium/third_party/libevent/compat/sys/ |
D | _libevent_time.h | 105 #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.h | 105 #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/ |
D | dfa.c | 250 register int stkpos, ns, tsp; local 928 int ns, tsp, sym, i, j, lenccl, ch, numstates, ccllist; local
|
/external/blktrace/ |
D | blktrace.c | 502 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec()
|