HomeSort by relevance Sort by last modified time
    Searched defs:prev_match (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gprof/
sym_ids.c 36 Sym *prev_match; /* Previous match. */
244 if (m->prev_match != sym - 1)
264 m->prev_match = sym;
35 Sym *prev_match; \/* Previous match. *\/ member in struct:match
  /external/zopfli/src/zopfli/
lz77.c 383 unsigned prev_match = 0; local
405 prevlengthscore = GetLengthScore(prev_length, prev_match);
413 prev_match = dist;
419 dist = prev_match;
435 prev_match = dist;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 157 IPos prev_match; /* previous match */ member in struct:internal_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 154 IPos prev_match; /* previous match */ member in struct:internal_state
  /external/python/cpython2/Modules/zlib/
deflate.h 157 IPos prev_match; /* previous match */ member in struct:internal_state
  /external/python/cpython3/Modules/zlib/
deflate.h 160 IPos prev_match; /* previous match */ member in struct:internal_state
  /external/syslinux/com32/lib/zlib/
deflate.h 154 IPos prev_match; /* previous match */ member in struct:internal_state
  /external/zlib/src/
deflate.h 160 IPos prev_match; /* previous match */ member in struct:internal_state
  /toolchain/binutils/binutils-2.27/zlib/
deflate.h 157 IPos prev_match; /* previous match */ member in struct:internal_state

Completed in 304 milliseconds