Home
last modified time | relevance | path

Searched defs:b (Results 1 – 5 of 5) sorted by relevance

/xiu/library/container/mpegts/src/
H A Dcrc32.rs43 let b = CRC32_TABLE[(a & 0xff) as usize]; in gen_crc32() localVariable
/xiu/protocol/webrtc/src/
H A Dwhip.rs113 let mut b = vec![0u8; 3000]; in handle_whip() localVariable
/xiu/protocol/rtsp/src/sdp/
H A Dfmtp.rs338 let b = BytesMut::from(&ss[..]); in test_string() localVariable
/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs681 let b = aa.wrapping_add(5); in test_overflow_add() localVariable
/xiu/library/container/flv/src/
H A Dmpeg4_avc.rs344 let mut b = BytesMut::new(); in test_bytes_to_bigend() localVariable