Searched refs:kTopMask (Results 1 – 3 of 3) 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()
2566 const int kTopMask = 0x3800; in VerifyX87StackDepth() local2570 and_(eax, kTopMask); in VerifyX87StackDepth()