Lines Matching defs:buf
47 uint8_t buf[0x80][0x800]; ///< the temporary storage buffer
77 const uint8_t *buf, const uint8_t *end)
79 const uint8_t *p = buf;
90 return p - buf + item_len;
154 const uint8_t *buf, const uint8_t *end)
156 const uint8_t *p = buf;
175 to_copy = FFMIN(len + (p - &buf[1]), 0x800 - qdm->len[id]);
176 memcpy(&qdm->buf[id][qdm->len[id]], buf + 1, to_copy);
179 return p + len - buf;
221 memcpy(p, qdm->buf[n], to_copy);
241 const uint8_t *buf, int len, uint16_t seq,
245 const uint8_t *end = buf + len, *p = buf;