Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dzlib-thin.adb127 function Total_In (Strm : in Z_Stream) return ULong is subprogram
129 return Strm.Total_In;
130 end Total_In;
A Dzlib-streams.adb167 return Total_In (Stream.Reader);
213 return Total_In (Stream.Writer);
A Dzlib.ads191 function Total_In (Filter : in Filter_Type) return Count; subprogspec
192 pragma Inline (Total_In);
A 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)));
A 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
A Dbuffer_demo.adb94 ("Total in : " & Count'Image (Total_In (Decompressor)) &

Completed in 7 milliseconds