Lines Matching refs:u32
15 pub chunk_stream_id: u32,
19 pub fn new(fmt: u8, csid: u32) -> ChunkBasicHeader { in new()
42 pub timestamp: u32,
43 pub msg_length: u32,
45 pub msg_streamd_id: u32,
50 pub timestamp_delta: u32,
59 pub fn new(timestamp: u32, msg_length: u32, msg_type_id: u8, msg_stream_id: u32) -> Self { in new() argument
131 csid: u32, in new() argument
133 timestamp: u32, in new() argument
134 msg_length: u32, in new() argument
136 msg_stream_id: u32, in new() argument