Home
last modified time | relevance | path

Searched defs:LongInt (Results 1 – 2 of 2) sorted by relevance

/external/zlib/src/contrib/pascal/
Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt;
368 procedure test_flush(compr: Pointer; var comprLen : LongInt);
407 procedure test_sync(compr: Pointer; comprLen: LongInt;
450 procedure test_dict_deflate(compr: Pointer; comprLen: LongInt);
484 procedure test_dict_inflate(compr: Pointer; comprLen: LongInt;
Dzlibpas.pas122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound()
144 function compress(dest: PChar; var destLen: LongInt; in compress()
146 function compress2(dest: PChar; var destLen: LongInt; in compress2()
149 function compressBound(sourceLen: LongInt): LongInt; in compressBound()
150 function uncompress(dest: PChar; var destLen: LongInt; in uncompress()
155 function adler32_combine(adler1, adler2, len2: LongInt): LongInt; in adler32_combine()
157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; in crc32_combine()