Home
last modified time | relevance | path

Searched refs:LongInt (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h23 LongInt sbBlkCount; /* number of blocks on the device */
26 LongInt sbData; /* reserved */
28 LongInt ddBlock; /* first driver's starting block */
36 LongInt bbEntry; /* entry point to boot code */
48 LongInt bb128KSHeap; /* system heap size on 128K Mac */
49 LongInt bb256KSHeap; /* used internally */
50 LongInt bbSysHeapSize; /* system heap size on all machines */
52 LongInt bbSysHeapExtra; /* additional system heap space */
53 LongInt bbSysHeapFract; /* fraction of RAM for system heap */
59 LongInt pmMapBlkCnt; /* number of blocks in partition map */
[all …]
H A Dinternal.h50 typedef signed long LongInt; typedef
118 LongInt frOpenChain; /* directory ID chain of open folders */
121 LongInt frPutAway; /* directory ID */
136 LongInt fdPutAway; /* home directory ID */
141 LongInt drCrDate; /* date and time of volume creation */
142 LongInt drLsMod; /* date and time of last modification */
151 LongInt drNxtCNID; /* next unused catalog node ID (dir/file ID) */
154 LongInt drVolBkUp; /* date and time of last backup */
162 LongInt drFndrInfo[8]; /* information used by the Finder */
194 LongInt dirCrDat; /* date and time of creation */
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas31 total_in: LongInt; (* total nb of input bytes read so far *)
35 total_out: LongInt; (* total nb of bytes output so far *)
45 adler: LongInt; (* adler32 value of the uncompressed data *)
46 reserved: LongInt; (* reserved for future use *)
52 time: LongInt; (* modification time *)
122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound() argument
134 function inflateMark(var strm: z_stream): LongInt; in inflateMark()
141 function zlibCompileFlags: LongInt; in zlibCompileFlags()
144 function compress(dest: PChar; var destLen: LongInt; in compress() argument
145 const source: PChar; sourceLen: LongInt): Integer;
[all …]
H A Dexample.pas35 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);
[all …]
H A Dreadme.txt29 LongInt, etc.), to avoid namespace pollution. In particular,
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas31 total_in: LongInt; (* total nb of input bytes read so far *)
35 total_out: LongInt; (* total nb of bytes output so far *)
45 adler: LongInt; (* adler32 value of the uncompressed data *)
46 reserved: LongInt; (* reserved for future use *)
52 time: LongInt; (* modification time *)
122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound() argument
134 function inflateMark(var strm: z_stream): LongInt; in inflateMark()
141 function zlibCompileFlags: LongInt; in zlibCompileFlags()
144 function compress(dest: PChar; var destLen: LongInt; in compress() argument
145 const source: PChar; sourceLen: LongInt): Integer;
[all …]
H A Dexample.pas35 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);
[all …]
H A Dreadme.txt29 LongInt, etc.), to avoid namespace pollution. In particular,
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas31 total_in: LongInt; (* total nb of input bytes read so far *)
35 total_out: LongInt; (* total nb of bytes output so far *)
45 adler: LongInt; (* adler32 value of the uncompressed data *)
46 reserved: LongInt; (* reserved for future use *)
52 time: LongInt; (* modification time *)
122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound() argument
134 function inflateMark(var strm: z_stream): LongInt; in inflateMark()
141 function zlibCompileFlags: LongInt; in zlibCompileFlags()
144 function compress(dest: PChar; var destLen: LongInt; in compress() argument
145 const source: PChar; sourceLen: LongInt): Integer;
[all …]
H A Dexample.pas35 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);
[all …]
H A Dreadme.txt29 LongInt, etc.), to avoid namespace pollution. In particular,
/netbsd-src/common/dist/zlib/contrib/pascal/
H A Dexample.pas35 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);
[all …]
H A Dreadme.txt29 LongInt, etc.), to avoid namespace pollution. In particular,
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dexample.pas35 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);
[all …]
H A Dreadme.txt29 LongInt, etc.), to avoid namespace pollution. In particular,