Lines Matching defs:shift
108 int shift = 0;125 res = res | (val << shift);128 * Increment shift & dot pointer130 shift += 7;150 int shift = 0;167 res = res | (val << shift);170 * Increment shift & dot pointer172 shift += 7;186 res = (res << (64 - shift)) >> (64 - shift);