Searched refs:bytes_to_consume (Results 1 – 3 of 3) sorted by relevance
99 bytes_to_consume = (n); \411 unsigned l = len < bytes_to_consume ? len : bytes_to_consume; in read()415 if (l < bytes_to_consume) { in read()418 bytes_to_consume -= l; in read()438 for (;len >= bytes_to_consume; q=buf) { in read()440 buf += bytes_to_consume; in read()441 len -= bytes_to_consume; in read()919 bytes_to_consume -= len; in read()
158 unsigned bytes_to_consume; /* Number of bytes to accumulate */ member182 bytes_to_consume = 6;
133588 Properly reset |bytes_to_consume| when reaching the "gif_done" state in