Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DBra86.c6 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
39 if (!kMaskToAllowedStatus[prevMask] || Test86MSByte(b)) in x86_Convert()
50 if (Test86MSByte(p[4])) in x86_Convert()
66 if (!Test86MSByte(b)) in x86_Convert()
/external/lzma/C/
DBra86.c6 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF) macro
39 if (!kMaskToAllowedStatus[prevMask] || Test86MSByte(b)) in x86_Convert()
50 if (Test86MSByte(p[4])) in x86_Convert()
66 if (!Test86MSByte(b)) in x86_Convert()
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp20 static bool inline Test86MSByte(Byte b) in Test86MSByte() function
200 convert = Test86MSByte(nextByte); in CodeReal()
203 convert = Test86MSByte(nextByte); in CodeReal()
213 convert = Test86MSByte(nextByte); in CodeReal()