OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x1y1
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtommath/
bn_mp_karatsuba_mul.c
49
mp_int x0, x1, y0, y1, t1, x0y0,
x1y1
;
local
76
if (mp_init_size (&
x1y1
, B * 2) != MP_OKAY)
118
/* now calc the products x0y0 and
x1y1
*/
121
goto
X1Y1
; /* x0y0 = x0*y0 */
122
if (mp_mul (&x1, &y1, &
x1y1
) != MP_OKAY)
123
goto
X1Y1
; /*
x1y1
= x1*y1 */
127
goto
X1Y1
; /* t1 = x1 - x0 */
129
goto
X1Y1
; /* t2 = y1 - y0 */
131
goto
X1Y1
; /* t1 = (x1 + x0) * (y1 + y0) *
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
4143
mp_int x0, x1, y0, y1, t1, x0y0,
x1y1
;
local
[
all
...]
Completed in 434 milliseconds