| /netbsd-src/external/lgpl3/gmp/dist/mpz/ |
| H A D | fits_s.h | 46 return limb <= NEG_CAST (mp_limb_t, MINIMUM); in FUNCTION() 55 return limb <= NEG_CAST (mp_limb_t, MINIMUM); in FUNCTION()
|
| H A D | fits_sshort.c | 34 #define MINIMUM SHRT_MIN macro
|
| H A D | fits_slong.c | 34 #define MINIMUM LONG_MIN macro
|
| H A D | fits_sint.c | 34 #define MINIMUM INT_MIN macro
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | fits_s.h | 62 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 D | fits_slong.c | 25 #define MINIMUM LONG_MIN macro
|
| H A D | fits_sshort.c | 25 #define MINIMUM SHRT_MIN macro
|
| H A D | fits_sint.c | 25 #define MINIMUM INT_MIN macro
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | kexgexs.c | 88 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 D | krl.c | 128 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 D | misc.h | 252 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| H A D | kexgexc.c | 70 kex->nbits = MINIMUM(kex->nbits, 4096); in kexgex_client()
|
| H A D | dh.c | 301 if (!DH_set_length(dh, MINIMUM(need * 2, pbits - 1))) in dh_gen_key()
|
| H A D | sftp-client.c | 558 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 D | sftp-server.c | 541 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 D | ssh-agent.c | 1055 MINIMUM(deadline, id->death); in reaper() 2126 MINIMUM(deadline, parent_alive_interval); in prepare_poll()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpf/ |
| H A D | fits_slong.c | 34 #define MINIMUM LONG_MIN macro
|
| H A D | fits_sint.c | 34 #define MINIMUM INT_MIN macro
|
| H A D | fits_sshort.c | 34 #define MINIMUM SHRT_MIN macro
|
| H A D | fits_s.h | 70 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 D | gtk.m4 | 4 dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
|
| H A D | gtk--.m4 | 8 dnl AM_PATH_GTKMM([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
| /netbsd-src/external/bsd/nvi/dist/dist/m4/ |
| H A D | gtk.m4 | 4 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 D | test2.data | 1029 | 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 D | test1.data | 1029 | 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
|