Searched refs:current_byte (Results 1 – 5 of 5) sorted by relevance
330 const uint8_t current_byte = *buf; in helper1() local333 if (len_main < 2 && current_byte != match_byte in helper1()348 match_byte, current_byte); in helper1()357 if (match_byte == current_byte) { in helper1()519 const uint8_t current_byte = *buf; in helper2() local527 !is_literal_state(state), match_byte, current_byte); in helper2()543 if (match_byte == current_byte in helper2()563 if (!next_is_literal && match_byte != current_byte) { // speed optimization in helper2()
58 unsigned int current_byte; member
1577 u8 msb = 0, current_byte = 0; in ecore_calc_crc32c() local1586 current_byte = crc32_packet[byte]; in ecore_calc_crc32c()1590 if (msb != (0x1 & (current_byte >> bit))) { in ecore_calc_crc32c()
6113 uint8_t *user_byte, *change_mask, *current_byte; in ctl_do_mode_select() local6120 current_byte = page_index->page_data + in ctl_do_mode_select()6128 (*current_byte & ~(*change_mask))) in ctl_do_mode_select()6137 (((1 << i) & ~(*change_mask)) & *current_byte)) { in ctl_do_mode_select()
740 uint8_t current_byte = 0; in calc_crc32() local753 current_byte = crc32_packet[byte]; in calc_crc32()762 if (msb != (0x1 & (current_byte >> bit))) in calc_crc32()