Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c115 uLong comprLen, uncomprLen;
227 uLong comprLen;
265 uLong comprLen, uncomprLen;
306 uLong comprLen, uncomprLen;
361 uLong comprLen, uncomprLen;
400 void test_flush(compr, comprLen) in test_flush() argument
402 uLong *comprLen;
440 uLong comprLen, uncomprLen;
484 uLong comprLen;
521 uLong comprLen, uncomprLen;
[all …]
H A Dexample_original.c107 uLong comprLen, uncomprLen;
219 uLong comprLen;
257 uLong comprLen, uncomprLen;
298 uLong comprLen, uncomprLen;
353 uLong comprLen, uncomprLen;
392 void test_flush(compr, comprLen) in test_flush() argument
394 uLong *comprLen;
432 uLong comprLen, uncomprLen;
476 uLong comprLen;
513 uLong comprLen, uncomprLen;
[all …]
/freebsd-14.2/sys/contrib/zlib/test/
H A Dexample.c253 c_stream.avail_out = (uInt)comprLen; in test_large_deflate()
305 d_stream.avail_in = (uInt)comprLen; in test_large_inflate()
347 c_stream.avail_out = (uInt)*comprLen; in test_flush()
361 *comprLen = c_stream.total_out; in test_flush()
425 c_stream.avail_out = (uInt)comprLen; in test_dict_deflate()
454 d_stream.avail_in = (uInt)comprLen; in test_dict_inflate()
494 uLong comprLen = 3 * uncomprLen; in main() local
529 test_deflate(compr, comprLen); in main()
535 test_flush(compr, &comprLen); in main()
537 comprLen = 3 * uncomprLen; in main()
[all …]