Home | History | Annotate | Download | only in coll

Lines Matching defs:SHORT_PRIMARY_MASK

60     static final int SHORT_PRIMARY_MASK = 0xfc00;  // bits 15..10
69 (SHORT_PRIMARY_MASK << 16) | SHORT_PRIMARY_MASK; // 0xfc00fc00
117 static final int MAX_SHORT = SHORT_PRIMARY_MASK;
269 p &= SHORT_PRIMARY_MASK;
324 leftPair &= SHORT_PRIMARY_MASK;
360 rightPair &= SHORT_PRIMARY_MASK;
808 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) {
884 pair = SHORT_PRIMARY_MASK;
887 pair = SHORT_PRIMARY_MASK;