Home
last modified time | relevance | path

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

/webrtc/util/src/fixed_big_int/
H A Dmod.rs7 pub(crate) struct FixedBigInt { struct
13 impl fmt::Display for FixedBigInt { implementation
24 impl FixedBigInt { implementation
31 FixedBigInt { in new()
H A Dfixed_big_int_test.rs5 let mut bi = FixedBigInt::new(224); in test_fixed_big_int_set_bit()
/webrtc/util/src/replay_detector/
H A Dmod.rs20 mask: FixedBigInt,
35 mask: FixedBigInt::new(window_size), in new()
85 mask: FixedBigInt,
99 mask: FixedBigInt::new(window_size), in new()