Searched refs:current_byte (Results 1 – 4 of 4) sorted by relevance
329 const uint8_t current_byte = *buf; in helper1() local332 if (len_main < 2 && current_byte != match_byte in helper1()347 match_byte, current_byte); in helper1()356 if (match_byte == current_byte) { in helper1()518 const uint8_t current_byte = *buf; in helper2() local526 !is_literal_state(state), match_byte, current_byte); in helper2()542 if (match_byte == current_byte in helper2()562 if (!next_is_literal && match_byte != current_byte) { // speed optimization in helper2()
1575 u8 msb = 0, current_byte = 0; in ecore_calc_crc32c() local1584 current_byte = crc32_packet[byte]; in ecore_calc_crc32c()1588 if (msb != (0x1 & (current_byte >> bit))) { in ecore_calc_crc32c()
6145 uint8_t *user_byte, *change_mask, *current_byte; in ctl_do_mode_select() local6152 current_byte = page_index->page_data + in ctl_do_mode_select()6160 (*current_byte & ~(*change_mask))) in ctl_do_mode_select()6169 (((1 << i) & ~(*change_mask)) & *current_byte)) { in ctl_do_mode_select()
724 uint8_t current_byte = 0; in calc_crc32() local737 current_byte = crc32_packet[byte]; in calc_crc32()746 if (msb != (0x1 & (current_byte >> bit))) in calc_crc32()