Home | History | Annotate | Download | only in ada

Lines Matching full:ulong

40    type ULong is new Interfaces.C.unsigned_long;     --  32 bits or more
44 type ULong_Access is access ULong;
164 sourceLen : ULong)
171 sourceLen : ULong;
179 sourceLen : ULong)
237 (adler : ULong;
240 return ULong;
243 (crc : ULong;
246 return ULong;
341 function Total_In (Strm : in Z_Stream) return ULong;
344 function Total_Out (Strm : in Z_Stream) return ULong;
352 function compressBound (Source_Len : in ULong) return ULong;
356 Source_Len : in ULong)
357 return ULong;
361 function zlibCompileFlags return ULong;
368 Total_In : ULong := 0; -- total nb of input bytes read so far
371 Total_Out : ULong := 0; -- total nb of bytes output so far
380 adler : ULong; -- adler32 value of the uncompressed
382 reserved : ULong; -- reserved for future use