Searched refs:window_max (Results 1 – 3 of 3) sorted by relevance
70 unsigned int window_max,
127 unsigned int *window_min, unsigned int *window_max,
96 const int window_max = 1<<15; variable919 history_len = (total_out > window_max) ? window_max : total_out; in decompress_file()