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

/illumos-gate/usr/src/common/bzip2/
H A Dcompress.c127 Int32 EOB; local
156 EOB = s->nInUse+1;
158 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
229 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
H A Ddecompress.c120 Int32 EOB; local
174 EOB = s->save_EOB;
351 EOB = s->nInUse+1;
377 if (nextSym == EOB) break;
621 s->save_EOB = EOB;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h50 #undef EOB macro
51 #define EOB 0 macro
224 if ((c = GETCHR()) == EOB && pp.in->type == IN_FILE) \
245 if ((c = GETCHR()) == EOB) BACKIN(); \

Completed in 64 milliseconds