Searched defs:tsp (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | timed.h | 52 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
|
D | print-timed.c | 50 struct tsp *tsp = (struct tsp *)bp; in timed_print() local
|
/external/chromium_org/third_party/libevent/compat/sys/ |
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
|
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
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.h | 57 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
|
/external/blktrace/ |
D | blktrace.c | 502 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec()
|