Home
last modified time | relevance | path

Searched refs:Test86MSByte (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3783 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
3829 Test86MSByte(b)) { in x86_Convert()
3839 if (Test86MSByte(p[4])) { in x86_Convert()
3853 if (!Test86MSByte(b)) in x86_Convert()
/freebsd/contrib/xz/src/liblzma/simple/
H A Dx86.c17 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
71 if (Test86MSByte(b) in x86_code()
97 if (!Test86MSByte(b)) in x86_code()
114 if (Test86MSByte(b)) in x86_code()