Home
last modified time | relevance | path

Searched refs:current_byte (Results 1 – 4 of 4) sorted by relevance

/src/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c329 const uint8_t current_byte = *buf; in helper1() local
332 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() local
526 !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()
/src/sys/dev/qlnx/qlnxe/
H A Decore_l2.c1575 u8 msb = 0, current_byte = 0; in ecore_calc_crc32c() local
1584 current_byte = crc32_packet[byte]; in ecore_calc_crc32c()
1588 if (msb != (0x1 & (current_byte >> bit))) { in ecore_calc_crc32c()
/src/sys/cam/ctl/
H A Dctl.c6145 uint8_t *user_byte, *change_mask, *current_byte; in ctl_do_mode_select() local
6152 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()
/src/sys/dev/bxe/
H A Dbxe.c724 uint8_t current_byte = 0; in calc_crc32() local
737 current_byte = crc32_packet[byte]; in calc_crc32()
746 if (msb != (0x1 & (current_byte >> bit))) in calc_crc32()