Searched refs:buffLive (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/bzip2/
H A Dbzip2recover.c147 Int32 buffLive; member in struct:__anon2
160 bs->buffLive = 0;
173 bs->buffLive = 0;
182 if (bs->buffLive == 8) {
186 bs->buffLive = 1;
190 bs->buffLive++;
201 if (bs->buffLive > 0) {
202 bs->buffLive --;
203 return ( ((bs->buffer) >> (bs->buffLive)) & 0x1 );
210 bs->buffLive
[all...]

Completed in 125 milliseconds