Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/gzip/
H A Dunpack.c258 int thislevel, thiscode, thisbyte, inlevelindex; in unpack_decode() local
272 thiscode = thisbyte = 0; in unpack_decode()
285 thiscode = (thiscode << 1) | ((thisbyte >> i) & 1); in unpack_decode()
288 if (thiscode >= unpackd->inodesin[thislevel]) { in unpack_decode()
290 thiscode - unpackd->inodesin[thislevel]; in unpack_decode()
304 thislevel = 0; thiscode = 0; in unpack_decode()