Lines Matching defs:shift
562 int shift = 7;563 for (int i = 0; i < leftOverBits; ++i, --shift) {564 bits |= convert_8_to_1(*src++) << shift;