Home
last modified time | relevance | path

Searched refs:OS_CODE (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/
Dzutil.h86 # define OS_CODE 0x00 macro
103 # define OS_CODE 1 macro
107 # define OS_CODE 2 macro
114 # define OS_CODE 4 macro
116 # define OS_CODE 11 macro
118 # define OS_CODE 8 macro
123 # define OS_CODE 5 macro
127 # define OS_CODE 6 macro
134 # define OS_CODE 7 macro
147 # define OS_CODE 13 macro
[all …]
DChangeLog732 - Use OS_CODE in deflate() default gzip header
907 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
908 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
Ddeflate.c864 put_byte(s, OS_CODE);
/external/python/cpython2/Modules/zlib/
Dzutil.h86 # define OS_CODE 0x00 macro
103 # define OS_CODE 1 macro
107 # define OS_CODE 2 macro
114 # define OS_CODE 4 macro
116 # define OS_CODE 11 macro
118 # define OS_CODE 8 macro
123 # define OS_CODE 5 macro
127 # define OS_CODE 6 macro
134 # define OS_CODE 7 macro
147 # define OS_CODE 13 macro
[all …]
DChangeLog732 - Use OS_CODE in deflate() default gzip header
907 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
908 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
Ddeflate.c864 put_byte(s, OS_CODE);
/external/zlib/
Dzutil.h101 # define OS_CODE 0x00 macro
118 # define OS_CODE 1 macro
122 # define OS_CODE 2 macro
129 # define OS_CODE 4 macro
131 # define OS_CODE 11 macro
133 # define OS_CODE 8 macro
138 # define OS_CODE 5 macro
142 # define OS_CODE 6 macro
149 # define OS_CODE 7 macro
162 # define OS_CODE 13 macro
[all …]
Ddeflate.c910 put_byte(s, OS_CODE);
/external/freetype/src/gzip/
Dzutil.h73 # define OS_CODE 0x00 macro
87 # define OS_CODE 0x06 macro
91 # define OS_CODE 0x0b macro
95 # define OS_CODE 0x02 macro
101 # define OS_CODE 0x01 macro
105 # define OS_CODE 0x05 macro
109 # define OS_CODE 0x07 macro
120 # define OS_CODE 0x0F macro
124 # define OS_CODE 0x0a macro
138 #ifndef OS_CODE
[all …]
/external/libwebsockets/win32port/zlib/
Dzutil.h80 # define OS_CODE 0x00 macro
95 # define OS_CODE 0x01 macro
99 # define OS_CODE 0x02 macro
105 # define OS_CODE 0x05 macro
109 # define OS_CODE 0x06 macro
116 # define OS_CODE 0x07 macro
127 # define OS_CODE 0x0a macro
132 # define OS_CODE 0x0b macro
137 # define OS_CODE 0x0f macro
170 #ifndef OS_CODE
[all …]
Ddeflate.c635 put_byte(s, OS_CODE);
/external/rust/crates/libz-sys/src/zlib-ng/
Dzutil.h84 # define OS_CODE 1 macro
89 # define OS_CODE 4 macro
91 # define OS_CODE 11 macro
93 # define OS_CODE 8 macro
98 # define OS_CODE 5 macro
102 # define OS_CODE 6 macro
109 # define OS_CODE 7 macro
113 # define OS_CODE 13 macro
117 # define OS_CODE 10 macro
121 # define OS_CODE 19 macro
[all …]
Ddeflate.c863 put_byte(s, OS_CODE); in PREFIX()