Home
last modified time | relevance | path

Searched refs:MAX_RANGE (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/test/unit/
Dprng.c142 #define MAX_RANGE 10000000 in test_prng_range_u32() macro
146 for (range = 2; range < MAX_RANGE; range += RANGE_STEP) { in test_prng_range_u32()
162 #define MAX_RANGE 10000000 in test_prng_range_u64() macro
166 for (range = 2; range < MAX_RANGE; range += RANGE_STEP) { in test_prng_range_u64()
182 #define MAX_RANGE 10000000 in test_prng_range_zu() macro
186 for (range = 2; range < MAX_RANGE; range += RANGE_STEP) { in test_prng_range_zu()
/external/libchrome/third_party/jinja2/
Dsandbox.py28 MAX_RANGE = 100000 variable
152 if len(rng) > MAX_RANGE:
154 MAX_RANGE)
/external/python/jinja/src/jinja2/
Dsandbox.py18 MAX_RANGE = 100000 variable
94 if len(rng) > MAX_RANGE:
/external/python/jinja/tests/
Dtest_api.py153 from jinja2.sandbox import SandboxedEnvironment, MAX_RANGE
159 t.render(total=MAX_RANGE + 1)
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1731 #define MAX_RANGE 256 macro
1891 if ((range < MIN_RANGE) || (range > MAX_RANGE) || (interval < MIN_INTERVAL) || in full_pixel_exhaustive_new()
1902 range = VPXMIN(range, MAX_RANGE); in full_pixel_exhaustive_new()
2601 if ((range < MIN_RANGE) || (range > MAX_RANGE) || (interval < MIN_INTERVAL) || in full_pixel_exhaustive()
2610 range = VPXMIN(range, MAX_RANGE); in full_pixel_exhaustive()