Searched refs:xbytes (Results 1 – 1 of 1) sorted by relevance
228 unsigned int room, xbytes; in read_extra_bytes() local237 xbytes = nbytes > room ? room : nbytes; in read_extra_bytes()245 << zshift(xbytes)) in read_extra_bytes()246 >> zshift(xbytes+pbuf->carry_bytes); in read_extra_bytes()248 pbuf->carry_bytes += xbytes; in read_extra_bytes()249 nbytes -= xbytes; in read_extra_bytes()