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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl_mult.c275 ai = MP_GET_BIT(a, 2 * i + 1);
277 ai |= MP_GET_BIT(a, 2 * i);
278 bi = MP_GET_BIT(b, 2 * i + 1);
280 bi |= MP_GET_BIT(b, 2 * i);
H A Decp_jac.c368 ni = MP_GET_BIT(n, 4 * i + 3);
370 ni |= MP_GET_BIT(n, 4 * i + 2);
372 ni |= MP_GET_BIT(n, 4 * i + 1);
374 ni |= MP_GET_BIT(n, 4 * i);
523 ai = MP_GET_BIT(a, 2 * i + 1);
525 ai |= MP_GET_BIT(a, 2 * i);
526 bi = MP_GET_BIT(b, 2 * i + 1);
528 bi |= MP_GET_BIT(b, 2 * i);
H A Dec2_aff.c246 b3 = MP_GET_BIT(&k3, i);
247 b1 = MP_GET_BIT(&k, i);
H A Decp_aff.c259 b3 = MP_GET_BIT(&k3, i);
260 b1 = MP_GET_BIT(&k, i);
H A Decl-priv.h62 #define MP_GET_BIT(a, i) \ macro

Completed in 43 milliseconds