Home
last modified time | relevance | path

Searched refs:TIME_T_MAX (Results 1 - 16 of 16) sorted by relevance

/third_party/curl/lib/
H A Dtimediff.c49 #if TIMEDIFF_T_MAX > TIME_T_MAX in curlx_mstotv()
51 if(tv_sec > TIME_T_MAX) in curlx_mstotv()
52 tv_sec = TIME_T_MAX; in curlx_mstotv()
H A Dpsl.c78 time_t expires = TIME_T_MAX; in Curl_psl_use()
84 expires = now < TIME_T_MAX - PSL_TTL? now + PSL_TTL: TIME_T_MAX; in Curl_psl_use()
H A Dparsedate.c526 *output = TIME_T_MAX; in parsedate()
532 *output = TIME_T_MAX; in parsedate()
561 if((tzoff > 0) && (t > TIME_T_MAX - tzoff)) { in parsedate()
562 *output = TIME_T_MAX; in parsedate()
599 TIME_T_MAX in case the parsed time value was too big, instead of an
H A Dcurl_setup.h500 # define TIME_T_MAX UINT_MAX macro
503 # define TIME_T_MAX INT_MAX macro
508 # define TIME_T_MAX 0xFFFFFFFFFFFFFFFF macro
511 # define TIME_T_MAX 0x7FFFFFFFFFFFFFFF macro
512 # define TIME_T_MIN (-TIME_T_MAX - 1)
H A Dhsts.c315 if(sts->expires != TIME_T_MAX) { in hsts_push()
339 if(sts->expires != TIME_T_MAX) { in hsts_out()
434 TIME_T_MAX; in hsts_add()
488 expires = TIME_T_MAX; /* the end of time */ in hsts_pull()
H A Dsmb.c932 if(timestamp > TIME_T_MAX) in get_posix_time()
933 *out = TIME_T_MAX; in get_posix_time()
/third_party/mesa3d/src/util/tests/
H A Dtimespec_test.cpp122 /* The TIME_T_MAX macro assumes it's no more than 64 bits */ in TEST()
125 time_t t = TIME_T_MAX; in TEST()
126 EXPECT_EQ((uint64_t)t, (uint64_t)TIME_T_MAX); in TEST()
129 EXPECT_EQ(std::numeric_limits<time_t>::max(), TIME_T_MAX); in TEST() local
169 a.tv_sec = TIME_T_MAX; in TEST()
173 a.tv_sec = TIME_T_MAX; in TEST()
177 a.tv_sec = TIME_T_MAX; in TEST()
/third_party/mesa3d/src/util/
H A Dtimespec.h82 #define TIME_T_MAX \ macro
99 bool overflow = (b_sec > (uint64_t)TIME_T_MAX) || in timespec_add_nsec()
100 ((uint64_t)a->tv_sec > (uint64_t)TIME_T_MAX - b_sec); in timespec_add_nsec()
106 if (r->tv_sec >= TIME_T_MAX) in timespec_add_nsec()
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dtimespec.h16 #ifndef TIME_T_MAX
17 # define TIME_T_MAX (time_t)((1UL << ((sizeof(time_t) << 3) - 1)) - 1) macro
/third_party/tzdata/
H A Dprivate.h847 # define TIME_T_MAX \ macro
861 # define TIME_T_MAX TIME_T_MAX_NO_PADDING macro
864 /* Try to check the padding assumptions. Although TIME_T_MAX and the
870 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
H A Ddate.c86 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()
H A Dlocaltime.c527 sp->types[i] = at <= TIME_T_MAX; in tzloadbody()
600 if (tr <= TIME_T_MAX) { in tzloadbody()
1886 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...', in increment_overflow_time()
1891 : *tp <= TIME_T_MAX - j)) in increment_overflow_time()
2052 hi = TIME_T_MAX; in time2sub()
2069 if (t == TIME_T_MAX) in time2sub()
H A Dzdump.c898 : hi + (hi < TIME_T_MAX)); in showextrema()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
H A D5-1.c65 ts.tv_sec = TIME_T_MAX; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D5-1.c79 ts.tv_sec = TIME_T_MAX; in main()
H A D5-2.c84 ts.tv_sec = TIME_T_MAX; in main()

Completed in 15 milliseconds