Home
last modified time | relevance | path

Searched refs:mp_add (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2007-11-30-LoadFolding-Bug.ll71 tail call fastcc void @mp_add( i32 0, i32 %radix, i32* %tmp1, i32* %tmp2, i32* %tmp1 )
78 declare fastcc void @mp_add(i32, i32, i32*, i32*, i32*)
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2007-11-30-LoadFolding-Bug.ll71 tail call fastcc void @mp_add( i32 0, i32 %radix, i32* %tmp1, i32* %tmp2, i32* %tmp1 )
78 declare fastcc void @mp_add(i32, i32, i32*, i32*, i32*)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2007-11-30-LoadFolding-Bug.ll71 tail call fastcc void @mp_add( i32 0, i32 %radix, i32* %tmp1, i32* %tmp2, i32* %tmp1 )
78 declare fastcc void @mp_add(i32, i32, i32*, i32*, i32*)
/external/wpa_supplicant_8/src/tls/
Dbignum.c143 if (mp_add((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) { in bignum_add()
Dlibtommath.c424 static int mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add() function
575 res = mp_add (b, &t, c); in mp_mod()
821 if ((res = mp_add (&A, &y, &A)) != MP_OKAY) { in mp_invmod_slow()
846 if ((res = mp_add (&C, &y, &C)) != MP_OKAY) { in mp_invmod_slow()
905 if ((res = mp_add(&C, b, &C)) != MP_OKAY) { in mp_invmod_slow()
1650 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div()
1838 if ((res = mp_add (&x, &t1, &x)) != MP_OKAY) { in mp_div()
2318 if ((res = mp_add (x, &q, x)) != MP_OKAY) { in mp_reduce()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_wolfssl.c1108 return mp_add((mp_int *) a, (mp_int *) b, in crypto_bignum_add()
1154 return mp_add((mp_int *) a, (mp_int *) b, in crypto_bignum_sub()