Home
last modified time | relevance | path

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

/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/examples/
H A Dcompress_functions.c254 char *known_good_hc_dst = calloc(1, max_dst_size); in main() local
255 if (dst == NULL || known_good_dst == NULL || known_good_hc_dst == NULL) in main()
263 bytes_returned = LZ4_compress_default(hc_src, known_good_hc_dst, src_size, max_dst_size); in main()
330 …uint64_t time_taken_hc__default = bench(known_good_hc_dst, ID__LZ4_COMPRESS_DEFAULT, i… in main()
331 …uint64_t time_taken_hc__fast = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST, i… in main()
332 …uint64_t time_taken_hc__fast_extstate = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST_EXTSTATE, i… in main()
334 …ench(hc_src, ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_hc_dst, dst_d, src_… in main()
335 …ench(hc_src, ID__LZ4_DECOMPRESS_FAST, iterations, known_good_hc_dst, dst_d, src_… in main()
/dports/archivers/liblz4/lz4-1.9.3/examples/
H A Dcompress_functions.c254 char *known_good_hc_dst = calloc(1, max_dst_size); in main() local
255 if (dst == NULL || known_good_dst == NULL || known_good_hc_dst == NULL) in main()
263 bytes_returned = LZ4_compress_default(hc_src, known_good_hc_dst, src_size, max_dst_size); in main()
330 …uint64_t time_taken_hc__default = bench(known_good_hc_dst, ID__LZ4_COMPRESS_DEFAULT, i… in main()
331 …uint64_t time_taken_hc__fast = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST, i… in main()
332 …uint64_t time_taken_hc__fast_extstate = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST_EXTSTATE, i… in main()
334 …ench(hc_src, ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_hc_dst, dst_d, src_… in main()
335 …ench(hc_src, ID__LZ4_DECOMPRESS_FAST, iterations, known_good_hc_dst, dst_d, src_… in main()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/examples/
H A Dcompress_functions.c254 char *known_good_hc_dst = calloc(1, max_dst_size); in main() local
255 if (dst == NULL || known_good_dst == NULL || known_good_hc_dst == NULL) in main()
263 bytes_returned = LZ4_compress_default(hc_src, known_good_hc_dst, src_size, max_dst_size); in main()
330 …uint64_t time_taken_hc__default = bench(known_good_hc_dst, ID__LZ4_COMPRESS_DEFAULT, i… in main()
331 …uint64_t time_taken_hc__fast = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST, i… in main()
332 …uint64_t time_taken_hc__fast_extstate = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST_EXTSTATE, i… in main()
334 …ench(hc_src, ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_hc_dst, dst_d, src_… in main()
335 …ench(hc_src, ID__LZ4_DECOMPRESS_FAST, iterations, known_good_hc_dst, dst_d, src_… in main()
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/examples/
H A Dcompress_functions.c254 char *known_good_hc_dst = calloc(1, max_dst_size); in main() local
255 if (dst == NULL || known_good_dst == NULL || known_good_hc_dst == NULL) in main()
263 bytes_returned = LZ4_compress_default(hc_src, known_good_hc_dst, src_size, max_dst_size); in main()
330 …uint64_t time_taken_hc__default = bench(known_good_hc_dst, ID__LZ4_COMPRESS_DEFAULT, i… in main()
331 …uint64_t time_taken_hc__fast = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST, i… in main()
332 …uint64_t time_taken_hc__fast_extstate = bench(known_good_hc_dst, ID__LZ4_COMPRESS_FAST_EXTSTATE, i… in main()
334 …ench(hc_src, ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_hc_dst, dst_d, src_… in main()
335 …ench(hc_src, ID__LZ4_DECOMPRESS_FAST, iterations, known_good_hc_dst, dst_d, src_… in main()
/dports/archivers/lizard/lizard-1.0/examples/
H A Dcompress_functions.c209 char *known_good_hc_dst = calloc(1, max_dst_size); in main() local
210 if (dst == NULL || known_good_dst == NULL || known_good_hc_dst == NULL) in main()
218 bytes_returned = Lizard_compress_MinLevel(hc_src, known_good_hc_dst, src_size, max_dst_size); in main()
275 …uint64_t time_taken_hc__default = bench(known_good_hc_dst, ID__LIZARD_COMPRESS_DEFAULT, … in main()
277 …h(hc_src, ID__LIZARD_DECOMPRESS_SAFE, iterations, known_good_hc_dst, dst_d, src_… in main()