Home
last modified time | relevance | path

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

/external/lz4/examples/
Dcompress_functions.c77 #define ID__LZ4_COMPRESS_FAST 2 macro
142 case ID__LZ4_COMPRESS_FAST: in bench()
322 …uint64_t time_taken__fast = bench(known_good_dst, ID__LZ4_COMPRESS_FAST, iterati… in main()
331 …uint64_t time_taken_hc__fast = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST, i… in main()