Home
last modified time | relevance | path

Searched refs:mp_sub (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c456 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub() function
824 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) { in mp_invmod_slow()
849 if ((res = mp_sub (&D, &x, &D)) != MP_OKAY) { in mp_invmod_slow()
865 if ((res = mp_sub (&u, &v, &u)) != MP_OKAY) { in mp_invmod_slow()
869 if ((res = mp_sub (&A, &C, &A)) != MP_OKAY) { in mp_invmod_slow()
873 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) { in mp_invmod_slow()
878 if ((res = mp_sub (&v, &u, &v)) != MP_OKAY) { in mp_invmod_slow()
882 if ((res = mp_sub (&C, &A, &C)) != MP_OKAY) { in mp_invmod_slow()
886 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) { in mp_invmod_slow()
912 if ((res = mp_sub(&C, b, &C)) != MP_OKAY) { in mp_invmod_slow()
[all …]
Dbignum.c161 if (mp_sub((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) { in bignum_sub()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2007-11-30-LoadFolding-Bug.ll72 tail call fastcc void @mp_sub( i32 0, i32 %radix, i32* %in, i32* %tmp2, i32* %tmp2 )
80 declare fastcc void @mp_sub(i32, i32, i32*, i32*, i32*)
/external/llvm/test/CodeGen/X86/
D2007-11-30-LoadFolding-Bug.ll72 tail call fastcc void @mp_sub( i32 0, i32 %radix, i32* %in, i32* %tmp2, i32* %tmp2 )
80 declare fastcc void @mp_sub(i32, i32, i32*, i32*, i32*)