Lines Matching defs:shift
288 int shift = 0, len = 0;305 shift = 0;314 data[0] |= c << shift;316 shift += 4;317 if (shift == 8) {318 shift = 0;322 if (shift != 0)