Searched refs:test_sync (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | example.c | 67 void test_sync OF((Byte *compr, uLong comprLen, 438 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function 618 test_sync(compr, comprLen, uncompr, uncomprLen);
|
| H A D | example_original.c | 62 void test_sync OF((Byte *compr, uLong comprLen, 430 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function 608 test_sync(compr, comprLen, uncompr, uncomprLen);
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | example.c | 367 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, in test_sync() function 536 test_sync(compr, comprLen, uncompr, uncomprLen); in main()
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 60 We were forced to turn off the following functions: `test_flush`, `test_sync` which use currently u…
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 1284 - in example.c use correct compressed length for test_sync
|