Searched refs:Total_Out (Results 1 – 22 of 22) sorted by relevance
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/ |
D | zlib-thin.adb | 136 function Total_Out (Strm : in Z_Stream) return ULong is subprogram 138 return Strm.Total_Out; 139 end Total_Out;
|
D | buffer_demo.adb | 89 (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last), 95 ", out : " & Count'Image (Total_Out (Decompressor)));
|
D | zlib-streams.adb | 176 return Total_Out (Stream.Reader); 222 return Total_Out (Stream.Writer);
|
D | zlib-thin.ads | 344 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
|
D | test.adb | 316 Print_Statistic ("Generic compress", ZLib.Total_Out (Filter)); 332 Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter));
|
D | zlib.adb | 468 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;
|
D | mtest.adb | 133 & ZLib.Count'Image (Total_Out (Deflate)));
|
/third_party/zlib/contrib/ada/ |
D | zlib-thin.adb | 136 function Total_Out (Strm : in Z_Stream) return ULong is subprogram 138 return Strm.Total_Out; 139 end Total_Out;
|
D | buffer_demo.adb | 89 (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last), 95 ", out : " & Count'Image (Total_Out (Decompressor)));
|
D | zlib-streams.adb | 176 return Total_Out (Stream.Reader); 222 return Total_Out (Stream.Writer);
|
D | zlib.ads | 195 function Total_Out (Filter : in Filter_Type) return Count; subprogspec 196 pragma Inline (Total_Out);
|
D | zlib-thin.ads | 344 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
|
D | test.adb | 316 Print_Statistic ("Generic compress", ZLib.Total_Out (Filter)); 332 Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter));
|
D | zlib.adb | 468 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;
|
D | mtest.adb | 133 & ZLib.Count'Image (Total_Out (Deflate)));
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/ |
D | zlib-thin.adb | 136 function Total_Out (Strm : in Z_Stream) return ULong is subprogram 138 return Strm.Total_Out; 139 end Total_Out;
|
D | buffer_demo.adb | 89 (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last), 95 ", out : " & Count'Image (Total_Out (Decompressor)));
|
D | zlib-streams.adb | 176 return Total_Out (Stream.Reader); 222 return Total_Out (Stream.Writer);
|
D | zlib-thin.ads | 344 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
|
D | test.adb | 316 Print_Statistic ("Generic compress", ZLib.Total_Out (Filter)); 332 Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter));
|
D | zlib.adb | 468 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;
|
D | mtest.adb | 133 & ZLib.Count'Image (Total_Out (Deflate)));
|