Home
last modified time | relevance | path

Searched refs:SIZEOF_TIME_T (Results 1 - 25 of 25) sorted by relevance

/third_party/python/Include/
H A Dpymacconfig.h16 # undef SIZEOF_TIME_T macro
44 # define SIZEOF_TIME_T 8 macro
57 # define SIZEOF_TIME_T 4 macro
/third_party/eudev/src/shared/
H A Dformats-util.h49 #if SIZEOF_TIME_T == 8
51 #elif SIZEOF_TIME_T == 4
/third_party/curl/lib/
H A Dconfig-win32ce.h240 # define SIZEOF_TIME_T 8 macro
242 # define SIZEOF_TIME_T 4 macro
H A Dconfig-win32.h314 # define SIZEOF_TIME_T 8 macro
316 # define SIZEOF_TIME_T 4 macro
H A Dconfig-plan9.h57 #define SIZEOF_TIME_T 4 macro
H A Dcurl_setup.h440 #ifndef SIZEOF_TIME_T
442 #define SIZEOF_TIME_T 4 macro
498 #if (SIZEOF_TIME_T == 4)
H A Dparsedate.c521 #if (SIZEOF_TIME_T < 5) in parsedate()
H A Dcurl_ntlm_core.c461 #if SIZEOF_TIME_T > 4 in time2filetime()
H A Dsmb.c931 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
/third_party/nghttp2/src/
H A Dtimegm.c48 #if SIZEOF_TIME_T == 4 in nghttp2_timegm()
52 #endif /* SIZEOF_TIME_T == 4 */ in nghttp2_timegm()
81 #if SIZEOF_TIME_T == 4 in nghttp2_timegm_without_yday()
85 #endif /* SIZEOF_TIME_T == 4 */ in nghttp2_timegm_without_yday()
/third_party/python/PC/
H A Dpyconfig.h294 # define SIZEOF_TIME_T 8 macro
317 # define SIZEOF_TIME_T 8 macro
319 # define SIZEOF_TIME_T 4 macro
/third_party/python/Python/
H A Dpytime.c33 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG
36 #elif SIZEOF_TIME_T == SIZEOF_LONG
171 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG in _PyLong_AsTime_t()
173 #elif SIZEOF_TIME_T <= SIZEOF_LONG in _PyLong_AsTime_t()
191 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG in _PyLong_FromTime_t()
193 #elif SIZEOF_TIME_T <= SIZEOF_LONG in _PyLong_FromTime_t()
206 #if SIZEOF_TIME_T < _SIZEOF_PYTIME_T in _PyTime_AsTime_t()
1309 #if defined(_AIX) && (SIZEOF_TIME_T < 8) in _PyTime_localtime()
/third_party/node/deps/nghttp2/lib/includes/
H A Dconfig.h39 #define SIZEOF_TIME_T 8 macro
/third_party/curl/tests/server/
H A Ddisabled.c100 #if (SIZEOF_TIME_T < 5)
/third_party/curl/tests/libtest/
H A Dlib517.c135 #if SIZEOF_TIME_T > 4
H A Dlib1915.c36 #if (SIZEOF_TIME_T < 5)
/third_party/node/deps/cares/config/cygwin/
H A Dares_config.h466 #define SIZEOF_TIME_T 4 macro
/third_party/curl/customized/include/
H A Dcurl_config_liteos_m.h969 #define SIZEOF_TIME_T 4 macro
H A Dcurl_config_standard_http3.h949 #define SIZEOF_TIME_T 8 macro
H A Dcurl_config_standard.h948 #define SIZEOF_TIME_T 8 macro
H A Dcurl_config_liteos_a.h915 #define SIZEOF_TIME_T 4 macro
/third_party/python/Lib/test/
H A Dtest_time.py772 from _testcapi import SIZEOF_TIME_T namespace
773 bits = SIZEOF_TIME_T * 8 - 1
/third_party/curl/lib/vssh/
H A Dlibssh.c2904 #if SIZEOF_TIME_T > 4 in sftp_quote_stat()
H A Dlibssh2.c1783 #if SIZEOF_TIME_T > SIZEOF_LONG in ssh_statemach_act()
/third_party/python/Modules/
H A D_testcapimodule.c89 CHECK_SIZEOF(SIZEOF_TIME_T, time_t); in test_config()
8118 PyModule_AddObject(m, "SIZEOF_TIME_T", PyLong_FromSsize_t(sizeof(time_t))); in PyInit__testcapi()

Completed in 34 milliseconds