Home
last modified time | relevance | path

Searched refs:Test86MSByte (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/xz/src/liblzma/simple/
H A Dx86.c16 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
66 if (Test86MSByte(b) && (prev_mask >> 1) <= 4 in x86_code()
91 if (!Test86MSByte(b)) in x86_code()
108 if (Test86MSByte(b)) in x86_code()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c4030 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
4076 Test86MSByte(b)) { in x86_Convert()
4086 if (Test86MSByte(p[4])) { in x86_Convert()
4100 if (!Test86MSByte(b)) in x86_Convert()