Lines Matching defs:shift
377 uintptr_t shift = 0;383 result |= (byte & 0x7f) << shift;384 shift += 7;401 uintptr_t shift = 0;407 result |= (byte & 0x7f) << shift;408 shift += 7;414 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) {415 result |= (~0 << shift);