Home
last modified time | relevance | path

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

/third_party/curl/lib/
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()
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()
Dcurl_setup.h451 # define TIME_T_MAX UINT_MAX macro
454 # define TIME_T_MAX INT_MAX macro
459 # define TIME_T_MAX 0xFFFFFFFFFFFFFFFF macro
462 # define TIME_T_MAX 0x7FFFFFFFFFFFFFFF macro
463 # define TIME_T_MIN (-TIME_T_MAX - 1)
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()
Dhsts.c310 if(sts->expires != TIME_T_MAX) { in hsts_push()
334 if(sts->expires != TIME_T_MAX) { in hsts_out()
429 TIME_T_MAX; in hsts_add()
482 expires = TIME_T_MAX; /* the end of time */ in hsts_pull()
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/
Dtimespec_test.cpp125 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()
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/
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/
Dtimespec.h16 #ifndef TIME_T_MAX
17 # define TIME_T_MAX (time_t)((1UL << ((sizeof(time_t) << 3) - 1)) - 1) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
D5-1.c65 ts.tv_sec = TIME_T_MAX; in main()
/third_party/tzdata/
Dprivate.h844 # define TIME_T_MAX \ macro
858 # define TIME_T_MAX TIME_T_MAX_NO_PADDING macro
867 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
Ddate.c86 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()
Dlocaltime.c516 sp->types[i] = at <= TIME_T_MAX; in tzloadbody()
589 if (tr <= TIME_T_MAX) { in tzloadbody()
698 if (sp->ats[0] <= TIME_T_MAX - SECSPERREPEAT) { in tzloadbody()
1919 : *tp <= TIME_T_MAX - j)) in increment_overflow_time()
2080 hi = TIME_T_MAX; in time2sub()
2097 if (t == TIME_T_MAX) in time2sub()
Dzdump.c898 : hi + (hi < TIME_T_MAX)); in showextrema()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D5-2.c84 ts.tv_sec = TIME_T_MAX; in main()
D5-1.c79 ts.tv_sec = TIME_T_MAX; in main()