OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_ITERATIONS
(Results
1 - 8
of
8
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
BigIntegers.java
11
private static final int
MAX_ITERATIONS
= 1000;
93
for (int i = 0; i <
MAX_ITERATIONS
; ++i)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h
6
#define
MAX_ITERATIONS
8
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h
6
#define
MAX_ITERATIONS
8
/cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp
112
enum {
MAX_ITERATIONS
= 1000 };
182
mIteration =
MAX_ITERATIONS
;
185
if (mIteration <
MAX_ITERATIONS
) {
190
mIteration =
MAX_ITERATIONS
;
194
if (mIteration >=
MAX_ITERATIONS
) {
/external/openssl/crypto/bn/
bn_gf2m.c
100
#define
MAX_ITERATIONS
50
1001
} while (BN_is_zero(w) && (count <
MAX_ITERATIONS
));
/external/opencv/cv/src/
cvemd.cpp
61
#define
MAX_ITERATIONS
500
275
for( itr = 1; itr <
MAX_ITERATIONS
; itr++ )
[
all
...]
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 83 milliseconds