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

/ast/src/cmd/bzip/
H A Dbzip2recover.c128 Int32 buffLive; member in struct:__anon50
141 bs->buffLive = 0;
154 bs->buffLive = 0;
163 if (bs->buffLive == 8) {
167 bs->buffLive = 1;
171 bs->buffLive++;
182 if (bs->buffLive > 0) {
183 bs->buffLive --;
184 return ( ((bs->buffer) >> (bs->buffLive)) & 0x1 );
191 bs->buffLive
[all...]

Completed in 10 milliseconds