Searched defs:INCR (Results 1 - 2 of 2) 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 ) {
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h276 INCR = 0x1E02, enumerator in enum:WebCore::GraphicsContext3D::__anon13286

Completed in 92 milliseconds