Home
last modified time | relevance | path

Searched refs:MAX_DICTIONARY_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/gzip/
H A Dunlz.c597 #define MAX_DICTIONARY_SIZE (1 << 29) macro
606 if (dict_size < MIN_DICTIONARY_SIZE || dict_size > MAX_DICTIONARY_SIZE) in lz_get_dict_size()