Searched refs:byte_index (Results 1 – 2 of 2) sorted by relevance
304 size_t byte_index; in count_buffer_zero_bits() local308 for (byte_index = 0; byte_index < size; byte_index++) { in count_buffer_zero_bits()309 byte = buf[byte_index]; in count_buffer_zero_bits()
325 size_t byte_index; in count_buffer_zero_bits() local329 for (byte_index = 0; byte_index < size; byte_index++) { in count_buffer_zero_bits()330 byte = buf[byte_index]; in count_buffer_zero_bits()