Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/gzip/
H A Dunpack.c261 int thislevel, thiscode, thisbyte, inlevelindex; in unpack_decode() local
274 thislevel = 0; in unpack_decode()
291 if (thiscode >= unpackd->inodesin[thislevel]) { in unpack_decode()
293 thiscode - unpackd->inodesin[thislevel]; in unpack_decode()
294 if (inlevelindex > unpackd->symbolsin[thislevel]) in unpack_decode()
298 &(unpackd->tree[thislevel][inlevelindex]); in unpack_decode()
307 thislevel = 0; thiscode = 0; in unpack_decode()
309 thislevel++; in unpack_decode()
310 if (thislevel > unpackd->treelevels) in unpack_decode()
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c2702 int thislevel = 0; in lookup_tag() local
2717 thislevel = 1; in lookup_tag()
2720 if (thislevel_only && !thislevel) in lookup_tag()
2733 if (thislevel) in lookup_tag()