Searched refs:ID__LZ4_DECOMPRESS_SAFE (Results 1 - 1 of 1) sorted by relevance

/external/lz4/examples/
H A Dcompress_functions.c80 #define ID__LZ4_DECOMPRESS_SAFE 5 macro
188 case ID__LZ4_DECOMPRESS_SAFE:
325 uint64_t time_taken__decomp_safe = bench(src, ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_dst, dst_d, src_size, max_dst_size, src_comp_size);
334 uint64_t time_taken_hc__decomp_safe = bench(hc_src, ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_hc_dst, dst_d, src_size, max_dst_size, hc_src_comp_size);

Completed in 107 milliseconds