Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/xz/src/liblzma/simple/
HDx86.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-14-stable/contrib/libarchive/libarchive/
HDarchive_read_support_format_7zip.c3810 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
3856 Test86MSByte(b)) { in x86_Convert()
3866 if (Test86MSByte(p[4])) { in x86_Convert()
3880 if (!Test86MSByte(b)) in x86_Convert()