Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/gzip/
Dunpack.c251 int thislevel, thiscode, thisbyte, inlevelindex; in unpack_decode() local
264 thislevel = 0; in unpack_decode()
279 if (thiscode >= unpackd->inodesin[thislevel]) { in unpack_decode()
281 thiscode - unpackd->inodesin[thislevel]; in unpack_decode()
282 if (inlevelindex > unpackd->symbolsin[thislevel]) in unpack_decode()
286 &(unpackd->tree[thislevel][inlevelindex]); in unpack_decode()
295 thislevel = 0; thiscode = 0; in unpack_decode()
297 thislevel++; in unpack_decode()
298 if (thislevel > unpackd->treelevels) in unpack_decode()
/freebsd-9-stable/contrib/gcc/
Dc-decl.c2700 int thislevel = 0; in lookup_tag() local
2715 thislevel = 1; in lookup_tag()
2718 if (thislevel_only && !thislevel) in lookup_tag()
2731 if (thislevel) in lookup_tag()