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

/haiku-buildtools/gcc/zlib/
H A Dexample.c37 void test_compress OF((Byte *compr, uLong comprLen,
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
46 void test_large_inflate OF((Byte *compr, uLong comprLen,
48 void test_flush OF((Byte *compr, uLong *comprLen));
49 void test_sync OF((Byte *compr, uLong comprLen,
51 void test_dict_deflate OF((Byte *compr, uLong comprLen));
52 void test_dict_inflate OF((Byte *compr, uLong comprLen,
59 void test_compress(compr, comprLen, uncomp
519 uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */ local
[all...]
/haiku-buildtools/gcc/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...]
/haiku-buildtools/binutils/zlib/
H A Dexample.c37 void test_compress OF((Byte *compr, uLong comprLen,
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
46 void test_large_inflate OF((Byte *compr, uLong comprLen,
48 void test_flush OF((Byte *compr, uLong *comprLen));
49 void test_sync OF((Byte *compr, uLong comprLen,
51 void test_dict_deflate OF((Byte *compr, uLong comprLen));
52 void test_dict_inflate OF((Byte *compr, uLong comprLen,
59 void test_compress(compr, comprLen, uncomp
519 uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */ local
[all...]
/haiku-buildtools/binutils/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...]
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
63 err := compress(compr, comprLen, hello, len);
68 err := uncompress(uncompr, uncomprLen, compr, comprLen);
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
202 (c_stream.total_out < comprLen) do
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
248 (d_stream.total_in < comprLen) do
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
285 c_stream.avail_out := Integer(comprLen);
300 c_stream.avail_in := Integer(comprLen di
[all...]
/haiku-buildtools/binutils/zlib/contrib/pascal/
H A Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
63 err := compress(compr, comprLen, hello, len);
68 err := uncompress(uncompr, uncomprLen, compr, comprLen);
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
202 (c_stream.total_out < comprLen) do
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
248 (d_stream.total_in < comprLen) do
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
285 c_stream.avail_out := Integer(comprLen);
300 c_stream.avail_in := Integer(comprLen di
[all...]

Completed in 100 milliseconds