Home | History | Annotate | Download | only in switchback

Lines Matching refs:sI

683       Int sI, sI2;
837 sI = S+A-P;
838 sI >>= 2;
839 /* the top 9 bits of sI must be the same (all 0s or
841 sI2 = sI >> 23; /* 23 == 32 - 9 */
847 *((UInt*)pP) |= (0xFFFFFF & sI) << 2;