Home
last modified time | relevance | path

Searched defs:max_time (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/src/select/
Dselect.c15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local
/third_party/musl/porting/liteos_a/user/src/select/
Dselect.c15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Durisourcebin.c32 guint64 min_time, max_time, avg_time; in GST_START_TEST() local
/third_party/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c107 nsec_t max_time = START_MAX; in main() local
/third_party/openssl/crypto/http/
Dhttp_client.c66 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()
1127 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get() local
1297 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect() local
/third_party/node/deps/openssl/openssl/crypto/http/
Dhttp_client.c66 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()
1127 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get() local
1297 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect() local
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_lib.c861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait()
901 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait()
922 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry() local
Dbio_sock.c393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()
/third_party/openssl/crypto/bio/
Dbio_lib.c861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait()
901 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait()
922 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry() local
Dbio_sock.c393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()
/third_party/lwip/src/core/ipv4/
Digmp.c729 igmp_start_timer(struct igmp_group *group, u8_t max_time)
/third_party/lwip/test/sockets/
Dsockets_stresstest.c439 u32_t max_time = sys_now() + (TEST_TIME_SECONDS * 1000); in sockets_stresstest_conn_client() local
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c525 u64 total_time = 0, max_time = 0, max_time_t = 0; in do_write() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c168 guint64 max_bytes, max_buffers, max_time; member
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin.c2149 guint64 max_time; in make_decoder() local
Dgstdecodebin2.c4150 guint64 max_time; in decodebin_set_queue_size_full() local
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c868 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1)); variable
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c867 static const zic_t max_time = -1 - ((zic_t) -1 << (TIME_T_BITS_IN_FILE - 1)); variable
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c5164 guint64 min_time, max_time; in gst_avi_demux_find_next() local
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp984 double max_time = data->stats_max.stats[s] / data->time_dividor; in compute_swapchain_display() local
/third_party/tzdata/
Dzic.c897 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE); variable
/third_party/ffmpeg/libavformat/
Dutils.c3277 int64_t max_time = 0; local
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c1137 guint64 max_time = 0; in gst_qtdemux_adjust_seek() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h41732 long int max_time; member
43548 ktime_t max_time; member