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()
42 uint32_t buf_total; member350 if (length + ctx->ds->buf_offset > ctx->ds->buf_total) in vrend_decode_resource_inline_write()1319 gdctx->ds->buf_total = ndw; in vrend_decode_block()1322 while (gdctx->ds->buf_offset < gdctx->ds->buf_total) { in vrend_decode_block()1328 if (gdctx->ds->buf_offset + len + 1 > gdctx->ds->buf_total) { in vrend_decode_block()
1698 * src/lzw/ftzopen.h: The types of FT_LzwState->{buf_total,5921 `buf_total' members.