Searched refs:EOB (Results 1 – 2 of 2) sorted by relevance
166 Int32 EOB; in generateMTFValues() local195 EOB = s->nInUse+1; in generateMTFValues()197 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues()268 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
163 Int32 EOB; in BZ2_decompress() local217 EOB = s->save_EOB; in BZ2_decompress()394 EOB = s->nInUse+1; in BZ2_decompress()423 if (nextSym == EOB) break; in BZ2_decompress()649 s->save_EOB = EOB; in BZ2_decompress()
Completed in 4 milliseconds