Searched refs:ID__LZ4_COMPRESS_GENERIC (Results 1 - 1 of 1) sorted by relevance
/third_party/lz4/examples/ |
H A D | compress_functions.c | 80 #define ID__LZ4_COMPRESS_GENERIC 4 macro 169 // case ID__LZ4_COMPRESS_GENERIC: in bench() 324 //uint64_t time_taken__generic = bench(known_good_dst, ID__LZ4_COMPRESS_GENERIC, iterations, src, dst, src_size, max_dst_size, src_comp_size); in main() 333 //uint64_t time_taken_hc__generic = bench(known_good_hc_dst, ID__LZ4_COMPRESS_GENERIC, iterations, hc_src, dst, src_size, max_dst_size, hc_src_comp_size); in main()
|
Completed in 1 milliseconds