Home | History | Annotate | Download | only in priv

Lines Matching defs:inserted

588       Int inserted = 0;
592 inserted |= cc_dep1 & 0xff;
596 inserted |= cc_dep1 & 0xff00;
600 inserted |= cc_dep1 & 0xff0000;
604 inserted |= cc_dep1 & 0xff000000;
608 if (inserted & msb) // MSB is 1
610 if (inserted > 0)
923 /* Select the bits that were inserted */
926 /* cc == 0 --> all inserted bits zero or mask == 0 (cond == 8)
927 cc == 1 --> leftmost inserted bit is one (cond == 4)
928 cc == 2 --> leftmost inserted bit is zero and not (cond == 2)
929 all inserted bits are zero