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

/freebsd-12-stable/usr.bin/gzip/
H A Dunpack.c258 int thislevel, thiscode, thisbyte, inlevelindex; local
265 * into 'thiscode' bit-by-bit, then output the symbol we got
272 thiscode = thisbyte = 0;
281 * feed the bit into thiscode, until we got a symbol from
285 thiscode = (thiscode << 1) | ((thisbyte >> i) & 1);
288 if (thiscode >= unpackd->inodesin[thislevel]) {
290 thiscode - unpackd->inodesin[thislevel];
304 thislevel = 0; thiscode = 0;

Completed in 106 milliseconds