Lines Matching defs:buf_end
809 const uint8_t *buf, const uint8_t *buf_end, in decode_short_horizontal_delta()
862 const uint8_t *buf, const uint8_t *buf_end, in decode_byte_vertical_delta()
929 const uint8_t *buf, const uint8_t *buf_end, in decode_delta_j()
1040 const uint8_t *buf, const uint8_t *buf_end, in decode_short_vertical_delta()
1108 const uint8_t *buf, const uint8_t *buf_end, in decode_long_vertical_delta()
1194 const uint8_t *buf, const uint8_t *buf_end, in decode_short_vertical_delta2()
1254 const uint8_t *buf, const uint8_t *buf_end, in decode_long_vertical_delta2()
1336 const uint8_t *buf, const uint8_t *buf_end, in decode_delta_d()
1395 const uint8_t *buf, const uint8_t *buf_end, in decode_delta_e()
1450 const uint8_t *buf, const uint8_t *buf_end, in decode_delta_l()
1531 const uint8_t *buf_end = buf + buf_size; in decode_frame() local