Searched refs:append_nbits_to_uint32 (Results 1 – 2 of 2) sorted by relevance
43 pub(crate) fn append_nbits_to_uint32(src: u32, n: u32, val: u32) -> u32 { in append_nbits_to_uint32() function
536 let reference_time_and_fb_pkt_count = append_nbits_to_uint32(0, 24, self.reference_time); in marshal_to()538 append_nbits_to_uint32(reference_time_and_fb_pkt_count, 8, self.fb_pkt_count as u32); in marshal_to()