Searched refs:mp_print (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-priv.h60 #define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);}
H A Dmpi.h324 void mp_print(mp_int *mp, FILE *ofp);
H A Dmpi.c2447 /* {{{ mp_print(mp, ofp) */
2451 mp_print(mp, ofp)
2457 void mp_print(mp_int *mp, FILE *ofp) function
2470 } /* end mp_print() */

Completed in 3314 milliseconds