Searched refs:OS_CODE (Results 1 – 9 of 9) sorted by relevance
/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 | 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]
|
D | deflate.c | 864 put_byte(s, OS_CODE);
|
/external/zlib/src/ |
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 | 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]
|
D | deflate.c | 864 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/u-boot/lib/zlib/ |
D | zutil.h | 88 # define OS_CODE 0x03 /* assume Unix */ macro
|
D | deflate.c | 621 put_byte(s, OS_CODE);
|