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

  /external/curl/tests/
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;
  /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/python/cpython2/Modules/zlib/
deflate.h 160 IPos prev_match; /* previous match */ member in struct:internal_state
deflate.c     [all...]
  /external/u-boot/lib/zlib/
deflate.h 154 IPos prev_match; /* previous match */ member in struct:internal_state
deflate.c     [all...]
  /external/zlib/src/
deflate.h 160 IPos prev_match; /* previous match */ member in struct:internal_state
deflate.c     [all...]
  /external/u-boot/drivers/mmc/
omap_hsmmc.c 617 u8 cur_match, prev_match = 0; local
641 if (prev_match) {
654 prev_match = cur_match;
    [all...]

Completed in 221 milliseconds