Home
last modified time | relevance | path

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

/external/lzma/C/
DBra86.c8 #define Test86MSByte(b) ((((b) + 1) & 0xFE) == 0) macro
40 if (mask != 0 && (mask > 4 || mask == 3 || Test86MSByte(p[(mask >> 1) + 1]))) in x86_Convert()
49 if (Test86MSByte(p[4])) in x86_Convert()
61 if (Test86MSByte((Byte)(v >> sh))) in x86_Convert()