Home | History | Annotate | Download | only in music

Lines Matching defs:shift

496             int shift = 0;
504 shift = 0;
507 n += ((c - '0') << shift);
509 n += ((10 + c - 'a') << shift);
515 shift += 4;
590 shift = 0;
602 shift = 0;
605 n += ((c - '0') << shift);
607 n += ((10 + c - 'a') << shift);
613 shift += 4;