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

  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_stack_max_size.sh 16 MAX_STACK_SIZE=8192
20 while [ $i -lt $MAX_STACK_SIZE ]; do
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 78 private static final int MAX_STACK_SIZE = 4096;
537 prefix = new short[MAX_STACK_SIZE];
540 suffix = new byte[MAX_STACK_SIZE];
543 pixelStack = new byte[MAX_STACK_SIZE + 1];
623 if (available < MAX_STACK_SIZE) {
627 if (((available & codeMask) == 0) && (available < MAX_STACK_SIZE)) {
  /external/selinux/libselinux/utils/
Makefile 15 MAX_STACK_SIZE=8192
28 -Wno-format-nonliteral -Wframe-larger-than=$(MAX_STACK_SIZE) -Wp,-D_FORTIFY_SOURCE=2 \
  /external/selinux/libselinux/src/
Makefile 56 MAX_STACK_SIZE=32768
72 -Wno-format-nonliteral -Wframe-larger-than=$(MAX_STACK_SIZE) \
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/1.0.0-SNAPSHOT/
gifdecoder-1.0.0-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 156 milliseconds