Home | History | Annotate | Download | only in i18n

Lines Matching defs:shift

819     int32_t shift = 8;
821 if(shift == 0) {
827 shift = 16;
829 primary |= pair << shift;
830 shift -= 8;
835 primary |= (pair - 1) << shift;