Home
last modified time | relevance | path

Searched defs:match_byte (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dcompare258_avx.c29 uint32_t match_byte = (uint32_t)__builtin_ctz(~mask); /* Invert bits so identical = 0 */ in compare256_unaligned_avx2_static() local
40 uint32_t match_byte = (uint32_t)__builtin_ctz(~mask); in compare256_unaligned_avx2_static() local
/external/rust/crates/libz-sys/src/zlib-ng/
Dcompare258.c117 uint32_t match_byte = __builtin_ctz(diff) / 8; in compare256_unaligned_32_static() local
157 uint64_t match_byte = __builtin_ctzll(diff) / 8; in compare256_unaligned_64_static() local
/external/rust/crates/hashbrown/src/raw/
Dsse2.rs75 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte() method
Dgeneric.rs104 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte() method
/external/xz-embedded/linux/lib/xz/
Dxz_dec_lzma2.c585 uint32_t match_byte; in lzma_literal() local
/external/toybox/toys/pending/
Dxzcat.c1727 uint32_t match_byte; in lzma_literal() local