Searched refs:test_large_deflate (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | example.c | 62 void test_large_deflate OF((Byte *compr, uLong comprLen, 304 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() function 613 test_large_deflate(compr, comprLen, uncompr, uncomprLen);
|
H A D | example_original.c | 57 void test_large_deflate OF((Byte *compr, uLong comprLen, 296 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() function 604 test_large_deflate(compr, comprLen, uncompr, uncomprLen);
|
/freebsd/sys/contrib/zlib/test/ |
H A D | example.c | 240 static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_deflate() function 532 test_large_deflate(compr, comprLen, uncompr, uncomprLen); in main()
|