Searched refs:buf_total (Results 1 – 4 of 4) sorted by relevance
122 FT_Offset buf_total; member
42 state->buf_total += count; in ft_lzwstate_refill()200 state->buf_total = 0; in ft_lzwstate_reset()
1642 const uint32_t buf_total = size / sizeof(uint32_t); in vrend_decode_ctx_submit_cmd() local1645 while (buf_offset < buf_total) { in vrend_decode_ctx_submit_cmd()1661 if (buf_offset > buf_total) { in vrend_decode_ctx_submit_cmd()
1698 * src/lzw/ftzopen.h: The types of FT_LzwState->{buf_total,5921 `buf_total' members.