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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_prime_next_prime.c28 mp_digit res_tab[PRIME_SIZE], step, kstep; local
76 kstep = 4;
78 kstep = 2;
117 step += kstep;
122 res_tab[x] += kstep;
134 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep));
142 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep)) {
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dvideo_subr.c68 kstep = len == 0 ? 0 : 1; \
77 k += kstep; \
119 int i, j, k, len, step, kstep; \

Completed in 109 milliseconds