Home | History | Annotate | Download | only in music

Lines Matching defs:shift

490             int shift = 0;
498 shift = 0;
501 n += ((c - '0') << shift);
503 n += ((10 + c - 'a') << shift);
509 shift += 4;
584 shift = 0;
596 shift = 0;
599 n += ((c - '0') << shift);
601 n += ((10 + c - 'a') << shift);
607 shift += 4;