Searched defs:match_byte (Results 1 – 6 of 6) sorted by relevance
29 uint32_t match_byte = (uint32_t)__builtin_ctz(~mask); /* Invert bits so identical = 0 */ in compare256_unaligned_avx2_static() local40 uint32_t match_byte = (uint32_t)__builtin_ctz(~mask); in compare256_unaligned_avx2_static() local
117 uint32_t match_byte = __builtin_ctz(diff) / 8; in compare256_unaligned_32_static() local157 uint64_t match_byte = __builtin_ctzll(diff) / 8; in compare256_unaligned_64_static() local
75 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte() method
104 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte() method
585 uint32_t match_byte; in lzma_literal() local
1727 uint32_t match_byte; in lzma_literal() local