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

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/samples/module-exports/jni/bar/
bar.h 4 /* FOO should be defined to '1' here with the magic of LOCAL_EXPORT_CFLAGS */
6 #error FOO should be defined here !
10 #error FOO is not correctly defined here !
  /external/valgrind/main/none/tests/
sigstackgrowth.c 33 char here; local
35 if (&here < deep) {
47 char here; local
48 deep = &here - SIZE;
  /development/ndk/samples/module-exports/jni/foo/
foo.c 6 #error FOO is not defined here !
10 #error FOO is incorrectly defined here !
  /external/mesa3d/src/glsl/glcpp/tests/
063-comments.c 15 more code here
  /external/zlib/contrib/infback9/
infback9.c 245 code here; /* current decoding table entry */ local
387 here = lencode[BITS(lenbits)];
388 if ((unsigned)(here.bits) <= bits) break;
391 if (here.val < 16) {
392 NEEDBITS(here.bits);
393 DROPBITS(here.bits);
394 state->lens[state->have++] = here.val;
397 if (here.val == 16) {
398 NEEDBITS(here.bits + 2);
399 DROPBITS(here.bits)
    [all...]
  /external/zlib/
inftrees.c 53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here.op = (unsigned char)(extra[work[sym]])
    [all...]
inffast.c 90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here = dcode[hold & dmask]
    [all...]
infback.c 256 code here; /* current decoding table entry */ local
392 here = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(here.bits) <= bits) break;
396 if (here.val < 16) {
397 NEEDBITS(here.bits);
398 DROPBITS(here.bits);
399 state->lens[state->have++] = here.val;
402 if (here.val == 16) {
403 NEEDBITS(here.bits + 2);
404 DROPBITS(here.bits)
    [all...]
inflate.c 602 code here; /* current decoding table entry */ local
    [all...]
  /bionic/libc/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/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
  /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/clang/test/Preprocessor/
macro_paste_msextensions.c 12 #define comment /##/ dead tokens live here
  /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/libvpx/examples/includes/geshi/geshi/
vim.php 78 '-nargs' # TODO There are zillions of commands to be added here from http://vimdoc.sourceforge.net/htmldoc/usr_toc.html
  /external/ppp/pppd/plugins/pppoatm/
ans.c 200 char *here; local
213 here = strchr(buffer,'#');
214 if (here) *here = 0;
231 const char *prefix,*here; local
234 here = strchr(addr,0);
235 while (here > prefix) {
236 *buf++ = *--here;
239 while (here > addr) *buf++ = *addr++;
  /external/zlib/examples/
zran.c 46 use of pointers in the state. The approach here allows for storage of the
249 struct point *here; local
258 here = index->list;
260 while (--ret && here[1].out <= offset)
261 here++;
272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
275 if (here->bits) {
281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits))
    [all...]
  /build/core/combo/arch/arm/
armv5te.mk 11 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a.mk 13 # Note: Hard coding the 'tune' value here is probably not ideal,
  /external/icu4c/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /libcore/dalvik/src/main/native/
sub.mk 11 # Any shared/static libs that are listed here must also
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 170 + _GCC_FILE_LINE_RE + r'instantiated from here\n'
177 r'::operator Action<.*>\' requested here')
190 gcc_regex = (_GCC_FILE_LINE_RE + r'(instantiated from here\n.'
217 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
227 r'::operator Action<void \(.*\)>\' requested here')
235 r'requested here')
254 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n'
265 r'PrintValue\' requested here')
416 _GCC_FILE_LINE_RE + r'instantiated from here\n'
425 r'Action<(?P<type>.*)\(\)>\' requested here')
    [all...]
  /external/e2fsprogs/intl/
finddomain.c 184 struct loaded_l10nfile *here = runp; local
188 free ((char *) here->filename);
189 free (here);

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 91011>>