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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec_naf.c65 int i, twowm1, mask; local
67 twowm1 = ec_twoTo(w - 1);
68 mask = 2 * twowm1 - 1;
78 if (out[i] >= twowm1)
79 out[i] -= 2 * twowm1;

Completed in 28 milliseconds