Searched refs:DICTIONARY_BYTES (Results 1 – 1 of 1) sorted by relevance
18 DICTIONARY_BYTES = 1024, /* Load a 1 KiB dictionary */ enumerator206 char dict[DICTIONARY_BYTES]; in main()231 dictSize = (int)read_bin(dictFp, dict, DICTIONARY_BYTES); in main()254 test_decompress(outFp, inpFp, dict, DICTIONARY_BYTES, offset, length); in main()