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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibieee.h58 unsigned int current_byte; member in struct:ieee_per_section
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c330 const uint8_t current_byte = *buf; local
333 if (len_main < 2 && current_byte != match_byte
348 match_byte, current_byte);
357 if (match_byte == current_byte) {
519 const uint8_t current_byte = *buf; local
527 !is_literal_state(state), match_byte, current_byte);
543 if (match_byte == current_byte
563 if (!next_is_literal && match_byte != current_byte) { // speed optimization
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c1577 u8 msb = 0, current_byte = 0; local
1586 current_byte = crc32_packet[byte];
1590 if (msb != (0x1 & (current_byte >> bit))) {
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c6103 uint8_t *user_byte, *change_mask, *current_byte; local
6110 current_byte = page_index->page_data +
6118 (*current_byte & ~(*change_mask)))
6127 (((1 << i) & ~(*change_mask)) & *current_byte)) {
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c735 uint8_t current_byte = 0; local
748 current_byte = crc32_packet[byte];
756 /* it (msb != current_byte[bit]) */
757 if (msb != (0x1 & (current_byte >> bit)))

Completed in 249 milliseconds