Home
last modified time | relevance | path

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

/external/lz4/examples/
Dcompress_functions.c81 #define ID__LZ4_DECOMPRESS_FAST 6 macro
201 case ID__LZ4_DECOMPRESS_FAST: in bench()
326 …uint64_t time_taken__decomp_fast = bench(src, ID__LZ4_DECOMPRESS_FAST, iterati… in main()
335 …uint64_t time_taken_hc__decomp_fast = bench(hc_src, ID__LZ4_DECOMPRESS_FAST, i… in main()