HomeSort by: relevance | last modified time | path
    Searched refs:Test86MSByte (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/simple/
x86.c 16 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF)
66 if (Test86MSByte(b) && (prev_mask >> 1) <= 4
91 if (!Test86MSByte(b))
108 if (Test86MSByte(b))
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_7zip.c 4047 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF)
4093 Test86MSByte(b)) {
4103 if (Test86MSByte(p[4])) {
4117 if (!Test86MSByte(b))

Completed in 17 milliseconds