Searched refs:test_inflate (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | example.c | 60 void test_inflate OF((Byte *compr, uLong comprLen, 263 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() function 611 test_inflate(compr, comprLen, uncompr, uncomprLen);
|
| H A D | example_original.c | 55 void test_inflate OF((Byte *compr, uLong comprLen, 255 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() function 602 test_inflate(compr, comprLen, uncompr, uncomprLen);
|
| /freebsd-14.2/sys/contrib/zlib/test/ |
| H A D | example.c | 201 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_inflate() function 530 test_inflate(compr, comprLen, uncompr, uncomprLen); in main()
|