Lines Matching refs:ux
15 { .ux = -2147483648,
27 { .ux = (time_t)-2147483649,
39 { .ux = (time_t)2147483648,
51 { .ux = (time_t)64060588799,
63 { .ux = (time_t)64060588800,
76 { .ux = (time_t)-2208988801,
88 { .ux = (time_t)-2208988800,
100 { .ux = (time_t)-2203977600,
112 { .ux = (time_t)-2203891200,
124 { .ux = (time_t)-2177539200,
136 { .ux = (time_t)-2177452800,
152 { .ux = (time_t)-62167305600,
164 { .ux = (time_t)-62167219200,
176 { .ux = (time_t)-62135596801,
188 { .ux = (time_t)-62135596800,
200 { .ux = (time_t)-62135596800,
217 .ux = 0, in test_time32_errno_clear()
233 time_t ux = timeutil_timegm(&tp->tm); in test_time32_errno_clear() local
235 zassert_equal(ux, tp->ux, in test_time32_errno_clear()
244 .ux = -1, in test_time32_epochm1()
260 time_t ux = timeutil_timegm(&tp->tm); in test_time32_epochm1() local
262 zassert_equal(ux, tp->ux, in test_time32_epochm1()
289 time_t ux = timeutil_timegm(&tp->tm); in test_time32_underflow() local
291 zassert_equal(ux, -1, in test_time32_underflow()
318 time_t ux = timeutil_timegm(&tp->tm); in test_time32_overflow() local
320 zassert_equal(ux, -1, in test_time32_overflow()