Lines Matching refs:LongInt
35 var dictId: LongInt; (* Adler32 value of the dictionary *)
56 procedure test_compress(compr: Pointer; comprLen: LongInt; argument
57 uncompr: Pointer; uncomprLen: LongInt);
59 len: LongInt;
84 uncomprLen: LongInt);
88 pos: LongInt;
184 procedure test_deflate(compr: Pointer; comprLen: LongInt); argument
187 len: LongInt;
229 procedure test_inflate(compr: Pointer; comprLen : LongInt; argument
230 uncompr: Pointer; uncomprLen : LongInt);
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt; argument
273 uncompr: Pointer; uncomprLen: LongInt);
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt; argument
325 uncompr: Pointer; uncomprLen: LongInt);
368 procedure test_flush(compr: Pointer; var comprLen : LongInt); argument
407 procedure test_sync(compr: Pointer; comprLen: LongInt; argument
408 uncompr: Pointer; uncomprLen : LongInt);
450 procedure test_dict_deflate(compr: Pointer; comprLen: LongInt); argument
484 procedure test_dict_inflate(compr: Pointer; comprLen: LongInt; argument
485 uncompr: Pointer; uncomprLen: LongInt);
529 comprLen, uncomprLen: LongInt;