Searched refs:MP_RANGE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmplogic.c151 ARGCHK(ix <= MP_USED(a) - 1, MP_RANGE);
176 ARGCHK(MP_HOWMANY(lsbNum, MP_DIGIT_BIT) <= MP_USED(a), MP_RANGE); local
H A Dmpi.c72 "argument out of range", /* MP_RANGE */
567 return MP_RANGE;
1015 return MP_RANGE;
1132 return MP_RANGE;
1221 return MP_RANGE;
1325 return MP_RANGE;
1507 return MP_RANGE;
1790 return MP_RANGE;
1933 return MP_RANGE;
2219 return MP_RANGE;
[all...]
H A Dmpi.h119 #define MP_RANGE -3 /* argument out of range */ macro
H A Decl_gf.c245 if (res == MP_RANGE) {

Completed in 42 milliseconds