Searched defs:max_time (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | SumTimerInfo.py | 20 max_time = 0.0 variable 37 max_time = float(s[6]) variable
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
H A D | generic.py | 37 def check_expires(expires, min_time, max_time): argument 42 def check_refresh(refresh, min_time, max_time): argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/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() 1138 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get() local 1308 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bio_lib.c | 861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait() 905 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait() 926 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry() local
|
H A D | bio_sock.c | 393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | events.c | 662 time_t max_time; in event_drain() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sel-sched.c | 7388 int max_time = 0; in calculate_new_fences() local 7476 int max_time = 0; in sel_sched_region_2() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sel-sched.cc | 7388 int max_time = 0; in calculate_new_fences() local 7476 int max_time = 0; in sel_sched_region_2() local
|
/netbsd-src/lib/libc/time/ |
H A D | zic.c | 910 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE); global() variable [all...] |
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Dbe.cc | 1477 hrtime_t max_time = 0; in dbeCalcGroupDuration() local
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Dbe.cc | 1477 hrtime_t max_time = 0; in dbeCalcGroupDuration() local
|