Searched refs:kTopMask (Results 1 – 5 of 5) sorted by relevance
6 static final int kTopMask = ~((1 << 24) - 1); field in Decoder45 if ((Range & kTopMask) == 0) in DecodeDirectBits()62 if ((Range & kTopMask) == 0) in DecodeBit()74 if ((Range & kTopMask) == 0) in DecodeBit()
6 static final int kTopMask = ~((1 << 24) - 1); field in Encoder77 if ((Range & Encoder.kTopMask) == 0) in EncodeDirectBits()117 if ((Range & kTopMask) == 0) in Encode()
22 static final int kTopMask = ~((1 << 24) - 1); field in Decoder56 if ((Range & kTopMask) == 0) { in DecodeDirectBits()70 if ((Range & kTopMask) == 0) { in DecodeBit()79 if ((Range & kTopMask) == 0) { in DecodeBit()
22 static final int kTopMask = ~((1 << 24) - 1); field in Encoder81 if ((Range & Encoder.kTopMask) == 0) { in EncodeDirectBits()111 if ((Range & kTopMask) == 0) { in Encode()
2617 const int kTopMask = 0x3800; in VerifyX87StackDepth() local2621 and_(eax, kTopMask); in VerifyX87StackDepth()