Home
last modified time | relevance | path

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

/external/lz4/examples/
Dcompress_functions.c80 #define ID__LZ4_DECOMPRESS_SAFE 5 macro
188 case ID__LZ4_DECOMPRESS_SAFE: in bench()
325 …uint64_t time_taken__decomp_safe = bench(src, ID__LZ4_DECOMPRESS_SAFE, iterati… in main()
334 …uint64_t time_taken_hc__decomp_safe = bench(hc_src, ID__LZ4_DECOMPRESS_SAFE, i… in main()