Home | History | Annotate | Download | only in Unwind

Lines Matching defs:shift

312               uint32_t shift = 0;
318 addend |= (v & 0x7f) << shift;
321 shift += 7;