Home
last modified time | relevance | path

Searched refs:lsh (Results 1 – 3 of 3) sorted by relevance

/webrtc/util/src/fixed_big_int/
H A Dfixed_big_int_test.rs13 bi.lsh(1); in test_fixed_big_int_set_bit()
19 bi.lsh(0); in test_fixed_big_int_set_bit()
30 bi.lsh(20); in test_fixed_big_int_set_bit()
41 bi.lsh(4); in test_fixed_big_int_set_bit()
52 bi.lsh(64); in test_fixed_big_int_set_bit()
64 bi.lsh(129); in test_fixed_big_int_set_bit()
71 bi.lsh(1); in test_fixed_big_int_set_bit()
H A Dmod.rs43 pub(crate) fn lsh(&mut self, n: usize) { in lsh() method
/webrtc/util/src/replay_detector/
H A Dmod.rs71 self.mask.lsh((self.seq - self.latest_seq) as usize); in accept()
161 self.mask.lsh((-diff) as usize); in accept()