Home
last modified time | relevance | path

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

/netbsd-src/common/dist/zlib/contrib/pascal/
H A 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;
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A 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;
H A 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()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A 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;
H A 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()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A 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;
H A 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()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A 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;
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dinternal.h50 typedef signed long LongInt; typedef