Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c64 void test_large_inflate OF((Byte *compr, uLong comprLen,
359 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() function
614 test_large_inflate(compr, comprLen, uncompr, uncomprLen);
H A Dexample_original.c59 void test_large_inflate OF((Byte *compr, uLong comprLen,
351 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() function
605 test_large_inflate(compr, comprLen, uncompr, uncomprLen);
/freebsd-14.2/sys/contrib/zlib/test/
H A Dexample.c293 static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_inflate() function
533 test_large_inflate(compr, comprLen, uncompr, uncomprLen); in main()