Searched defs:compr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/zlib/test/ |
| H A D | example.c | 66 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() 172 static void test_deflate(Byte *compr, uLong comprLen) { in test_deflate() 207 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_inflate() 246 static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_deflate() 299 static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_inflate() 338 static void test_flush(Byte *compr, uLong *comprLen) { in test_flush() 373 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, in test_sync() 414 static void test_dict_deflate(Byte *compr, uLong comprLen) { in test_dict_deflate() 448 static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate() 498 Byte *compr, *uncompr; in main() local
|
| /freebsd/sys/dev/random/ |
| H A D | unit_test.c | 86 block_deflate(uint8_t *uncompr, uint8_t *compr, const size_t len) in block_deflate()
|
| /freebsd/contrib/file/src/ |
| H A D | compress.c | 191 } compr[] = { variable
|