Home
last modified time | relevance | path

Searched refs:Total_In (Results 1 – 6 of 6) sorted by relevance

/external/zlib/src/contrib/ada/
Dzlib-thin.adb127 function Total_In (Strm : in Z_Stream) return ULong is subprogram
129 return Strm.Total_In;
130 end Total_In;
Dzlib-streams.adb167 return Total_In (Stream.Reader);
213 return Total_In (Stream.Writer);
Dzlib.ads191 function Total_In (Filter : in Filter_Type) return Count; subprogspec
192 pragma Inline (Total_In);
Dzlib.adb459 function Total_In (Filter : in Filter_Type) return Count is subprogram
461 return Count (Thin.Total_In (To_Thin_Access (Filter.Strm).all));
462 end Total_In;
649 Unsigned_32 (Total_In (Filter)));
Dzlib-thin.ads341 function Total_In (Strm : in Z_Stream) return ULong; subprogspec
342 pragma Inline (Total_In);
368 Total_In : ULong := 0; -- total nb of input bytes read so far
Dbuffer_demo.adb94 ("Total in : " & Count'Image (Total_In (Decompressor)) &