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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmplogic.c67 mpl_lsh(a, b, d) - b = a << d
89 /* {{{ mpl_lsh(a, b, d) */
91 mp_err mpl_lsh(const mp_int *a, mp_int *b, mp_digit d) function
102 } /* end mpl_lsh() */

Completed in 243 milliseconds