Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/xz/src/liblzma/lzma/
Dlzma_encoder_optimum_normal.c330 const uint8_t current_byte = *buf; in helper1() local
333 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() local
527 !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()
/freebsd-10-stable/contrib/binutils/bfd/
Dlibieee.h58 unsigned int current_byte; member
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_l2.c1577 u8 msb = 0, current_byte = 0; in ecore_calc_crc32c() local
1586 current_byte = crc32_packet[byte]; in ecore_calc_crc32c()
1590 if (msb != (0x1 & (current_byte >> bit))) { in ecore_calc_crc32c()
/freebsd-10-stable/sys/cam/ctl/
Dctl.c6113 uint8_t *user_byte, *change_mask, *current_byte; in ctl_do_mode_select() local
6120 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()
/freebsd-10-stable/sys/dev/bxe/
Dbxe.c740 uint8_t current_byte = 0; in calc_crc32() local
753 current_byte = crc32_packet[byte]; in calc_crc32()
762 if (msb != (0x1 & (current_byte >> bit))) in calc_crc32()