Lines Matching refs:kstep
5861 mp_digit res_tab[PRIME_SIZE], step, kstep;5909 kstep = 4;5911 kstep = 2;5950 step += kstep;5955 res_tab[x] += kstep;5967 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep));5975 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep)) {