Home
last modified time | relevance | path

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

/NextBSD/contrib/xz/src/liblzma/lzma/
HDlzma_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()
/NextBSD/contrib/binutils/bfd/
HDlibieee.h58 unsigned int current_byte; member
/NextBSD/sys/cam/ctl/
HDctl.c6141 uint8_t *user_byte, *change_mask, *current_byte; in ctl_do_mode_select() local
6148 current_byte = page_index->page_data + in ctl_do_mode_select()
6156 (*current_byte & ~(*change_mask))) in ctl_do_mode_select()
6165 (((1 << i) & ~(*change_mask)) & *current_byte)) { in ctl_do_mode_select()
/NextBSD/sys/dev/bxe/
HDbxe.c754 uint8_t current_byte = 0; in calc_crc32() local
767 current_byte = crc32_packet[byte]; in calc_crc32()
776 if (msb != (0x1 & (current_byte >> bit))) in calc_crc32()