Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dzlib-thin.adb136 function Total_Out (Strm : in Z_Stream) return ULong is subprogram
138 return Strm.Total_Out;
139 end Total_Out;
A Dbuffer_demo.adb89 (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last),
95 ", out : " & Count'Image (Total_Out (Decompressor)));
A Dzlib-streams.adb176 return Total_Out (Stream.Reader);
222 return Total_Out (Stream.Writer);
A Dzlib.ads195 function Total_Out (Filter : in Filter_Type) return Count; subprogspec
196 pragma Inline (Total_Out);
A 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
A Dtest.adb316 Print_Statistic ("Generic compress", ZLib.Total_Out (Filter));
332 Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter));
A Dmtest.adb133 & ZLib.Count'Image (Total_Out (Deflate)));
A 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;

Completed in 9 milliseconds