OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_tab
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtommath/
bn_mp_prime_next_prime.c
26
mp_digit
res_tab
[PRIME_SIZE], step, kstep;
local
97
if ((err = mp_mod_d(a, ltm_prime_tab[x],
res_tab
+ x)) != MP_OKAY) {
120
res_tab
[x] += kstep;
123
if (
res_tab
[x] >= ltm_prime_tab[x]) {
124
res_tab
[x] -= ltm_prime_tab[x];
128
if (
res_tab
[x] == 0) {
/external/dropbear/libtommath/pre_gen/
mpi.c
5861
mp_digit
res_tab
[PRIME_SIZE], step, kstep;
local
[
all
...]
Completed in 32 milliseconds