Home
last modified time | relevance | path

Searched refs:kstep (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_prime_next_prime.c26 mp_digit res_tab[PRIME_SIZE], step, kstep; in mp_prime_next_prime() local
74 kstep = 4; in mp_prime_next_prime()
76 kstep = 2; in mp_prime_next_prime()
115 step += kstep; in mp_prime_next_prime()
120 res_tab[x] += kstep; in mp_prime_next_prime()
132 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep)); in mp_prime_next_prime()
140 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep)) { in mp_prime_next_prime()
/external/dropbear/libtommath/pre_gen/
Dmpi.c5861 mp_digit res_tab[PRIME_SIZE], step, kstep; in mp_prime_next_prime() local
5909 kstep = 4; in mp_prime_next_prime()
5911 kstep = 2; in mp_prime_next_prime()
5950 step += kstep; in mp_prime_next_prime()
5955 res_tab[x] += kstep; in mp_prime_next_prime()
5967 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep)); in mp_prime_next_prime()
5975 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep)) { in mp_prime_next_prime()