| /third_party/musl/porting/liteos_a/user/src/select/ |
| H A D | select.c | 15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local
|
| /third_party/musl/src/select/ |
| H A D | select.c | 15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local
|
| /third_party/ltp/testcases/realtime/func/gtod_latency/ |
| H A D | gtod_infinite.c | 107 nsec_t max_time = START_MAX; in main() local
|
| /third_party/lwip/src/core/ipv4/ |
| H A D | igmp.c | 729 igmp_start_timer(struct igmp_group *group, u8_t max_time) argument
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bio_sock.c | 393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() argument
|
| H A D | bio_lib.c | 861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait() argument 901 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait() argument 922 time_t max_time in BIO_do_connect_retry() local [all...] |
| /third_party/openssl/crypto/bio/ |
| H A D | bio_sock.c | 393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() argument
|
| H A D | bio_lib.c | 861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait() argument 901 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait() argument 922 time_t max_time in BIO_do_connect_retry() local [all...] |
| /third_party/lwip/test/sockets/ |
| H A D | sockets_stresstest.c | 439 u32_t max_time = sys_now() + (TEST_TIME_SECONDS * 1000); in sockets_stresstest_conn_client() local
|
| /third_party/node/deps/openssl/openssl/crypto/http/ |
| H A D | http_client.c | 66 time_t max_time; /* Maximum end time of current transfer, or 0 */ member 505 static int may_still_retry(time_t max_time, int *ptimeout) in may_still_retry() argument 1138 time_t max_time in OSSL_HTTP_get() local 1308 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; OSSL_HTTP_proxy_connect() local [all...] |
| /third_party/openssl/crypto/http/ |
| H A D | http_client.c | 66 time_t max_time; /* Maximum end time of current transfer, or 0 */ member 494 static int may_still_retry(time_t max_time, int *ptimeout) in may_still_retry() argument 1127 time_t max_time in OSSL_HTTP_get() local 1297 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; OSSL_HTTP_proxy_connect() local [all...] |
| /third_party/f2fs-tools/tools/f2fs_io/ |
| H A D | f2fs_io.c | 528 u64 total_time = 0, max_time = 0, max_time_t = 0; in do_write() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | demux.c | 2116 int64_t max_time = 0; in compute_chapters_end() local
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 984 double max_time = data->stats_max.stats[s] / data->time_dividor; in compute_swapchain_display() local
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zic.c | 868 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1)); variable [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | zic.c | 867 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1)); variable [all...] |
| /third_party/tzdata/ |
| H A D | zic.c | 893 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE); variable [all...] |