Lines Matching full:constant
19 MAX_MEM_LEVEL : constant := 9; -- zconf.h:105
21 MAX_WBITS : constant := 15; -- zconf.h:115
24 SEEK_SET : constant := 8#0000#; -- zconf.h:244
27 SEEK_CUR : constant := 1; -- zconf.h:245
30 SEEK_END : constant := 2; -- zconf.h:246
51 Nul : constant Voidp := System.Null_Address;
54 Z_NO_FLUSH : constant := 8#0000#; -- zlib.h:125
56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126
60 Z_SYNC_FLUSH : constant := 2; -- zlib.h:127
62 Z_FULL_FLUSH : constant := 3; -- zlib.h:128
64 Z_FINISH : constant := 4; -- zlib.h:129
66 Z_OK : constant := 8#0000#; -- zlib.h:132
68 Z_STREAM_END : constant := 1; -- zlib.h:133
70 Z_NEED_DICT : constant := 2; -- zlib.h:134
72 Z_ERRNO : constant := -1; -- zlib.h:135
74 Z_STREAM_ERROR : constant := -2; -- zlib.h:136
76 Z_DATA_ERROR : constant := -3; -- zlib.h:137
78 Z_MEM_ERROR : constant := -4; -- zlib.h:138
80 Z_BUF_ERROR : constant := -5; -- zlib.h:139
82 Z_VERSION_ERROR : constant := -6; -- zlib.h:140
84 Z_NO_COMPRESSION : constant := 8#0000#; -- zlib.h:145
86 Z_BEST_SPEED : constant := 1; -- zlib.h:146
88 Z_BEST_COMPRESSION : constant := 9; -- zlib.h:147
90 Z_DEFAULT_COMPRESSION : constant := -1; -- zlib.h:148
92 Z_FILTERED : constant := 1; -- zlib.h:151
94 Z_HUFFMAN_ONLY : constant := 2; -- zlib.h:152
96 Z_DEFAULT_STRATEGY : constant := 8#0000#; -- zlib.h:153
98 Z_BINARY : constant := 8#0000#; -- zlib.h:156
100 Z_ASCII : constant := 1; -- zlib.h:157
102 Z_UNKNOWN : constant := 2; -- zlib.h:158
104 Z_DEFLATED : constant := 8; -- zlib.h:161
106 Z_NULL : constant := 8#0000#; -- zlib.h:164