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

  /external/curl/lib/
objnames-test08.sh 191 prev_match="no"
197 if test "x$prev_match" != "xyes"; then
200 prev_match="yes"
205 prev_match="no"
objnames-test10.sh 191 prev_match="no"
197 if test "x$prev_match" != "xyes"; then
200 prev_match="yes"
205 prev_match="no"
  /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;
  /toolchain/binutils/binutils-2.25/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
  /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
deflate.c     [all...]
  /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
deflate.c     [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.h 157 IPos prev_match; /* previous match */ member in struct:internal_state
deflate.c     [all...]
  /external/syslinux/com32/lib/zlib/
deflate.h 154 IPos prev_match; /* previous match */ member in struct:internal_state
deflate.c     [all...]
  /external/zlib/src/
deflate.h 157 IPos prev_match; /* previous match */ member in struct:internal_state
deflate.c     [all...]
  /external/libchrome/base/strings/
string_util.cc 788 for (size_t prev_match = str_length, write_offset = final_length; ;
792 size_t length = prev_match - read_offset;
803 prev_match = current_match;

Completed in 374 milliseconds