Searched refs:MP_MEM (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c105 res = MP_MEM;
146 res = MP_MEM;
191 res = MP_MEM;
348 res = MP_MEM;
356 res = MP_MEM;
H A Decp_mont.c72 res = MP_MEM;
H A Decp_jm.c290 res = MP_MEM;
H A Dmpi.h118 #define MP_MEM -2 /* out of memory */ macro
H A Dmpi.c71 "out of memory", /* MP_MEM */
118 MP_MEM if memory could not be allocated for the structure.
135 precision; returns MP_OKAY if successful, or MP_MEM if memory could
145 return MP_MEM;
163 successful, MP_MEM if memory could not be allocated for the new
175 return MP_MEM;
226 return MP_MEM;
2789 return MP_MEM;

Completed in 44 milliseconds