Searched defs:c_state_out_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c766 Int32 c_state_out_len = s->state_out_len; local
783 if (c_state_out_len > 0) {
786 if (c_state_out_len == 1) break;
789 c_state_out_len--;
796 c_state_out_len = 1; goto return_notr;
810 c_state_out_len = 0; goto return_notr;
820 c_state_out_len = 2;
825 c_state_out_len = 3;
831 c_state_out_len = ((Int32)k1) + 4;
844 s->state_out_len = c_state_out_len;
[all...]

Completed in 51 milliseconds