Searched refs:bit_pattern (Results 1 – 2 of 2) sorted by relevance
216 * 3. bit_pattern contains the bits that will be set if the threshold value is223 s32 bit_pattern; member
835 let bit_pattern = [0xff, 0xb8, b'B', b'I', b'T', 0x00]; in find_bit_header() localVariable 836 let bit_offset = Self::find_byte_pattern(data, &bit_pattern)?; in find_bit_header()