Home
last modified time | relevance | path

Searched refs:Total_Out (Results 1 – 8 of 8) sorted by relevance

/external/zlib/src/contrib/ada/
Dzlib-thin.adb136 function Total_Out (Strm : in Z_Stream) return ULong is subprogram
138 return Strm.Total_Out;
139 end Total_Out;
Dbuffer_demo.adb89 (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last),
95 ", out : " & Count'Image (Total_Out (Decompressor)));
Dzlib-streams.adb176 return Total_Out (Stream.Reader);
222 return Total_Out (Stream.Writer);
Dzlib.ads195 function Total_Out (Filter : in Filter_Type) return Count; subprogspec
196 pragma Inline (Total_Out);
Dzlib-thin.ads344 function Total_Out (Strm : in Z_Stream) return ULong; subprogspec
345 pragma Inline (Total_Out);
371 Total_Out : ULong := 0; -- total nb of bytes output so far
Dtest.adb316 Print_Statistic ("Generic compress", ZLib.Total_Out (Filter));
332 Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter));
Dzlib.adb468 function Total_Out (Filter : in Filter_Type) return Count is subprogram
470 return Count (Thin.Total_Out (To_Thin_Access (Filter.Strm).all));
471 end Total_Out;
Dmtest.adb133 & ZLib.Count'Image (Total_Out (Deflate)));