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

/macosx-10.10/file_cmds-242/gzip/
H A Dunpack.c153 int i, j, thisbyte; local
201 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
203 unpackd->symbolsin[i] = (unsigned char)thisbyte;
228 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
230 *unpackd->symbol_eob++ = (char)thisbyte;
251 int thislevel, thiscode, thisbyte, inlevelindex; local
265 thiscode = thisbyte = 0;
267 while ((thisbyte = fgetc(unpackd->fpIn)) != EOF) {
271 * Split one bit from thisbyte, from highest to lowest,
276 thiscode = (thiscode << 1) | ((thisbyte >>
[all...]

Completed in 263 milliseconds