Home
last modified time | relevance | path

Searched refs:Strategy_Type (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/contrib/ada/
Dzlib.ads51 type Strategy_Type is private; type
119 Filtered : constant Strategy_Type;
120 Huffman_Only : constant Strategy_Type;
121 RLE : constant Strategy_Type;
122 Default_Strategy : constant Strategy_Type;
137 Strategy : in Strategy_Type := Default_Strategy;
298 type Strategy_Type is new Integer range 0 .. 3; type
307 Filtered : constant Strategy_Type := 1;
308 Huffman_Only : constant Strategy_Type := 2;
309 RLE : constant Strategy_Type := 3;
[all …]
Dzlib-streams.ads59 Strategy : in Strategy_Type := Default_Strategy;
Dzlib-streams.adb47 Strategy : in Strategy_Type := Default_Strategy;
Dtest.adb44 Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy;
Dzlib.adb193 Strategy : in Strategy_Type := Default_Strategy;