| /src/sys/arch/arm/sunxi/ |
| sunxi_ccu_nm.c | 112 const u_int n_max = __SHIFTOUT(nm->n, nm->n); local 142 for (n = 0; n <= n_max; n++) {
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| uaf.c | 96 size_t n_max = san_uaf_align * 2; local 97 void **items = mallocx(n_max * sizeof(void *), flags); 112 assert_zu_lt(iter++, n_max, "No aligned ptr found");
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| req.c | 61 char *value, int nid, int n_min, int n_max, 64 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); 1172 long n_min, n_max; local 1243 if (!app_conf_try_number(req_conf, dn_sect, buf, &n_max)) 1244 n_max = -1; 1247 n_min, n_max, chtype, mval)) 1293 if (!app_conf_try_number(req_conf, attr_sect, buf, &n_max)) 1294 n_max = -1 [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| 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; local 1213 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) { 1215 n_max = -1; 1219 n_min, n_max, chtype, mval)) 1273 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) { 1275 n_max = -1 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| 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; local 1158 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) { 1160 n_max = -1; 1164 n_min, n_max, chtype, mval)) 1219 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) { 1221 n_max = -1 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| dwarf2cfi.cc | 833 size_t i, n_a, n_b, n_max; 845 n_max = MAX (n_a, n_b); 847 for (i = 0; i < n_max; ++i) 2385 size_t i, n_old, n_new, n_max; 2399 n_max = MAX (n_old, n_new); 2401 for (i = 0; i < n_max; ++i) 830 size_t i, n_a, n_b, n_max; local 2382 size_t i, n_old, n_new, n_max; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dwarf2cfi.cc | 833 size_t i, n_a, n_b, n_max; 845 n_max = MAX (n_a, n_b); 847 for (i = 0; i < n_max; ++i) 2380 size_t i, n_old, n_new, n_max; 2394 n_max = MAX (n_old, n_new); 2396 for (i = 0; i < n_max; ++i) 830 size_t i, n_a, n_b, n_max; local 2377 size_t i, n_old, n_new, n_max; local
|
| /src/external/lgpl3/gmp/dist/tune/ |
| tuneup.c | 2072 const int n_max = 3000 / GMP_NUMB_BITS; local 2084 itch = mpn_sec_powm_itch (n_max, n_max * GMP_NUMB_BITS, n_max); 2086 rp = TMP_ALLOC_LIMBS (n_max); 2087 bp = TMP_ALLOC_LIMBS (n_max); 2088 ep = TMP_ALLOC_LIMBS (n_max); 2089 mp = TMP_ALLOC_LIMBS (n_max); 2092 mpn_random (bp, n_max); 2093 mpn_random (mp, n_max); [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xtensa.c | 7433 size_t n_max; 7441 size_t n_max; 7449 size_t n_max; 7561 if (idx->n_entries == idx->n_max) 7563 idx->n_max = (idx->n_entries + 1) * 2; 7565 sizeof (*idx->entry) * idx->n_max); 7800 if (tc->n_entries == tc->n_max) 7802 tc->n_max = (tc->n_max + 1) * 2; 7803 tc->entry = xrealloc (tc->entry, sizeof (*tc->entry) * tc->n_max); 7421 size_t n_max; member in struct:trampoline_chain 7429 size_t n_max; member in struct:trampoline_chain_index 7437 size_t n_max; member in struct:trampoline_index [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xtensa.c | 7433 size_t n_max; 7441 size_t n_max; 7449 size_t n_max; 7561 if (idx->n_entries == idx->n_max) 7563 idx->n_max = (idx->n_entries + 1) * 2; 7565 sizeof (*idx->entry) * idx->n_max); 7800 if (tc->n_entries == tc->n_max) 7802 tc->n_max = (tc->n_max + 1) * 2; 7803 tc->entry = xrealloc (tc->entry, sizeof (*tc->entry) * tc->n_max); 7421 size_t n_max; member in struct:trampoline_chain 7429 size_t n_max; member in struct:trampoline_chain_index 7437 size_t n_max; member in struct:trampoline_index [all...] |