Lines Matching refs:Byte
60 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()
166 static void test_deflate(Byte *compr, uLong comprLen) { in test_deflate()
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()
332 static void test_flush(Byte *compr, uLong *comprLen) { in test_flush()
367 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, in test_sync()
408 static void test_dict_deflate(Byte *compr, uLong comprLen) { in test_dict_deflate()
442 static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate()
492 Byte *compr, *uncompr; in main()
509 compr = (Byte*)calloc((uInt)comprLen, 1); in main()
510 uncompr = (Byte*)calloc((uInt)uncomprLen, 1); in main()