Home
last modified time | relevance | path

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

/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/inflate-0.4.5/src/
H A Dlib.rs670 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
692 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
719 ok_bytes!(1, ZlibFlags(b)) in next_state()
740 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
952 ok_bytes!(0, Bits(next, state)) in next_state()
959 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
962 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
967 return ok_bytes!(0, Finished); in next_state()
978 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
982 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/inflate-0.4.5/src/
H A Dlib.rs670 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
692 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
719 ok_bytes!(1, ZlibFlags(b)) in next_state()
740 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
952 ok_bytes!(0, Bits(next, state)) in next_state()
959 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
962 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
967 return ok_bytes!(0, Finished); in next_state()
978 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
982 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/inflate-0.4.5/src/
H A Dlib.rs670 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
692 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
719 ok_bytes!(1, ZlibFlags(b)) in next_state()
740 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
952 ok_bytes!(0, Bits(next, state)) in next_state()
959 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
962 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
967 return ok_bytes!(0, Finished); in next_state()
978 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
982 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/inflate-0.4.5/src/
H A Dlib.rs670 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
692 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
719 ok_bytes!(1, ZlibFlags(b)) in next_state()
740 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
952 ok_bytes!(0, Bits(next, state)) in next_state()
959 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
962 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
967 return ok_bytes!(0, Finished); in next_state()
978 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
982 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/inflate-0.4.5/src/
H A Dlib.rs670 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
692 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
719 ok_bytes!(1, ZlibFlags(b)) in next_state()
740 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
952 ok_bytes!(0, Bits(next, state)) in next_state()
959 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
962 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
967 return ok_bytes!(0, Finished); in next_state()
978 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
982 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/inflate-0.4.3/src/
H A Dlib.rs669 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
691 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
718 ok_bytes!(1, ZlibFlags(b)) in next_state()
739 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
948 ok_bytes!(0, Bits(next, state)) in next_state()
955 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
958 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
963 return ok_bytes!(0, Finished); in next_state()
974 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
978 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/inflate/src/
H A Dlib.rs670 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
692 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
719 ok_bytes!(1, ZlibFlags(b)) in next_state()
740 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
952 ok_bytes!(0, Bits(next, state)) in next_state()
959 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
962 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
967 return ok_bytes!(0, Finished); in next_state()
978 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
982 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/inflate-0.4.5/src/
H A Dlib.rs670 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
692 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
719 ok_bytes!(1, ZlibFlags(b)) in next_state()
740 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
952 ok_bytes!(0, Bits(next, state)) in next_state()
959 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
962 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
967 return ok_bytes!(0, Finished); in next_state()
978 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
982 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/inflate-0.4.5/src/
H A Dlib.rs670 macro_rules! ok_bytes (($n:expr, $state:expr) => ({ in next_state() macro
692 return ok_bytes!($bytes, LenDist(($next, $state), len, dist)); in next_state()
719 ok_bytes!(1, ZlibFlags(b)) in next_state()
740 ok_bytes!(1, Bits(BlockHeader, BitState { n: 0, v: 0 })) in next_state()
952 ok_bytes!(0, Bits(next, state)) in next_state()
959 push_or!(b, ok_bytes!(i, Uncompressed(len))); in next_state()
962 ok_bytes!(data.len(), Uncompressed(len)) in next_state()
967 return ok_bytes!(0, Finished); in next_state()
978 return ok_bytes!(used, CheckCRC(len, bytes)); in next_state()
982 ok_bytes!(used, Finished) in next_state()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/
H A DREADME.md320 * | json | if(status == 200, sc_bytes, 0) as ok_bytes