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

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DSHA1PRNG_SecureRandomTest.java34 private static final int INCR = 2; // constant defining loop increment field in class:SHA1PRNG_SecureRandomTest
91 for ( int i = 0; i < LENGTH; i+=INCR ) {
133 for ( int i = 1; i < LENGTH; i+=INCR ) {
143 for ( int k = 1; k < LENGTH; k+=INCR ) {
159 for ( int n = 1; n < LENGTH; n+=INCR ) {
200 for ( int i = 1; i < LENGTH/2; i+=INCR ) {
255 for ( int i = 1; i < LENGTH/2; i+=INCR ) {
290 for ( int n = 1; n < LENGTH; n+=INCR ) {

Completed in 354 milliseconds