HomeSort by relevance Sort by last modified time
    Searched defs:here (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /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/python/cpython2/Modules/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...]
inflate.c 618 code here; /* current decoding table entry */ local
    [all...]
  /external/python/cpython3/Modules/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...]
inflate.c 635 code here; /* current decoding table entry */ local
    [all...]
  /external/syslinux/com32/lib/zlib/
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...]
  /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/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...]
inflate.c 635 code here; /* current decoding table entry */ local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb32.s 375 here: label
379 ldrd r4, r5, here
  /toolchain/binutils/binutils-2.27/zlib/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...]
  /toolchain/binutils/binutils-2.27/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...]
  /frameworks/base/core/java/android/os/
ShellCommand.java 95 RuntimeException here = new RuntimeException("here"); local
96 here.fillInStackTrace();
97 Slog.d(TAG, "Starting command " + mCmd + " on " + mTarget, here);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 330 RuntimeException here = new RuntimeException("here"); local
331 here.fillInStackTrace();
332 Log.i(TAG, "Unbinding " + conn, here);
384 RuntimeException here = new RuntimeException("here"); local
385 here.fillInStackTrace();
386 Log.i(TAG, "Binding " + mCurConnection, here);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.c 618 code here; /* current decoding table entry */ local
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 635 code here; /* current decoding table entry */ local
    [all...]
  /external/capstone/bindings/vb6/
mMisc.bas 170 'a version which supports more formats is here:
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
UtilityTest.java 246 String here = TestFmwk.sourceLocation(); local
249 assertTrue("here < there < hereAgain", here.compareTo(there) < 0 && there.compareTo(hereAgain) < 0);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
UtilityTest.java 243 String here = TestFmwk.sourceLocation(); local
246 assertTrue("here < there < hereAgain", here.compareTo(there) < 0 && there.compareTo(hereAgain) < 0);
  /external/zlib/src/contrib/infback9/
infback9.c 244 code here; /* current decoding table entry */ local
385 here = lencode[BITS(lenbits)];
386 if ((unsigned)(here.bits) <= bits) break;
389 if (here.val < 16) {
390 NEEDBITS(here.bits);
391 DROPBITS(here.bits);
392 state->lens[state->have++] = here.val;
395 if (here.val == 16) {
396 NEEDBITS(here.bits + 2);
397 DROPBITS(here.bits)
    [all...]
  /frameworks/base/core/java/android/text/
AutoText.java 132 int here = mTrie[TRIE_ROOT]; local
137 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) {
138 if (c == mTrie[here + TRIE_C]) {
140 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) {
141 int off = mTrie[here + TRIE_OFF];
147 here = mTrie[here + TRIE_CHILD];
152 if (here == TRIE_NULL)
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rwops.h 133 Uint8 *here; member in struct:SDL_RWops::__anon245::__anon248
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rwops.h 133 Uint8 *here; member in struct:SDL_RWops::__anon354::__anon357
  /prebuilts/misc/windows/sdl2/include/
SDL_rwops.h 133 Uint8 *here; member in struct:SDL_RWops::__anon433::__anon436

Completed in 1009 milliseconds

1 2 34 5 6 7