Home
last modified time | relevance | path

Searched defs:their_dist (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/h2/src/hpack/
Dtable.rs186 let their_dist = probe_distance(self.mask, pos.hash, probe); in index_dynamic() localVariable
288 let their_dist = probe_distance(self.mask, pos.hash, back); in index_vacant() localVariable
592 let their_dist = probe_distance(self.mask, pos.hash, probe); in assert_valid_state() localVariable
/external/rust/crates/http/src/header/
Dmap.rs391 let their_dist = probe_distance($map.mask, entry_hash, $probe); localVariable
1476 let their_dist = probe_distance(self.mask, entry_hash, probe); in rebuild() localVariable