Home
last modified time | relevance | path

Searched defs:EncodingParams (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/filler/
H A Dapacker-filler.cc38 struct EncodingParams struct
40 unsigned n_calls;
41 unsigned call_mask;
42 unsigned constbyte;
43 unsigned constbyte2;
44 unsigned literalbits;
45 bool appends;
47 bool useliteraltable;
49 unsigned shortmatchmin;
50 unsigned limit_at_1byte;
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/
H A DRFC2616.h86 using EncodingParams = variable
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/encoding/
H A Dencodingparams.h37 typedef std::shared_ptr<EncodingParamsImpl> EncodingParams; typedef
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/id3-0.5.3/src/stream/frame/
H A Dcontent.rs67 struct EncodingParams<'a> { struct
68 delim_len: u8,
69 string_func: Box<dyn Fn(&mut Vec<u8>, &str) + 'a>,