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

  /external/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
  /external/qemu/distrib/zlib-1.2.3/
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/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/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/contrib/masm686/
match.asm 154 ; if (s->prev_length >= s->good_match) {
  /external/zlib/contrib/masmx86/
gvmat32.asm 160 ; if (prev_length>=good_match) chain_length >>= 2
705 ;;; if (s->prev_length >= s->good_match) {
match686.asm 218 ;;; if (s->prev_length >= s->good_match) {

Completed in 318 milliseconds