Home
last modified time | relevance | path

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

/dragonfly/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()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3634 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
3680 Test86MSByte(b)) { in x86_Convert()
3690 if (Test86MSByte(p[4])) { in x86_Convert()
3704 if (!Test86MSByte(b)) in x86_Convert()