Home | History | Annotate | Download | only in ltrace

Lines Matching defs:shift

331 	int shift = 0;
340 result |= (uint64_t)payload << shift;
341 shift += 7;
342 if (shift > size && byte != 0x1)