Home
last modified time | relevance | path

Searched refs:current_hash (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
H A Dchecksum.rs6 fn current_hash(&self) -> u32; in current_hash() method
20 fn current_hash(&self) -> u32 { in current_hash() method
28 fn current_hash(&self) -> u32 { in current_hash() method
54 fn current_hash(&self) -> u32 { in current_hash() method
68 fn current_hash(&self) -> u32 { in current_hash() method
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
H A Dchecksum.rs6 fn current_hash(&self) -> u32; in current_hash() method
20 fn current_hash(&self) -> u32 { in current_hash() method
28 fn current_hash(&self) -> u32 { in current_hash() method
54 fn current_hash(&self) -> u32 { in current_hash() method
68 fn current_hash(&self) -> u32 { in current_hash() method
/dports/misc/broot/broot-1.7.0/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
H A Dchecksum.rs6 fn current_hash(&self) -> u32; in current_hash() method
20 fn current_hash(&self) -> u32 { in current_hash() method
28 fn current_hash(&self) -> u32 { in current_hash() method
54 fn current_hash(&self) -> u32 { in current_hash() method
68 fn current_hash(&self) -> u32 { in current_hash() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/deflate-0.9.1/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub const fn current_hash(&self) -> u16 { in current_hash() method
[all …]
H A Dchecksum.rs6 fn current_hash(&self) -> u32; in current_hash() method
20 fn current_hash(&self) -> u32 { in current_hash() method
28 fn current_hash(&self) -> u32 { in current_hash() method
54 fn current_hash(&self) -> u32 { in current_hash() method
68 fn current_hash(&self) -> u32 { in current_hash() method
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
H A Dchecksum.rs6 fn current_hash(&self) -> u32; in current_hash() method
20 fn current_hash(&self) -> u32 { in current_hash() method
28 fn current_hash(&self) -> u32 { in current_hash() method
54 fn current_hash(&self) -> u32 { in current_hash() method
69 fn current_hash(&self) -> u32 { in current_hash() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/deflate/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub const fn current_hash(&self) -> u16 { in current_hash() method
[all …]
H A Dchecksum.rs6 fn current_hash(&self) -> u32; in current_hash() method
20 fn current_hash(&self) -> u32 { in current_hash() method
28 fn current_hash(&self) -> u32 { in current_hash() method
54 fn current_hash(&self) -> u32 { in current_hash() method
68 fn current_hash(&self) -> u32 { in current_hash() method
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/deflate-0.7.19/src/
H A Dchained_hash_table.rs94 current_hash: u16, field
104 current_hash: 0, in new()
113 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
114 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
120 self.current_hash = 0; in reset()
133 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
134 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
158 self.current_hash = new_hash; in add_hash_value()
164 self.current_hash = hash; in set_hash()
189 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/deflate-0.8.4/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/deflate-0.7.19/src/
H A Dchained_hash_table.rs94 current_hash: u16, field
104 current_hash: 0, in new()
113 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
114 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
120 self.current_hash = 0; in reset()
133 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
134 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
158 self.current_hash = new_hash; in add_hash_value()
164 self.current_hash = hash; in set_hash()
189 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/deflate/src/
H A Dchained_hash_table.rs94 current_hash: u16, field
104 current_hash: 0, in new()
113 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
114 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
120 self.current_hash = 0; in reset()
133 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
134 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
158 self.current_hash = new_hash; in add_hash_value()
164 self.current_hash = hash; in set_hash()
189 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs73 current_hash: u16,
83 current_hash: 0,
92 t.current_hash = update_hash(t.current_hash, v1);
93 t.current_hash = update_hash(t.current_hash, v2);
99 self.current_hash = 0;
112 self.current_hash = update_hash(self.current_hash, v1);
113 self.current_hash = update_hash(self.current_hash, v2);
137 self.current_hash = new_hash;
143 self.current_hash = hash;
168 pub fn current_hash(&self) -> u16 {
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs73 current_hash: u16, field
83 current_hash: 0, in new()
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
99 self.current_hash = 0; in reset()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
137 self.current_hash = new_hash; in add_hash_value()
143 self.current_hash = hash; in set_hash()
168 pub fn current_hash(&self) -> u16 { in current_hash() method
[all …]

12345678910>>...12