HomeSort by relevance Sort by last modified time
    Searched refs:Test86MSByte (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
Bra86.c 6 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF)
39 if (!kMaskToAllowedStatus[prevMask] || Test86MSByte(b))
50 if (Test86MSByte(p[4]))
66 if (!Test86MSByte(b))
  /external/lzma/C/
Bra86.c 6 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF)
39 if (!kMaskToAllowedStatus[prevMask] || Test86MSByte(b))
50 if (Test86MSByte(p[4]))
66 if (!Test86MSByte(b))
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 20 static bool inline Test86MSByte(Byte b)
171 // if (Test86MSByte(nextByte))
200 convert = Test86MSByte(nextByte);
203 convert = Test86MSByte(nextByte);
213 convert = Test86MSByte(nextByte);

Completed in 1029 milliseconds