Searched defs:MP_OKAY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h115 #define MP_OKAY 0 /* no error, all is well */ macro
355 #define MP_CHECKOK(x) if (MP_OKAY > (res = (x))) goto CLEANUP
356 #define MP_CHECKERR(x) if (MP_OKAY > (res = (x))) goto CLEANUP

Completed in 885 milliseconds