Home
last modified time | relevance | path

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

/u-boot/lib/bzip2/
A Dbzlib_compress.c166 Int32 EOB; in generateMTFValues() local
195 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()
A Dbzlib_decompress.c163 Int32 EOB; in BZ2_decompress() local
217 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