/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | req.c | 62 char *value, int nid, int n_min, int n_max, 65 char *value, int nid, int n_min, int n_max, 69 char *value, int n_min, int n_max, 73 static int req_check_len(int len, int n_min, int n_max); 1078 long n_min, n_max; in prompt_info() local 1158 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) { in prompt_info() 1160 n_max = -1; in prompt_info() 1164 n_min, n_max, chtype, mval)) in prompt_info() 1219 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) { in prompt_info() 1221 n_max = -1; in prompt_info() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | req.c | 60 char *value, int nid, int n_min, int n_max, 63 char *value, int nid, int n_min, int n_max, 67 int n_min, int n_max, char *buf, const int buf_size, 69 static int req_check_len(int len, int n_min, int n_max); 1135 long n_min, n_max; in prompt_info() local 1213 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) { in prompt_info() 1215 n_max = -1; in prompt_info() 1219 n_min, n_max, chtype, mval)) in prompt_info() 1273 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) { in prompt_info() 1275 n_max = -1; in prompt_info() [all …]
|
/netbsd-src/sys/arch/arm/sunxi/ |
H A D | sunxi_ccu_nm.c | 112 const u_int n_max = __SHIFTOUT(nm->n, nm->n); in sunxi_ccu_nm_set_rate() local 142 for (n = 0; n <= n_max; n++) { in sunxi_ccu_nm_set_rate()
|
/netbsd-src/external/lgpl3/gmp/dist/tune/ |
H A D | tuneup.c | 2072 const int n_max = 3000 / GMP_NUMB_BITS; in tune_powm_sec() local 2084 itch = mpn_sec_powm_itch (n_max, n_max * GMP_NUMB_BITS, n_max); in tune_powm_sec() 2086 rp = TMP_ALLOC_LIMBS (n_max); in tune_powm_sec() 2087 bp = TMP_ALLOC_LIMBS (n_max); in tune_powm_sec() 2088 ep = TMP_ALLOC_LIMBS (n_max); in tune_powm_sec() 2089 mp = TMP_ALLOC_LIMBS (n_max); in tune_powm_sec() 2092 mpn_random (bp, n_max); in tune_powm_sec() 2093 mpn_random (mp, n_max); in tune_powm_sec() 2117 for (nbits = 2; nbits <= n_max * GMP_NUMB_BITS; ) in tune_powm_sec()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2cfi.c | 748 size_t i, n_a, n_b, n_max; in cfi_row_equal_p() local 760 n_max = MAX (n_a, n_b); in cfi_row_equal_p() 762 for (i = 0; i < n_max; ++i) in cfi_row_equal_p() 2223 size_t i, n_old, n_new, n_max; in change_cfi_row() local 2237 n_max = MAX (n_old, n_new); in change_cfi_row() 2239 for (i = 0; i < n_max; ++i) in change_cfi_row()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2cfi.cc | 830 size_t i, n_a, n_b, n_max; in cfi_row_equal_p() local 842 n_max = MAX (n_a, n_b); in cfi_row_equal_p() 844 for (i = 0; i < n_max; ++i) in cfi_row_equal_p() 2377 size_t i, n_old, n_new, n_max; in change_cfi_row() local 2391 n_max = MAX (n_old, n_new); in change_cfi_row() 2393 for (i = 0; i < n_max; ++i) in change_cfi_row()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-xtensa.c | 7423 size_t n_max; member 7431 size_t n_max; member 7439 size_t n_max; member 7551 if (idx->n_entries == idx->n_max) in xg_add_trampoline_to_index() 7553 idx->n_max = (idx->n_entries + 1) * 2; in xg_add_trampoline_to_index() 7555 sizeof (*idx->entry) * idx->n_max); in xg_add_trampoline_to_index() 7784 if (tc->n_entries == tc->n_max) in xg_add_location_to_chain() 7786 tc->n_max = (tc->n_max + 1) * 2; in xg_add_location_to_chain() 7787 tc->entry = xrealloc (tc->entry, sizeof (*tc->entry) * tc->n_max); in xg_add_location_to_chain() 7803 if (idx->n_entries == idx->n_max) in xg_create_trampoline_chain() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-xtensa.c | 7436 size_t n_max; member 7444 size_t n_max; member 7452 size_t n_max; member 7564 if (idx->n_entries == idx->n_max) in xg_add_trampoline_to_index() 7566 idx->n_max = (idx->n_entries + 1) * 2; in xg_add_trampoline_to_index() 7568 sizeof (*idx->entry) * idx->n_max); in xg_add_trampoline_to_index() 7797 if (tc->n_entries == tc->n_max) in xg_add_location_to_chain() 7799 tc->n_max = (tc->n_max + 1) * 2; in xg_add_location_to_chain() 7800 tc->entry = xrealloc (tc->entry, sizeof (*tc->entry) * tc->n_max); in xg_add_location_to_chain() 7816 if (idx->n_entries == idx->n_max) in xg_create_trampoline_chain() [all …]
|