Searched defs:Bytef (Results 1 – 14 of 14) sorted by relevance
| /external/rust/crates/libz-sys/src/ |
| D | lib.rs | 7 pub type Bytef = u8; typedef 67 pub fn adler32(adler: uLong, buf: *const Bytef, len: uInt) -> uLong; in adler32() 68 pub fn crc32(crc: uLong, buf: *const Bytef, len: uInt) -> uLong; in crc32() 90 dictionary: *const Bytef, in deflateSetDictionary() 125 dictionary: *const Bytef, in inflateSetDictionary() 157 pub fn compress(dest: *mut Bytef, destLen: *mut uLongf, in compress() 158 source: *const Bytef, sourceLen: uLong) -> c_int; in compress() 159 pub fn compress2(dest: *mut Bytef, destLen: *mut uLongf, in compress2() 160 source: *const Bytef, sourceLen: uLong, in compress2() 183 pub fn uncompress(dest: *mut Bytef, in uncompress() [all …]
|
| /external/freetype/src/gzip/ |
| D | ftzconf.h | 42 # define Bytef z_Bytef macro 226 # define Bytef Byte FAR macro 228 typedef Byte FAR Bytef; typedef
|
| /external/libwebsockets/win32port/zlib/ |
| D | zconf.h | 111 # define Bytef z_Bytef macro 341 # define Bytef Byte FAR macro 343 typedef Byte FAR Bytef; typedef
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | zconf-ng.h.in | 99 typedef Byte Bytef; typedef
|
| D | zconf.h.in | 107 typedef Byte Bytef; typedef
|
| /external/zlib/ |
| D | zconf.h | 158 # define Bytef z_Bytef macro 417 # define Bytef Byte FAR macro 419 typedef Byte FAR Bytef; typedef
|
| D | chromeconf.h | 143 #define Bytef Cr_z_Bytef macro
|
| /external/python/cpython2/Modules/zlib/ |
| D | zconf.h.in | 142 # define Bytef z_Bytef macro 398 # define Bytef Byte FAR macro 400 typedef Byte FAR Bytef; typedef
|
| D | zconf.h | 142 # define Bytef z_Bytef macro 398 # define Bytef Byte FAR macro 400 typedef Byte FAR Bytef; typedef
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | zconf.h | 142 # define Bytef z_Bytef macro 398 # define Bytef Byte FAR macro 400 typedef Byte FAR Bytef; typedef
|
| D | zconf.h.in | 142 # define Bytef z_Bytef macro 398 # define Bytef Byte FAR macro 400 typedef Byte FAR Bytef; typedef
|
| /external/angle/third_party/zlib/ |
| D | zconf.h | 154 # define Bytef z_Bytef macro 413 # define Bytef Byte FAR macro 415 typedef Byte FAR Bytef; typedef
|
| D | chromeconf.h | 143 #define Bytef Cr_z_Bytef macro
|
| /external/OpenCL-CTS/test_common/miniz/ |
| D | miniz.h | 219 typedef Byte Bytef; typedef
|