Home
last modified time | relevance | path

Searched refs:ACCEPTABLEDELTA (Results 1 - 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
H A D1-3.c13 * - Ensure the value returned is within ACCEPTABLEDELTA less than
30 #define ACCEPTABLEDELTA 30000000 macro
73 * - itsset-itsget nsec must be <= ACCEPTABLEDELTA in main()
85 if (deltans < 0 || deltans > ACCEPTABLEDELTA) { in main()
87 deltans, ACCEPTABLEDELTA); in main()
H A D1-1.c12 * - Ensure the value returned is within ACCEPTABLEDELTA less than
28 #define ACCEPTABLEDELTA 1 macro
69 if (delta <= ACCEPTABLEDELTA) { in main()
H A D3-1.c12 * - Ensure the value returned is within ACCEPTABLEDELTA less than
29 #define ACCEPTABLEDELTA 1 macro
78 if (delta <= ACCEPTABLEDELTA) { in main()
H A D1-2.c13 * - Ensure the value returned is within ACCEPTABLEDELTA less than
30 #define ACCEPTABLEDELTA 1 macro
76 if (delta <= ACCEPTABLEDELTA) { in main()
H A D1-4.c16 * - Ensure the value returned is within ACCEPTABLEDELTA less than
35 #define ACCEPTABLEDELTA 1 macro
103 if (delta <= ACCEPTABLEDELTA) { in main()
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
H A Dtwopsetclock.c28 #define ACCEPTABLEDELTA 1 macro
79 if ((delta <= ACCEPTABLEDELTA - DELTA) || in main()
80 (delta <= ACCEPTABLEDELTA + DELTA)) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
H A D11-1.c22 #define ACCEPTABLEDELTA 1 macro
97 if (labs(ts_end.tv_sec - ts_start.tv_sec - TIMERSEC) <= ACCEPTABLEDELTA) { in main()
105 TIMERSEC + ACCEPTABLEDELTA); in main()
H A D10-1.c22 #define ACCEPTABLEDELTA 1 macro
97 if (labs(ts_end.tv_sec - ts_start.tv_sec - TIMERSEC) <= ACCEPTABLEDELTA) { in main()
105 TIMERSEC + ACCEPTABLEDELTA); in main()
H A D7-1.c25 #define ACCEPTABLEDELTA 1 macro
83 if (labs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) { in main()
H A D1-1.c35 #define ACCEPTABLEDELTA 1 macro
88 if (labs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D6-1.c30 #define ACCEPTABLEDELTA 1 macro
116 if ((delta > ACCEPTABLEDELTA) || (delta < 0)) { in main()
141 if ((delta > ACCEPTABLEDELTA) || (delta < 0)) { in main()
H A D8-3.c14 * are within ACCEPTABLEDELTA of each other
29 #define ACCEPTABLEDELTA 1 macro
62 if (labs(oits.it_value.tv_sec - TIMELEFT) <= ACCEPTABLEDELTA) { in main()
H A D1-1.c37 #define ACCEPTABLEDELTA 1 macro
90 if (labs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
H A D2-1.c21 #define ACCEPTABLEDELTA 1 macro
33 if (abs(delta) <= ACCEPTABLEDELTA) { in main()
H A D1-2.c12 If the clocks are within ACCEPTABLEDELTA of each other, the test is
21 #define ACCEPTABLEDELTA 1 macro
33 if (abs(delta) <= ACCEPTABLEDELTA) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
H A D3-1.c16 * ACCEPTABLEDELTA of current time (i.e., didn't sleep)
23 #define ACCEPTABLEDELTA 1 macro
52 if (tsafter.tv_sec <= (tsbefore.tv_sec + ACCEPTABLEDELTA)) { in main()
H A D2-1.c15 * ACCEPTABLEDELTA of current time + SLEEPSEC
22 #define ACCEPTABLEDELTA 1 macro
51 if (tsafter.tv_sec <= (sleepuntilsec + ACCEPTABLEDELTA)) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
H A D1-1.c27 #define ACCEPTABLEDELTA 1 macro
57 if ((delta <= ACCEPTABLEDELTA) && (delta >= 0)) { in main()
H A D7-1.c19 * ACCEPTABLEDELTA of T1
31 #define ACCEPTABLEDELTA 1 macro
72 if ((tsT2.tv_sec - tsT1.tv_sec) <= ACCEPTABLEDELTA) { in main()
H A D8-1.c17 * ACCEPTABLEDELTA of T0+(SLEEPSEC-SMALLTIME)
29 #define ACCEPTABLEDELTA 1 macro
71 if ((tsend.tv_sec - expectedsec) <= ACCEPTABLEDELTA) { in main()
H A D5-1.c31 #define ACCEPTABLEDELTA 1 macro
120 if (labs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) { in main()
H A D5-2.c31 #define ACCEPTABLEDELTA 1 macro
120 if (labs(tsleft.tv_sec - SLEEPDELTA) <= ACCEPTABLEDELTA) { in main()
H A D4-1.c15 * but > ACCEPTABLEDELTA)
19 * - ensure that: T2 >= T1 and (T2-T1) <= ACCEPTABLEDELTA
23 * adam.li: I think should check that (abs(T2-T1) <= ACCEPTABLEDELTA)
34 // SLEEPTIME > ACCEPTABLEDELTA
37 #define ACCEPTABLEDELTA 1 macro
124 if ((delta <= ACCEPTABLEDELTA) && (delta >= 0)) { in main()
H A D7-2.c17 * - in child: ensure clock_nanosleep() expires within ACCEPTABLEDELTA of
30 #define ACCEPTABLEDELTA 1 macro
74 if ((tsT3.tv_sec - tsT2.tv_sec) <= ACCEPTABLEDELTA) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
H A D5-1.c43 #define ACCEPTABLEDELTA 1 macro
94 if (labs(tsleft.tv_sec - SLEEPDELTA) > ACCEPTABLEDELTA) { in main()

Completed in 8 milliseconds

12