Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/udl/
H A Dbuild.c36 uint32_t bit_pattern; in main() local
43 bit_pattern = htobe32(udl_huffman[i].bit_pattern); in main()
46 if (fwrite(&bit_pattern, sizeof(bit_pattern), 1, file) != 1) in main()
H A Dudl_huffman.h18 uint32_t bit_pattern; member
/openbsd/sys/dev/usb/
H A Dudl.h330 uint32_t bit_pattern; member
H A Dudl.c1614 uint32_t bit_count, bit_pattern, bit_cur; in udl_cmd_insert_buf_comp() local
1646 bit_pattern = betoh32(h->bit_pattern); in udl_cmd_insert_buf_comp()
1664 bit_cur = (bit_pattern >> j) & 1; in udl_cmd_insert_buf_comp()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dutf8.t94 for my $bit_pattern (1 .. (1 << $word_length) - 1) {
95 my $bits = $bit_pattern;