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

1 23 4 5 6 7 8 91011>>

  /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/src/examples/
zran.c 51 use of pointers in the state. The approach here allows for storage of the
254 struct point *here; local
263 here = index->list;
265 while (--ret && here[1].out <= offset)
266 here++;
277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
280 if (here->bits) {
286 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits))
    [all...]
  /external/chromium_org/third_party/zlib/
inflate.c 602 code here; /* current decoding table entry */ local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inflate.c 618 code here; /* current decoding table entry */ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
inflate.c 618 code here; /* current decoding table entry */ local
    [all...]
  /external/zlib/src/
inflate.c 618 code here; /* current decoding table entry */ local
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 126 /* do "if I'm here, I can also be there" etc without branches */
127 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
128 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
129 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
178 /* do "if I'm here, I can also be there" etc without branches */
179 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
180 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
181 #define ISSETBACK(v, n) ((v)[here - (n)]
    [all...]
  /build/core/combo/arch/arm/
armv5te.mk 5 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a.mk 7 # Note: Hard coding the 'tune' value here is probably not ideal,
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 10 * ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b3-bin.zip?modtime=1162486738&big_mirror=0
14 * closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
18 * jsdoc-toolkit: Download the latest release from here: http://code.google.com/p/jsdoc-toolkit/downloads/list
22 * jsunit: Download here: https://sourceforge.net/project/showfiles.php?group_id=28041&package_id=19823&release_id=404277
  /external/chromium_org/extensions/renderer/resources/
browser_test_environment_specific_bindings.js 9 // Use setTimeout here to allow previous test contexts to be
  /external/chromium_org/third_party/icu/source/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg2.asm 8 ;; in here!
  /external/conscrypt/src/main/native/
sub.mk 12 # Any shared/static libs that are listed here must also
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/llvm/test/MC/ARM/
eh-directive-cantunwind-diagnostics.s 27 @ CHECK: note: .cantunwind was specified here
47 @ CHECK: note: .cantunwind was specified here
67 @ CHECK: note: .personality was specified here
87 @ CHECK: note: .handlerdata was specified here
  /external/scrypt/
Android.mk 7 # These makefiles are here instead of being Android.mk files in the
  /libcore/dalvik/src/main/native/
sub.mk 11 # Any shared/static libs that are listed here must also
  /ndk/tests/build/no-installable-modules/jni/
Android.mk 10 # Import another module, which is not used by the one declared here.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
findnearmv.c 27 const MODE_INFO *here,
36 const MODE_INFO *above = here - xd->mode_info_stride;
37 const MODE_INFO *left = here - 1;
152 const MODE_INFO *here,
163 here,
  /external/libvpx/libvpx/vp8/common/
findnearmv.c 27 const MODE_INFO *here,
36 const MODE_INFO *above = here - xd->mode_info_stride;
37 const MODE_INFO *left = here - 1;
152 const MODE_INFO *here,
163 here,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.c 27 const MODE_INFO *here,
36 const MODE_INFO *above = here - xd->mode_info_stride;
37 const MODE_INFO *left = here - 1;
152 const MODE_INFO *here,
163 here,
  /external/chromium_org/v8/test/webkit/
dfg-weak-js-constant-silent-fill.js 30 a.f = 42; // WeakJSConstants corresponding to the o.f transition get created here.
31 var x = !d; // Silent spilling and filling happens here.
32 b.f = x; // The WeakJSConstants get reused here.
33 var y = !d; // Silent spilling and filling happens here.
34 c.f = y; // The WeakJSConstants get reused here.
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 36 <!-- TODO add a list of your included resources here, e.g. BMP and GIF
40 <!-- TODO add a list of all your structured resources here, e.g. HTML
45 <!-- TODO add all of your "string table" messages here. Remember to
  /external/e2fsprogs/intl/
finddomain.c 184 struct loaded_l10nfile *here = runp; local
188 free ((char *) here->filename);
189 free (here);

Completed in 4846 milliseconds

1 23 4 5 6 7 8 91011>>