Home | History | Annotate | Download | only in nvmectl

Lines Matching defs:lshift_digits

157 lshift_digits(mp_int * a, int b)
272 if ((res = lshift_digits(c, b / DIGIT_BIT)) != MP_OKAY) {
1051 if ((res = lshift_digits(&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
1115 if ((res = lshift_digits(&t1, i - t - 1)) != MP_OKAY) {
1128 if ((res = lshift_digits(&t1, i - t - 1)) != MP_OKAY) {
2029 if ((res = lshift_digits(&w1, 1*B)) != MP_OKAY) {
2032 if ((res = lshift_digits(&w2, 2*B)) != MP_OKAY) {
2035 if ((res = lshift_digits(&w3, 3*B)) != MP_OKAY) {
2038 if ((res = lshift_digits(&w4, 4*B)) != MP_OKAY) {
2198 if (lshift_digits(&t1, B) != MP_OKAY) {
2201 if (lshift_digits(&x1y1, B * 2) != MP_OKAY) {
2629 if ((res = lshift_digits(&q, um + 1)) != MP_OKAY) {
2896 if ((res = lshift_digits(&w1, 1*B)) != MP_OKAY) {
2899 if ((res = lshift_digits(&w2, 2*B)) != MP_OKAY) {
2902 if ((res = lshift_digits(&w3, 3*B)) != MP_OKAY) {
2905 if ((res = lshift_digits(&w4, 4*B)) != MP_OKAY) {
3004 if (lshift_digits(&t1, B) != MP_OKAY) {
3007 if (lshift_digits(&x1x1, B * 2) != MP_OKAY) {
5312 return lshift_digits(r, n) == MP_OKAY;
5322 return lshift_digits(r, 1) == MP_OKAY;