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

/external/lzma/C/
H A DBra86.c6 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
39 if (!kMaskToAllowedStatus[prevMask] || Test86MSByte(b))
50 if (Test86MSByte(p[4]))
66 if (!Test86MSByte(b))
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp20 static bool inline Test86MSByte(Byte b) function in namespace:NCompress::NBcj2
171 // if (Test86MSByte(nextByte))
200 convert = Test86MSByte(nextByte);
203 convert = Test86MSByte(nextByte);
213 convert = Test86MSByte(nextByte);

Completed in 264 milliseconds