Searched refs:comprLen (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/zlib/test/
H A Dexample.c37 void test_deflate OF((Byte *compr, uLong comprLen));
38 void test_inflate OF((Byte *compr, uLong comprLen,
40 void test_large_deflate OF((Byte *compr, uLong comprLen,
42 void test_large_inflate OF((Byte *compr, uLong comprLen,
44 void test_flush OF((Byte *compr, uLong *comprLen));
45 void test_sync OF((Byte *compr, uLong comprLen,
47 void test_dict_deflate OF((Byte *compr, uLong comprLen));
48 void test_dict_inflate OF((Byte *compr, uLong comprLen,
80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLen, uncomp
550 uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */ local
[all...]
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c59 void test_deflate OF((Byte *compr, uLong comprLen));
60 void test_inflate OF((Byte *compr, uLong comprLen,
62 void test_large_deflate OF((Byte *compr, uLong comprLen,
64 void test_large_inflate OF((Byte *compr, uLong comprLen,
66 void test_flush OF((Byte *compr, uLong *comprLen));
67 void test_sync OF((Byte *compr, uLong comprLen,
69 void test_dict_deflate OF((Byte *compr, uLong comprLen));
70 void test_dict_inflate OF((Byte *compr, uLong comprLen,
105 void test_compress OF((Byte *compr, uLong comprLen,
113 void test_compress(compr, comprLen, uncomp
575 uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */ local
[all...]
H A Dexample_original.c54 void test_deflate OF((Byte *compr, uLong comprLen));
55 void test_inflate OF((Byte *compr, uLong comprLen,
57 void test_large_deflate OF((Byte *compr, uLong comprLen,
59 void test_large_inflate OF((Byte *compr, uLong comprLen,
61 void test_flush OF((Byte *compr, uLong *comprLen));
62 void test_sync OF((Byte *compr, uLong comprLen,
64 void test_dict_deflate OF((Byte *compr, uLong comprLen));
65 void test_dict_inflate OF((Byte *compr, uLong comprLen,
97 void test_compress OF((Byte *compr, uLong comprLen,
105 void test_compress(compr, comprLen, uncomp
567 uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */ local
[all...]

Completed in 92 milliseconds