Home | History | Annotate | Download | only in nvmectl

Lines Matching defs:MP_YES

78 #define MP_YES		1
92 #define MP_ISZERO(a) (((a)->used == 0) ? MP_YES : MP_NO)
990 if (MP_ISZERO(b) == MP_YES) {
1307 if (MP_ISZERO(b) == MP_YES) {
1431 if (b->sign == MP_NEG || MP_ISZERO(b) == MP_YES) {
1583 if (b->sign == MP_NEG || MP_ISZERO(b) == MP_YES) {
1625 return MP_YES;
1633 return (iy >= (a->used/2)) ? MP_YES : MP_NO;
3491 return MP_YES;
3510 return MP_YES;
4342 if (mp_reduce_is_2k_l(P) == MP_YES) {
4529 *result = MP_YES;
4821 *result = MP_YES;
4866 if (res == MP_YES) {
4889 *result = MP_YES;
4916 if (MP_ISZERO(a) == MP_YES) {
4972 if (MP_ISZERO(a) == MP_YES) {
5129 if (BN_is_zero(a) == MP_YES) {
5132 if (BN_is_zero(b) == MP_YES) {