HomeSort by: relevance | last modified time | path
    Searched defs:signed_add (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/nvmectl/
bignum.c 816 signed_add(mp_int * a, mp_int * b, mp_int * c) function in typeref:typename:int
1131 if ((res = signed_add(&x, &t1, &x)) != MP_OKAY) {
1189 res = signed_add(b, &t, c);
1410 if ((res = signed_add(&D, b, &D)) != MP_OKAY) {
1475 if ((res = signed_add(&A, &y, &A)) != MP_OKAY) {
1500 if ((res = signed_add(&C, &y, &C)) != MP_OKAY) {
1559 if ((res = signed_add(&C, b, &C)) != MP_OKAY) {
1868 if ((res = signed_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
1874 if ((res = signed_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
1881 if ((res = signed_add(&tmp2, &b1, &tmp2)) != MP_OKAY)
    [all...]

Completed in 14 milliseconds