/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/ |
H A D | t-mul.c | 53 mp_size_t max_n, an, bn, rn; in main() local 64 max_n = isqrt (reps * 25000); in main() 66 ap = TMP_ALLOC_LIMBS (max_n + 1); in main() 67 bp = TMP_ALLOC_LIMBS (max_n + 1); in main() 68 rp = TMP_ALLOC_LIMBS (2 * max_n); in main() 69 refp = TMP_ALLOC_LIMBS (2 * max_n); in main() 71 for (an = 1; an <= max_n; an += 1) in main()
|
H A D | logic.c | 61 mp_size_t max_n, n, i; in main() local 74 max_n = 100; in main() 76 rp = TMP_ALLOC_LIMBS (1 + max_n * 8 / GMP_LIMB_BITS); in main() 77 refp = TMP_ALLOC_LIMBS (1 + max_n * 8 / GMP_LIMB_BITS); in main() 81 for (i = 1; i <= max_n; i++) in main()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
H A D | nouveau_nvkm_subdev_bios_pll.c | 284 info->vco1.max_n = 0xff; in nvbios_pll_parse() 298 info->vco2.max_n = 0x1f; in nvbios_pll_parse() 301 info->vco2.max_n = 0x28; in nvbios_pll_parse() 318 info->vco1.max_n = nvbios_rd08(bios, data + 21); in nvbios_pll_parse() 322 info->vco2.max_n = nvbios_rd08(bios, data + 25); in nvbios_pll_parse() 347 info->vco1.max_n = nvbios_rd08(bios, data + 17); in nvbios_pll_parse() 351 info->vco2.max_n = nvbios_rd08(bios, data + 21); in nvbios_pll_parse() 369 info->vco1.max_n = nvbios_rd08(bios, data + 11); in nvbios_pll_parse() 383 info->vco1.max_n = nvbios_rd08(bios, data + 16); in nvbios_pll_parse() 422 info->vco1.max_n = 0xff; in nvbios_pll_parse()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
H A D | nouveau_nvkm_subdev_clk_pllnv04.c | 48 int minN = info->vco1.min_n, maxN = info->vco1.max_n; in getMNP_single() 150 int minN1 = info->vco1.min_n, maxN1 = info->vco1.max_n; in getMNP_double() 152 int minN2 = info->vco2.min_n, maxN2 = info->vco2.max_n; in getMNP_double()
|
H A D | nouveau_nvkm_subdev_clk_gk20a.c | 65 .min_n = 8, .max_n = 255, 160 if (n > clk->params->max_n) in gk20a_pllg_calc_mnp() 168 if (n > clk->params->max_n) in gk20a_pllg_calc_mnp()
|
H A D | nouveau_nvkm_subdev_clk_pllgt215.c | 69 if (N > info->vco1.max_n) in gt215_pll_calc()
|
H A D | gk20a.h | 108 u32 min_n, max_n; member
|
H A D | nouveau_nvkm_subdev_clk_gm20b.c | 160 .min_n = 8, .max_n = 255, 252 if (n >> DFS_DET_RANGE > p->max_n) { in gm20b_dvfs_calc_ndiv() 254 n = p->max_n << DFS_DET_RANGE; in gm20b_dvfs_calc_ndiv()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | pll.h | 73 u8 max_n; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_rand.c | 313 const int max_n = 64; /* Pr(failure to generate) < 2^max_n */ in ossl_bn_gen_dsa_nonce_fixed_top() local 344 for (n = 0; n < max_n; n++) { in ossl_bn_gen_dsa_nonce_fixed_top()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | sh-dis.c | 498 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4; in print_insn_sh() local 506 for (n = 0; n < max_n; n++) in print_insn_sh()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | sh-dis.c | 498 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4; in print_insn_sh() local 506 for (n = 0; n < max_n; n++) in print_insn_sh()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
H A D | nouveau_dispnv04_hw.c | 276 pv.N1 >= pll_lim.vco1.min_n && pv.N1 <= pll_lim.vco1.max_n && in nouveau_hw_fix_bad_vpll()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-xtensa.c | 7578 size_t max_n = 0; in build_reloc_ranges() local 7604 if (n + 2 > max_n) in build_reloc_ranges() 7606 max_n = (max_n + 2) * 2; in build_reloc_ranges() 7607 ranges = bfd_realloc (ranges, max_n * sizeof (*ranges)); in build_reloc_ranges()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-xtensa.c | 7585 size_t max_n = 0; in build_reloc_ranges() local 7611 if (n + 2 > max_n) in build_reloc_ranges() 7613 max_n = (max_n + 2) * 2; in build_reloc_ranges() 7614 ranges = bfd_realloc (ranges, max_n * sizeof (*ranges)); in build_reloc_ranges()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_display.c | 834 int max_n; in g4x_find_best_dpll() local 843 max_n = limit->n.max; in g4x_find_best_dpll() 845 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) { in g4x_find_best_dpll() 865 max_n = clock.n; in g4x_find_best_dpll() 931 int max_n = min(limit->n.max, refclk / 19200); in vlv_find_best_dpll() local 939 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) { in vlv_find_best_dpll()
|