Lines Matching refs:BASE

51 /* BASE is just a define to make us fool around with decently large number so
53 #define BASE 1000000
86 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"},
87 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"},
88 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
89 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"},
92 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"},
93 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"},
94 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
95 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"},
98 {BASE + 4, 0, 10000, 0, FALSE, 6000, "6 seconds should be left"},
99 {BASE + 4, 990000, 10000, 0, FALSE, 5010, "5010 ms should be left"},
100 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"},
101 {BASE + 12, 0, 10000, 0, FALSE, -2000, "-2000, overdue 2 seconds"},
104 {BASE + 4, 0, 10000, 0, TRUE, 6000, "6 seconds should be left"},
105 {BASE + 4, 990000, 10000, 0, TRUE, 5010, "5010 ms should be left"},
106 {BASE + 10, 0, 10000, 0, TRUE, -1, "timeout is -1, expired"},
107 {BASE + 12, 0, 10000, 0, TRUE, -2000, "-2000, overdue 2 seconds"},
110 {BASE + 4, 0, 0, 10000, FALSE, 0, "no timeout active"},
111 {BASE + 4, 990000, 0, 10000, FALSE, 0, "no timeout active"},
112 {BASE + 10, 0, 0, 10000, FALSE, 0, "no timeout active"},
113 {BASE + 12, 0, 0, 10000, FALSE, 0, "no timeout active"},
116 {BASE + 4, 0, 0, 10000, TRUE, 6000, "6 seconds should be left"},
117 {BASE + 4, 990000, 0, 10000, TRUE, 5010, "5010 ms should be left"},
118 {BASE + 10, 0, 0, 10000, TRUE, -1, "timeout is -1, expired"},
119 {BASE + 12, 0, 0, 10000, TRUE, -2000, "-2000, overdue 2 seconds"},
122 {BASE + 4, 0, 0, 0, FALSE, 0, "no timeout active"},
123 {BASE + 4, 990000, 0, 0, FALSE, 0, "no timeout active"},
124 {BASE + 10, 0, 0, 0, FALSE, 0, "no timeout active"},
125 {BASE + 12, 0, 0, 0, FALSE, 0, "no timeout active"},
128 {BASE + 4, 0, 0, 0, TRUE, 296000, "no timeout active"},
129 {BASE + 4, 990000, 0, 0, TRUE, 295010, "no timeout active"},
130 {BASE + 10, 0, 0, 0, TRUE, 290000, "no timeout active"},
131 {BASE + 12, 0, 0, 0, TRUE, 288000, "no timeout active"},
134 {BASE + 4, 0, 10000, 12000, TRUE, 6000, "6 seconds should be left"},
139 data->progress.t_startsingle.tv_sec = BASE;
141 data->progress.t_startop.tv_sec = BASE;