Searched defs:b (Results 1 – 5 of 5) sorted by relevance
43 let b = CRC32_TABLE[(a & 0xff) as usize]; in gen_crc32() localVariable
113 let mut b = vec![0u8; 3000]; in handle_whip() localVariable
338 let b = BytesMut::from(&ss[..]); in test_string() localVariable
681 let b = aa.wrapping_add(5); in test_overflow_add() localVariable
344 let mut b = BytesMut::new(); in test_bytes_to_bigend() localVariable