Lines Matching defs:n_max
2072 const int n_max = 3000 / GMP_NUMB_BITS;
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);
2117 for (nbits = 2; nbits <= n_max * GMP_NUMB_BITS; )