HomeSort by: relevance | last modified time | path
    Searched refs:nice_length (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer;
  /src/common/dist/zlib/
deflate.c 103 ush nice_length; /* quit search above this match length */ member in struct:config_s
684 s->nice_match = configuration_table[s->level].nice_length;
791 s->nice_match = configuration_table[level].nice_length;
800 int nice_length, int max_chain) {
807 s->nice_match = nice_length;
zlib.h 749 int nice_length,
757 max_lazy, good_length, nice_length, and max_chain parameters.
  /src/sys/net/
zlib.c 730 ush nice_length; /* quit search above this match length */ member in struct:config_s
999 s->nice_match = configuration_table[level].nice_length;
1322 s->nice_match = configuration_table[s->level].nice_length;

Completed in 36 milliseconds