Home
last modified time | relevance | path

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

/webrtc/sctp/src/
H A Dutil.rs82 const DIV: isize = 16; constant
87 const INTERVAL: u32 = ((1u64 << (SERIAL_BITS as u64)) / (DIV as u64)) as u32; in test_serial_number_arithmetic32bit()
91 for i in 0..DIV as u32 { in test_serial_number_arithmetic32bit()
167 const INTERVAL: u16 = ((1u64 << (SERIAL_BITS as u64)) / (DIV as u64)) as u16; in test_serial_number_arithmetic16bit()
171 for i in 0..DIV as u16 { in test_serial_number_arithmetic16bit()