Home
last modified time | relevance | path

Searched refs:isempty_RL (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.cpp171 static Bool isempty_RL(EState* s) { in isempty_RL() function
406 if (s->mode == BZ_M_FINISHING && s->avail_in_expect == 0 && isempty_RL(s)) in handle_compress()
410 if (s->mode == BZ_M_FLUSHING && s->avail_in_expect == 0 && isempty_RL(s)) in handle_compress()
474 if (s->avail_in_expect > 0 || !isempty_RL(s) || s->state_out_pos < s->numZ) in BZ_API()
487 if (s->avail_in_expect > 0 || !isempty_RL(s) || s->state_out_pos < s->numZ) in BZ_API()