Home
last modified time | relevance | path

Searched refs:MINIMUM (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dfits_s.h46 return limb <= NEG_CAST (mp_limb_t, MINIMUM); in FUNCTION()
55 return limb <= NEG_CAST (mp_limb_t, MINIMUM); in FUNCTION()
H A Dfits_sshort.c34 #define MINIMUM SHRT_MIN macro
H A Dfits_slong.c34 #define MINIMUM LONG_MIN macro
H A Dfits_sint.c34 #define MINIMUM INT_MIN macro
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dfits_s.h62 s = SAFE_ABS (unsigned TYPE, MINIMUM); in FUNCTION()
94 res = neg ? (mpfr_cmp_si (x, MINIMUM) >= 0) : (MPFR_EXP (x) == e); in FUNCTION()
H A Dfits_slong.c25 #define MINIMUM LONG_MIN macro
H A Dfits_sshort.c25 #define MINIMUM SHRT_MIN macro
H A Dfits_sint.c25 #define MINIMUM INT_MIN macro
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dkexgexs.c88 max = MINIMUM(DH_GRP_MAX, max); in input_kex_dh_gex_request()
90 nbits = MINIMUM(DH_GRP_MAX, nbits); in input_kex_dh_gex_request()
H A Dkrl.c128 if ((r = memcmp(a->blob, b->blob, MINIMUM(a->len, b->len))) != 0) in blob_cmp()
494 contig = MINIMUM(contig, 1ULL<<31); in choose_next_state()
495 last_gap = MINIMUM(last_gap, 1ULL<<31); in choose_next_state()
496 next_gap = MINIMUM(next_gap, 1ULL<<31); in choose_next_state()
522 cost_bitmap += last_gap + contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
523 cost_bitmap_restart += contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
H A Dmisc.h252 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro
H A Dkexgexc.c70 kex->nbits = MINIMUM(kex->nbits, 4096); in kexgex_client()
H A Ddh.c301 if (!DH_set_length(dh, MINIMUM(need * 2, pbits - 1))) in dh_gen_key()
H A Dsftp-client.c558 ret->download_buflen = MINIMUM(limits.read_length, in sftp_init()
560 ret->upload_buflen = MINIMUM(limits.write_length, in sftp_init()
574 MINIMUM(DEFAULT_NUM_REQUESTS, limits.open_handles); in sftp_init()
585 ret->download_buflen = MINIMUM(ret->download_buflen, 20480); in sftp_init()
586 ret->upload_buflen = MINIMUM(ret->upload_buflen, 20480); in sftp_init()
H A Dsftp-server.c541 return (status_messages[MINIMUM(status,SSH2_FX_MAX)]); in status_to_message()
1637 len = MINIMUM(sizeof(buf), read_len); in process_extended_copy_data()
H A Dssh-agent.c1055 MINIMUM(deadline, id->death); in reaper()
2126 MINIMUM(deadline, parent_alive_interval); in prepare_poll()
/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dfits_slong.c34 #define MINIMUM LONG_MIN macro
H A Dfits_sint.c34 #define MINIMUM INT_MIN macro
H A Dfits_sshort.c34 #define MINIMUM SHRT_MIN macro
H A Dfits_s.h70 return fl <= (fs >= 0 ? (mp_limb_t) MAXIMUM : NEG_CAST (mp_limb_t, MINIMUM)); in FUNCTION()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/m4/
H A Dgtk.m44 dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
H A Dgtk--.m48 dnl AM_PATH_GTKMM([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
/netbsd-src/external/bsd/nvi/dist/dist/m4/
H A Dgtk.m44 dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
/netbsd-src/external/mpl/bind/dist/tests/dns/testdata/dst/
H A Dtest2.data1029 | MINIMUM |
1065 MINIMUM The unsigned 32 bit minimum TTL field that should be
1073 operations. However, MINIMUM is used in all query operations that
1076 and the MINIMUM field in the appropriate SOA. Thus MINIMUM is a lower
1078 MINIMUM should occur when the RRs are copied into the response and not
1975 60) ; MINIMUM
2166 The MINIMUM value in the SOA should be used to set a floor on the TTL of
2169 update protocols to change the SOA MINIMUM field without ambiguous
3007 MINIMUM 20
H A Dtest1.data1029 | MINIMUM |
1065 MINIMUM The unsigned 32 bit minimum TTL field that should be
1073 operations. However, MINIMUM is used in all query operations that
1076 and the MINIMUM field in the appropriate SOA. Thus MINIMUM is a lower
1078 MINIMUM should occur when the RRs are copied into the response and not
1975 60) ; MINIMUM
2166 The MINIMUM value in the SOA should be used to set a floor on the TTL of
2169 update protocols to change the SOA MINIMUM field without ambiguous
3007 MINIMUM 20

12