/external/python/cpython2/Modules/zlib/ |
D | zutil.h | 86 # 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 …]
|
D | deflate.c | 864 put_byte(s, OS_CODE);
|
D | ChangeLog | 732 - 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]
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zutil.h | 86 # 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 …]
|
D | deflate.c | 864 put_byte(s, OS_CODE);
|
D | ChangeLog | 732 - 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]
|
/external/angle/third_party/zlib/ |
D | zutil.h | 101 # 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 …]
|
D | deflate.c | 910 put_byte(s, OS_CODE);
|
/external/zlib/ |
D | zutil.h | 101 # 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 …]
|
D | deflate.c | 910 put_byte(s, OS_CODE);
|
/external/freetype/src/gzip/ |
D | zutil.h | 73 # 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/ |
D | zutil.h | 80 # 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 …]
|
D | deflate.c | 635 put_byte(s, OS_CODE);
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zutil.h | 84 # 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 …]
|
D | deflate.c | 863 put_byte(s, OS_CODE); in PREFIX()
|