Home
last modified time | relevance | path

Searched defs:uncompr (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c113 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument
139 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() argument
263 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument
304 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument
359 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument
438 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument
519 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument
574 Byte *compr, *uncompr; local
H A Dexample_original.c105 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument
131 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() argument
255 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument
296 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument
351 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument
430 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument
511 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument
566 Byte *compr, *uncompr; local
H A Dminigzip.c554 int uncompr = 0; local
/freebsd/sys/contrib/zlib/test/
H A Dexample.c60 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress()
84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio()
201 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_inflate()
240 static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_deflate()
293 static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_inflate()
367 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, in test_sync()
442 static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate()
492 Byte *compr, *uncompr; in main() local
H A Dminigzip.c489 int uncompr = 0; in main() local
/freebsd/sys/dev/random/
H A Dunit_test.c86 block_deflate(uint8_t *uncompr, uint8_t *compr, const size_t len) in block_deflate()