Home
last modified time | relevance | path

Searched refs:tst_timespec_abs_diff (Results 1 – 2 of 2) sorted by relevance

/external/ltp/include/
Dtst_timer.h227 static inline struct timespec tst_timespec_abs_diff(struct timespec t1, in tst_timespec_abs_diff() function
239 return tst_timespec_to_us(tst_timespec_abs_diff(t1, t2)); in tst_timespec_abs_diff_us()
245 return tst_timespec_to_ms(tst_timespec_abs_diff(t1, t2)); in tst_timespec_abs_diff_ms()
/external/ltp/doc/
Dtest-writing-guidelines.txt1306 struct timespec tst_timespec_abs_diff(struct timespec t1, struct timespec t2);
1322 The 'tst_timespec_abs_diff*()' functions returns absolute value of difference