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

  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch] define
214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
  /toolchain/binutils/binutils-2.27/zlib/contrib/gcc_gvmat64/
gvmat64.S 137 printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s)));
165 #define good_match [ rcx + dsGoodMatch] define
214 //;;; if (s->prev_length >= s->good_match) {
220 mov esi, good_match
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 188 uInt good_match; member in struct:internal_state
deflate.c 112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
522 s->good_match = configuration_table[level].good_length;
542 s->good_match = good_length;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 185 uInt good_match; member in struct:internal_state
deflate.c 118 /* Values for max_lazy_match, good_match and max_chain_length, depending on
445 s->good_match = configuration_table[level].good_length;
465 s->good_match = good_length;
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.h 188 uInt good_match; member in struct:internal_state
deflate.c 112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
522 s->good_match = configuration_table[level].good_length;
542 s->good_match = good_length;
    [all...]
  /external/python/cpython3/Modules/zlib/
deflate.h 191 uInt good_match; member in struct:internal_state
deflate.c 115 /* Values for max_lazy_match, good_match and max_chain_length, depending on
608 s->good_match = configuration_table[level].good_length;
628 s->good_match = (uInt)good_length;
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.h 185 uInt good_match; member in struct:internal_state
deflate.c 112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
442 s->good_match = configuration_table[level].good_length;
462 s->good_match = good_length;
    [all...]
  /external/zlib/src/
deflate.h 191 uInt good_match; member in struct:internal_state
deflate.c 115 /* Values for max_lazy_match, good_match and max_chain_length, depending on
608 s->good_match = configuration_table[level].good_length;
628 s->good_match = (uInt)good_length;
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
deflate.h 188 uInt good_match; member in struct:internal_state
deflate.c 112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
522 s->good_match = configuration_table[level].good_length;
542 s->good_match = good_length;
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch] define
233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
gvmat64.asm 153 COMM good_match:DWORD
189 good_match equ [ rcx + dsGoodMatch] define
233 ;;; if (s->prev_length >= s->good_match) {
238 mov esi, good_match
  /external/zlib/src/contrib/masmx86/
match686.asm 219 ;;; if (s->prev_length >= s->good_match) {
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
match686.asm 219 ;;; if (s->prev_length >= s->good_match) {

Completed in 73 milliseconds