HomeSort by: relevance | last modified time | path
    Searched refs:MP_OKAY (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/nvmectl/
bignum.c 152 return MP_OKAY;
164 return MP_OKAY;
169 if ((res = mp_grow(a, a->used + b)) != MP_OKAY) {
193 return MP_OKAY;
226 return MP_OKAY;
234 if ((res = mp_grow(b, a->used)) != MP_OKAY) {
247 return MP_OKAY;
259 if ((res = mp_copy(a, c)) != MP_OKAY) {
265 if ((res = mp_grow(c, c->used + b / DIGIT_BIT + 1)) != MP_OKAY) {
272 if ((res = lshift_digits(c, b / DIGIT_BIT)) != MP_OKAY) {
    [all...]
bn.h 76 #define MP_OKAY 0

Completed in 222 milliseconds