Searched defs:Compression (Results 1 – 17 of 17) sorted by relevance
7 ### Intent23 ### Specification37 ### Compression Method Asymmetry Between Peers62 ### Specific Disabling of Compression69 ### Compression Levels and Algorithms87 ### Propagation to child RPCs93 ### Test cases
187 pub struct Compression(u32); struct189 impl Compression { impl195 pub const fn new(level: u32) -> Compression { in new()222 impl Default for Compression { implementation
200 pub fn new(level: Compression, zlib_header: bool) -> Compress { in new()225 level: Compression, in new_with_window_bits()256 pub fn new_gzip(level: Compression, window_bits: u8) -> Compress { in new_gzip()
24 ## Compression section in flate2
64 enum Compression { enum
17 enum class Compression { enum
42 ### Compression subsection in Introduction
45 DWORD Compression = 0; in getCompression() local
27 fn make(level: Compression, zlib_header: bool, window_bits: u8) -> Self; in make()
127 fn make(level: Compression, zlib_header: bool, _window_bits: u8) -> Self { in make()
293 fn make(level: Compression, zlib_header: bool, window_bits: u8) -> Self { in make()
324 uint32_t Compression) { in dumpPDBSourceCompression()
320 Compression : Boolean; variable
998 unsigned char Compression; in ReadWPGImage() member
339 uint8_t Compression; // PDB_SourceCompression enumeration. member
255 enum Compression enum in xe::ri::Image