Home
last modified time | relevance | path

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

/external/lz4/examples/
Dcompress_functions.c318 char *dst_d = calloc(1, src_size); in main() local
325 …c, ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_dst, dst_d, src_size, max_dst… in main()
326 …c, ID__LZ4_DECOMPRESS_FAST, iterations, known_good_dst, dst_d, src_size, max_dst… in main()
334 … ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_hc_dst, dst_d, src_size, max_dst… in main()
335 … ID__LZ4_DECOMPRESS_FAST, iterations, known_good_hc_dst, dst_d, src_size, max_dst… in main()