Lines Matching refs:Byte
66 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress()
90 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio()
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()
515 compr = (Byte*)calloc((uInt)comprLen, 1); in main()
516 uncompr = (Byte*)calloc((uInt)uncomprLen, 1); in main()