Home | History | Annotate | Download | only in coll

Lines Matching defs:SHORT_PRIMARY_MASK

64     static final int SHORT_PRIMARY_MASK = 0xfc00;  // bits 15..10
73 (SHORT_PRIMARY_MASK << 16) | SHORT_PRIMARY_MASK; // 0xfc00fc00
121 static final int MAX_SHORT = SHORT_PRIMARY_MASK;
273 p &= SHORT_PRIMARY_MASK;
328 leftPair &= SHORT_PRIMARY_MASK;
364 rightPair &= SHORT_PRIMARY_MASK;
812 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) {
888 pair = SHORT_PRIMARY_MASK;
891 pair = SHORT_PRIMARY_MASK;