Searched refs:OS_CODE (Results 1 – 10 of 10) sorted by relevance
/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/zlib/src/ |
D | zutil.h | 84 # define OS_CODE 0x00 macro 101 # define OS_CODE 0x01 macro 105 # define OS_CODE 0x02 macro 111 # define OS_CODE 0x05 macro 115 # define OS_CODE 0x06 macro 122 # define OS_CODE 0x07 macro 135 # define OS_CODE 0x0a macro 140 # define OS_CODE 0x0b macro 145 # define OS_CODE 0x0f macro 179 #ifndef OS_CODE [all …]
|
D | deflate.c | 706 put_byte(s, OS_CODE);
|
D | ChangeLog | 689 - Use OS_CODE in deflate() default gzip header 864 - In Windows16, OS_CODE is 0, as in MSDOS [Truta] 865 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
|
/external/opencv3/3rdparty/zlib/ |
D | zutil.h | 84 # define OS_CODE 0x00 macro 101 # define OS_CODE 0x01 macro 105 # define OS_CODE 0x02 macro 111 # define OS_CODE 0x05 macro 115 # define OS_CODE 0x06 macro 122 # define OS_CODE 0x07 macro 135 # define OS_CODE 0x0a macro 140 # define OS_CODE 0x0b macro 145 # define OS_CODE 0x0f macro 179 #ifndef OS_CODE [all …]
|
D | deflate.c | 706 put_byte(s, OS_CODE);
|
D | ChangeLog | 689 - Use OS_CODE in deflate() default gzip header 864 - In Windows16, OS_CODE is 0, as in MSDOS [Truta] 865 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
|
/external/pdfium/third_party/zlib_v128/ |
D | zutil.h | 86 # define OS_CODE 0x00 macro 103 # define OS_CODE 0x01 macro 107 # define OS_CODE 0x02 macro 113 # define OS_CODE 0x05 macro 117 # define OS_CODE 0x06 macro 124 # define OS_CODE 0x07 macro 137 # define OS_CODE 0x0a macro 142 # define OS_CODE 0x0b macro 147 # define OS_CODE 0x0f macro 181 #ifndef OS_CODE [all …]
|
D | deflate.c | 705 put_byte(s, OS_CODE); in deflate()
|
/external/zlib/ |
D | zutil.h | 84 # define OS_CODE 0x00 macro 101 # define OS_CODE 0x01 macro 105 # define OS_CODE 0x02 macro 111 # define OS_CODE 0x05 macro 115 # define OS_CODE 0x06 macro 122 # define OS_CODE 0x07 macro 135 # define OS_CODE 0x0a macro 140 # define OS_CODE 0x0b macro 145 # define OS_CODE 0x0f macro 179 #ifndef OS_CODE [all …]
|