Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/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 …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzutil.h98 # define OS_CODE 0x00 macro
113 # define OS_CODE 0x01 macro
117 # define OS_CODE 0x02 macro
123 # define OS_CODE 0x05 macro
127 # define OS_CODE 0x06 macro
134 # define OS_CODE 0x07 macro
145 # define OS_CODE 0x0a macro
150 # define OS_CODE 0x0b macro
155 # define OS_CODE 0x0f macro
176 #ifndef OS_CODE
[all …]
Dgzio.c190 Z_DEFLATED, 0 /*flags*/, 0,0,0,0 /*time*/, 0 /*xflags*/, OS_CODE);
DChangeLog72 - Use OS_CODE in deflate() default gzip header
247 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
248 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
Ddeflate.c593 put_byte(s, OS_CODE);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h98 # define OS_CODE 0x00 macro
113 # define OS_CODE 0x01 macro
117 # define OS_CODE 0x02 macro
123 # define OS_CODE 0x05 macro
127 # define OS_CODE 0x06 macro
134 # define OS_CODE 0x07 macro
145 # define OS_CODE 0x0a macro
150 # define OS_CODE 0x0b macro
155 # define OS_CODE 0x0f macro
176 #ifndef OS_CODE
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h87 # define OS_CODE 0x00 macro
104 # define OS_CODE 0x01 macro
108 # define OS_CODE 0x02 macro
114 # define OS_CODE 0x05 macro
118 # define OS_CODE 0x06 macro
125 # define OS_CODE 0x07 macro
138 # define OS_CODE 0x0a macro
143 # define OS_CODE 0x0b macro
148 # define OS_CODE 0x0f macro
182 #ifndef OS_CODE
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzutil.h84 # 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 …]
Ddeflate.c706 put_byte(s, OS_CODE);
DChangeLog689 - 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]