Searched refs:from_shift (Results 1 – 1 of 1) sorted by relevance
313 size_t from_shift; in idg_read() local322 from_shift = min(sizeof(u32) - ((size_t)from - from4), len); in idg_read()329 memcpy(&buf[0], (u8 *)&data + (from - from4), from_shift); in idg_read()330 len_s -= from_shift; in idg_read()331 buf += from_shift; in idg_read()332 from += from_shift; in idg_read()