HomeSort by relevance Sort by last modified time
    Searched refs:MAX_DEPTH (Results 1 - 20 of 20) sorted by null

  /external/ltp/testcases/kernel/containers/pidns/
pidns05.c 57 #define MAX_DEPTH 5
107 * create_nested_container() Recursively create MAX_DEPTH nested containers
156 pid_t pids[MAX_DEPTH];
157 pid_t pids_new[MAX_DEPTH];
160 kill(pids[MAX_DEPTH - 3], SIGKILL);
180 "the container %d", pids[MAX_DEPTH - 3]);
183 for (i = 0; i < MAX_DEPTH; i++) {
200 int count = MAX_DEPTH;
243 /* Waiting for the MAX_DEPTH number of containers to be created */
247 tst_resm(TINFO, " %d %s", MAX_DEPTH, readbuffer)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
BlurStack.java 65 private static final int MAX_DEPTH = 64;
70 private static final int DEPTH_SCALE = 256 / MAX_DEPTH;
73 * For each depth value {@code d} within [MIN_DEPTH,MAX_DEPTH], its blur disc
75 * {@code diskRadius} is {@code MAX_DEPTH-MIN_DEPTH+1}.
173 if (numBlendingLayers >= MAX_DEPTH) {
178 + blurStack.getDiskRadius(MAX_DEPTH)) / numBlendingLayers;
191 String s = "disparity range: " + MAX_DEPTH + ", " + MIN_DEPTH + "\n";
213 * 1(far) to MAX_DEPTH(near). Converts from openglDepth to stackDepth.
219 return MAX_DEPTH - (openglDepth / DEPTH_SCALE);
224 * 1(far) to MAX_DEPTH(near). Converts from stackDepth to openglDepth
    [all...]
  /external/elfutils/libdw/
dwarf_peel_type.c 51 #define MAX_DEPTH (8 * 8)
52 int max_depth = MAX_DEPTH; local
61 && max_depth-- > 0)
75 if (tag == DW_TAG_invalid || max_depth <= 0)
dwarf_aggregate_size.c 180 #define MAX_DEPTH 256
181 if (die == NULL || depth++ >= MAX_DEPTH)
  /art/test/074-gc-thrash/src/
Main.java 198 private static final int MAX_DEPTH = 61;
200 private static String strong[] = new String[MAX_DEPTH];
201 private static WeakReference weak[] = new WeakReference[MAX_DEPTH];
212 iter += MAX_DEPTH;
225 for (int i = 0; i < MAX_DEPTH; i++)
230 for (int i = 0; i < MAX_DEPTH; i++) {
237 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
252 for (int i = 0; i < MAX_DEPTH; i++) {
306 if (depth+1 < MAX_DEPTH)
  /external/llvm/tools/llvm-c-test/
calc.c 39 #define MAX_DEPTH 32
44 LLVMValueRef stack[MAX_DEPTH];
91 if (depth >= MAX_DEPTH) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
calc.c 39 #define MAX_DEPTH 32
44 LLVMValueRef stack[MAX_DEPTH];
91 if (depth >= MAX_DEPTH) {
  /external/grpc-grpc/src/core/lib/iomgr/
executor.cc 36 #define MAX_DEPTH 2
287 // If we already queued more than MAX_DEPTH number of closures on this
290 try_new_thread = ts->depth > MAX_DEPTH &&
  /external/ltp/testcases/kernel/fs/inode/
inode01.c 43 #define MAX_DEPTH 3
325 } else if (level < MAX_DEPTH) {
  /external/bcc/src/python/bcc/
table.py 738 MAX_DEPTH = 127
757 if self.n == StackTrace.MAX_DEPTH:
  /external/elfutils/tests/
varlocs.c 195 #define MAX_DEPTH 64
196 if (depth++ > MAX_DEPTH)
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 271 constexpr int32_t MAX_DEPTH = 100;
297 if (depth > MAX_DEPTH) {
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 312 #define MAX_DEPTH 32000
318 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/libxml2/
valid.c 360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
    [all...]
  /external/zxing/core/
core.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 629 milliseconds