Lines Matching defs:wrap
153 * Otherwise (if it would cause a wrap around,) a pointer to a user-specified
178 "couldn't reallocate wrap buffer of size %d", len);
197 * the wrap point or end of request.
200 * to get the post-wrap buf if the returned len is less than the requested.
392 /* If fifo end was hit do the wrap around. */
394 uint8_t wrap[2];
396 wrap[0] = buf[read_len - 1];
397 /* search_start + 1 is the post-wrap offset in the fifo. */
401 wrap[1] = buf[0];
403 if ((AV_RB16(wrap) & 0xFFFE) == 0xFFF8) {
409 /* Continue to do the last half of the wrap. */