Lines Matching defs:shift
289 int shift = 0, len = 0;306 shift = 0;315 data[0] |= c << shift;317 shift += 4;318 if (shift == 8) {319 shift = 0;323 if (shift != 0)