Lines Matching refs:tv_sec
110 .expected = {.tv_sec = -0x80000000LL, .tv_nsec = 0L},
118 .expected = {.tv_sec = -1LL, .tv_nsec = 0L},
134 .expected = {.tv_sec = 0x7fffffffLL, .tv_nsec = 0L},
142 .expected = {.tv_sec = 0x80000000LL, .tv_nsec = 0L},
150 .expected = {.tv_sec = 0xffffffffLL, .tv_nsec = 0L},
158 .expected = {.tv_sec = 0x100000000LL, .tv_nsec = 0L},
166 .expected = {.tv_sec = 0x17fffffffLL, .tv_nsec = 0L},
174 .expected = {.tv_sec = 0x180000000LL, .tv_nsec = 0L},
182 .expected = {.tv_sec = 0x1ffffffffLL, .tv_nsec = 0L},
190 .expected = {.tv_sec = 0x200000000LL, .tv_nsec = 0L},
198 .expected = {.tv_sec = 0x27fffffffLL, .tv_nsec = 0L},
206 .expected = {.tv_sec = 0x27fffffffLL, .tv_nsec = 1L},
214 .expected = {.tv_sec = 0x300000000LL,
223 .expected = {.tv_sec = 0x300000000LL, .tv_nsec = 0L},
231 .expected = {.tv_sec = 0x37fffffffLL, .tv_nsec = 0L},
239 timestamp.tv_sec = get_32bit_time(&test_data[i]);
244 test_data[i].expected.tv_sec,
245 timestamp.tv_sec,