HomeSort by: relevance | last modified time | path
    Searched defs:thisbyte (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/gzip/
unpack.c 174 int i, j, thisbyte; local
232 if ((thisbyte = unpack_fgetc_in(unpackd, pre, prelen)) == EOF)
234 unpackd->symbolsin[i] = (unsigned char)thisbyte;
260 thisbyte = unpack_fgetc_in(unpackd, pre, prelen);
261 if (thisbyte == EOF)
263 *unpackd->symbol_eob++ = (char)thisbyte;
286 int thislevel, thiscode, thisbyte, inlevelindex; local
300 thiscode = thisbyte = 0;
302 while ((thisbyte = unpack_fgetc_in(unpackd, &pre, &prelen)) != EOF) {
308 * Split one bit from thisbyte, from highest to lowest
    [all...]

Completed in 20 milliseconds