HomeSort by relevance Sort by last modified time
    Searched refs:here (Results 26 - 50 of 875) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Android.mk 12 # Add new folders with header files here
15 # Add new source files here
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here.val == 17)
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
infback.c 265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here.val == 17)
    [all...]
  /external/zlib/src/
infback.c 265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here.val == 17)
    [all...]
  /external/compiler-rt/test/asan/android_commands/
android_compile.py 7 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable
8 android_run = os.path.join(here, 'android_run.py')
  /external/llvm/lib/Support/
regexec.c 75 /* do "if I'm here, I can also be there" etc without branches */
76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
78 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
124 /* do "if I'm here, I can also be there" etc without branches */
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
127 #define ISSETBACK(v, n) ((v)[here - (n)]
    [all...]
  /external/valgrind/main/none/tests/ppc32/
lsw.stdout.exp 2 here is
17 here is a
32 HERE IS A S
47 here is
50 here is a stringH
53 HERE IS A S
  /external/valgrind/main/none/tests/ppc64/
lsw.stdout.exp 2 here is
17 here is a
32 HERE IS A S
47 here is
50 here is a stringH
53 HERE IS A S
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
Android.mk 12 # Add new source files here
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
Android.mk 11 # Add new source files here
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 73 /* do "if I'm here, I can also be there" etc without branches */
74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
75 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
76 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
122 /* do "if I'm here, I can also be there" etc without branches */
123 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
124 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
125 #define ISSETBACK(v, n) ((v)[here - (n)]
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override.h 64 // overriding here. Otherwise, we doing the 'redefine' trick, where
74 // on Windows. We don't include libc_override_redefine.h here.
75 // ReplaceSystemAlloc() is defined here instead.
90 #error Need to add support for your libc/OS here
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override.h 64 // overriding here. Otherwise, we doing the 'redefine' trick, where
86 #error Need to add support for your libc/OS here
  /external/clang/test/Preprocessor/
macro_paste_msextensions.c 12 #define comment /##/ dead tokens live here
  /external/clang/test/SemaCXX/
overload-decl.cpp 9 void f(int, Float); // expected-note {{previous declaration is here}}
13 void g(void); // expected-note {{previous declaration is here}}
20 void f(int); // expected-note {{previous declaration is here}}
25 void g(int); // expected-note {{previous declaration is here}}
26 void g(int, float); // expected-note {{previous declaration is here}}
29 static void g(float); // expected-note {{previous declaration is here}}
33 void h(); // expected-note {{previous declaration is here}} \
34 expected-note {{previous declaration is here}}
39 int main() {} // expected-note {{previous definition is here}}
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
Android.mk 14 # Add new folders with header files here
19 # Add new source files here
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mr_dissim.c 104 const MODE_INFO *here = tmp; local
105 const MODE_INFO *above = here - cm->mode_info_stride;
106 const MODE_INFO *left = here - 1;
125 right = here + 1;
133 below = here + cm->mode_info_stride;
154 right = here + 1;
162 below = here + cm->mode_info_stride;
195 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
196 abs(max_mvx - here->mbmi.mv.as_mv.row));
197 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 103 const MODE_INFO *here = tmp; local
104 const MODE_INFO *above = here - cm->mode_info_stride;
105 const MODE_INFO *left = here - 1;
124 right = here + 1;
132 below = here + cm->mode_info_stride;
153 right = here + 1;
161 below = here + cm->mode_info_stride;
194 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
195 abs(max_mvx - here->mbmi.mv.as_mv.row));
196 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c 103 const MODE_INFO *here = tmp; local
104 const MODE_INFO *above = here - cm->mode_info_stride;
105 const MODE_INFO *left = here - 1;
124 right = here + 1;
132 below = here + cm->mode_info_stride;
153 right = here + 1;
161 below = here + cm->mode_info_stride;
194 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
195 abs(max_mvx - here->mbmi.mv.as_mv.row));
196 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col)
    [all...]
  /frameworks/base/core/java/android/text/
AutoText.java 133 int here = mTrie[TRIE_ROOT]; local
138 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) {
139 if (c == mTrie[here + TRIE_C]) {
141 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) {
142 int off = mTrie[here + TRIE_OFF];
148 here = mTrie[here + TRIE_CHILD];
153 if (here == TRIE_NULL)
    [all...]
  /external/llvm/test/MC/ARM/AlignedBundling/
pad-align-to-bundle-end.s 14 # No padding required here because bx just happens to be in the
24 # A 4-byte padding is needed here
35 # A 12-byte padding is needed here to push the group to the end of the next
  /external/llvm/test/MC/ARM/
eh-directive-personalityindex-diagnostics.s 29 @ CHECK: note: .cantunwind was specified here
45 @ CHECK: note: .handlerdata was specified here
61 @ CHECK: note: .personality was specified here
64 @ CHECK: note: .personalityindex was specified here
80 @ CHECK: note: .personalityindex was specified here
83 @ CHECK: note: .personalityindex was specified here
dwarf-cfi-initial-state.s 14 # field, we can check that here too.
  /external/clang/test/CXX/temp/temp.spec/
p5.cpp 20 expected-note{{requested here}}
  /external/llvm/test/MC/COFF/
symbol-alias.s 26 # Order is important here. Assign _bar_alias_alias before _bar_alias.

Completed in 1277 milliseconds

12 3 4 5 6 7 8 91011>>