HomeSort by relevance Sort by last modified time
    Searched refs:END (Results 1 - 25 of 1489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/cpu_ref/linkloader/utils/
flush_cpu_cache.h 32 #define FLUSH_CPU_CACHE(BEGIN, END) \
33 cacheflush(((long)(BEGIN)), ((long)(END)), 0)
41 #define FLUSH_CPU_CACHE(BEGIN, END) \
42 _flush_cache(reinterpret_cast<char*>(BEGIN), END-BEGIN+1, BCACHE);
48 #define FLUSH_CPU_CACHE(BEGIN, END) do { } while (0)
  /external/e2fsprogs/misc/
profile-to-c.awk 10 END {
  /external/chromium_org/third_party/icu/android/
patch_locale.sh 10 cat >curr/reslocal.mk <<END
15 END
19 cat >region/reslocal.mk <<END
24 END
  /external/chromium_org/third_party/sqlite/src/
mkopcodec.awk 26 END {
  /external/chromium_org/third_party/sqlite/src/tool/
opcodeDoc.awk 21 END {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingChroma_unsafe_s.s 20 END
  /bionic/libc/arch-x86/bionic/
__get_sp.S 34 END(__get_sp)
  /development/host/windows/usb/api/
AdbWinApi.rc 43 END
49 END
85 END
86 END
90 END
91 END
103 END
  /development/host/windows/usb/winusb/
AdbWinUsbApi.rc 43 END
49 END
85 END
86 END
90 END
91 END
103 END
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 40 // IMPORTANT - All keyword matches should be between START and END
42 public static final int END = START + 2048;
43 // IMPORTANT -- This should be < END
44 public static final int ID = END - 1;
45 public static final int SAFE = END - 2;
47 public static final int WHITESPACE = END + 1;
48 public static final int DIGIT = END + 2;
49 public static final int ALPHA = END + 3;
208 if (tok > START && tok < END) {
236 } else if (tok > END) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 8 inline_grammar( <<-'END' )
18 END
20 inline_grammar( <<-'END' )
30 END
32 inline_grammar( <<-'END' )
42 END
44 inline_grammar( <<-'END' )
53 END
55 inline_grammar( <<-END )
65 END
    [all...]
  /bionic/libc/arch-arm/bionic/
__get_sp.S 34 END(__get_sp)
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
frag-add.sh 8 END
frag-cb-2d.sh 9 END
frag-dp3.sh 8 END
frag-dp4.sh 8 END
frag-dst.sh 8 END
frag-lit.sh 8 END
frag-mad-immx.sh 10 END
frag-max.sh 10 END
frag-min.sh 10 END
frag-mov.sh 8 END
frag-mul.sh 10 END
frag-srcmod-swz.sh 8 END
frag-sub.sh 8 END

Completed in 725 milliseconds

1 2 3 4 5 6 7 8 91011>>