Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/simple/
DX86.java23 private static boolean test86MSByte(byte b) { in test86MSByte() method in X86
48 if (!MASK_TO_ALLOWED_STATUS[prevMask] || test86MSByte( in code()
59 if (test86MSByte(buf[i + 4])) { in code()
75 if (!test86MSByte((byte)(dest >>> (24 - index)))) in code()