Searched refs:dst_offset (Results 1 – 1 of 1) sorted by relevance
159 let mut dst_offset = 0; in bit_put_string() localVariable161 let dst_offset_next = dst_offset + byte_width; in bit_put_string()163 .copy_from_slice(&dst[dst_offset..dst_offset_next]); in bit_put_string()166 dst_offset = dst_offset_next; in bit_put_string()