Searched defs:tsp (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | print-timed.c | 41 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/ |
D | common.h | 62 #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
|
D | eloop.c | 524 struct timespec now, ts, *tsp; in eloop_start() local
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.h | 63 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt()
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 619 struct vki_timespec *tsp; in VG_() local
|
/external/blktrace/ |
D | blktrace.c | 502 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec()
|