Home
last modified time | relevance | path

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

/external/lz4/examples/
DdictionaryRandomAccess.c18 DICTIONARY_BYTES = 1024, /* Load a 1 KiB dictionary */ enumerator
206 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()