Searched refs:count_of_consecutive_zero_bytes (Results 1 – 1 of 1) sorted by relevance
138 count_of_consecutive_zero_bytes: usize, field150 count_of_consecutive_zero_bytes: 0, in new()267 self.count_of_consecutive_zero_bytes += 1; in process_byte()270 if self.count_of_consecutive_zero_bytes >= 2 { in process_byte()272 if self.count_of_consecutive_zero_bytes > 2 { in process_byte()284 self.count_of_consecutive_zero_bytes = 0; in process_byte()287 self.count_of_consecutive_zero_bytes = 0; in process_byte()