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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlibieee.h58 unsigned int current_byte; member in struct:ieee_per_section
/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c336 const uint8_t current_byte = *buf; local
339 if (len_main < 2 && current_byte != match_byte
354 match_byte, current_byte);
363 if (match_byte == current_byte) {
526 const uint8_t current_byte = *buf; local
534 !is_literal_state(state), match_byte, current_byte);
550 if (match_byte == current_byte
570 if (!next_is_literal && match_byte != current_byte) { // speed optimization
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl.c6258 uint8_t *user_byte, *change_mask, *current_byte; local
6265 current_byte = page_index->page_data +
6273 (*current_byte & ~(*change_mask)))
6282 (((1 << i) & ~(*change_mask)) & *current_byte)) {
/freebsd-10.0-release/sys/dev/bxe/
H A Dbxe.c759 uint8_t current_byte = 0; local
772 current_byte = crc32_packet[byte];
780 /* it (msb != current_byte[bit]) */
781 if (msb != (0x1 & (current_byte >> bit)))

Completed in 125 milliseconds