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

/macosx-10.10/file_cmds-242/gzip/
H A Dunpack.c251 int thislevel, thiscode, thisbyte, inlevelindex; local
258 * into 'thiscode' bit-by-bit, then output the symbol we got
265 thiscode = thisbyte = 0;
272 * feed the bit into thiscode, until we got a symbol from
276 thiscode = (thiscode << 1) | ((thisbyte >> i) & 1);
279 if (thiscode >= unpackd->inodesin[thislevel]) {
281 thiscode - unpackd->inodesin[thislevel];
295 thislevel = 0; thiscode = 0;

Completed in 202 milliseconds