Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c92 int bit_offset; member
1120 if (bit_offset != 0) { in decompress_sequences()
1605 in->bit_offset = (num_bits + in->bit_offset) % 8; in IO_read_bits()
1635 if (in->bit_offset != 0) { in IO_align_stream()
1641 in->bit_offset = 0; in IO_align_stream()
1668 if (in->bit_offset != 0) { in IO_get_read_ptr()
1694 if (in->bit_offset != 0) { in IO_advance_input()
1734 size_t bit_offset = offset % 8; in read_bits_LE() local
1744 shift += 8 - bit_offset; in read_bits_LE()
1745 left -= 8 - bit_offset; in read_bits_LE()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dst,stm32-rcc.txt45 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
46 Where bit_offset is the bit offset within the register (LSB is 0, MSB is 31).
129 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
130 Where bit_offset is the bit offset within the register.
H A Dst,stm32h7-rcc.txt61 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
62 Where bit_offset is the bit offset within the register.
H A Dst,stm32mp1-rcc.yaml35 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
36 Where bit_offset is the bit offset within the register.