Lines Matching defs:a
53 const struct timespec *a, const struct timespec *b) in timespec_add()
72 const struct timespec *a, const struct timespec *b) in timespec_sub()
95 timespec_add_nsec(struct timespec *r, const struct timespec *a, uint64_t b) in timespec_add_nsec()
128 timespec_add_msec(struct timespec *r, const struct timespec *a, uint64_t b) in timespec_add_msec()
140 timespec_to_nsec(const struct timespec *a) in timespec_to_nsec()
153 timespec_sub_to_nsec(const struct timespec *a, const struct timespec *b) in timespec_sub_to_nsec()
169 timespec_to_msec(const struct timespec *a) in timespec_to_msec()
182 timespec_sub_to_msec(const struct timespec *a, const struct timespec *b) in timespec_sub_to_msec()
196 timespec_to_usec(const struct timespec *a) in timespec_to_usec()
213 timespec_to_proto(const struct timespec *a, uint32_t *tv_sec_hi, in timespec_to_proto()
233 timespec_from_nsec(struct timespec *a, uint64_t b) in timespec_from_nsec()
246 timespec_from_usec(struct timespec *a, uint64_t b) in timespec_from_usec()
258 timespec_from_msec(struct timespec *a, uint64_t b) in timespec_from_msec()
272 timespec_from_proto(struct timespec *a, uint32_t tv_sec_hi, in timespec_from_proto()
286 timespec_is_zero(const struct timespec *a) in timespec_is_zero()
299 timespec_eq(const struct timespec *a, const struct timespec *b) in timespec_eq()
326 timespec_after(const struct timespec *a, const struct timespec *b) in timespec_after()