OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KARATSUBA_MUL_CUTOFF
(Results
1 - 8
of
8
) sorted by null
/external/dropbear/libtommath/
bncore.c
27
int
KARATSUBA_MUL_CUTOFF
= 80, /* Min. number of digits before Karatsuba multiplication is used. */
bn_mp_mul.c
32
if (MIN (a->used, b->used) >=
KARATSUBA_MUL_CUTOFF
) {
tommath.h
158
extern int
KARATSUBA_MUL_CUTOFF
,
/external/dropbear/libtommath/etc/
tune.c
71
KARATSUBA_MUL_CUTOFF
= size;
73
KARATSUBA_MUL_CUTOFF
= 100000;
134
printf("
KARATSUBA_MUL_CUTOFF
= %d\n", y);
/external/dropbear/libtommath/demo/
timing.c
153
old_kara_m =
KARATSUBA_MUL_CUTOFF
;
158
KARATSUBA_MUL_CUTOFF
= (ix == 0) ? 9999 : old_kara_m;
demo.c
392
KARATSUBA_SQR_CUTOFF =
KARATSUBA_MUL_CUTOFF
= 8;
/external/wpa_supplicant_8/src/tls/
libtommath.c
506
if (MIN (a->used, b->used) >=
KARATSUBA_MUL_CUTOFF
) {
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
[
all
...]
Completed in 58 milliseconds