Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/gzip/
H A Dunpack.c255 int thislevel, thiscode, thisbyte, inlevelindex; in unpack_decode() local
268 thislevel = 0; in unpack_decode()
285 if (thiscode >= unpackd->inodesin[thislevel]) { in unpack_decode()
287 thiscode - unpackd->inodesin[thislevel]; in unpack_decode()
288 if (inlevelindex > unpackd->symbolsin[thislevel]) in unpack_decode()
292 &(unpackd->tree[thislevel][inlevelindex]); in unpack_decode()
301 thislevel = 0; thiscode = 0; in unpack_decode()
303 thislevel++; in unpack_decode()
304 if (thislevel > unpackd->treelevels) in unpack_decode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4135 bool thislevel = false; in lookup_tag() local
4150 thislevel = true; in lookup_tag()
4153 if (thislevel_only && !thislevel) in lookup_tag()
4166 if (thislevel) in lookup_tag()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4199 bool thislevel = false; in lookup_tag() local
4214 thislevel = true; in lookup_tag()
4217 if (thislevel_only && !thislevel) in lookup_tag()
4230 if (thislevel) in lookup_tag()