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

/haiku-buildtools/gcc/gcc/
H A Dgcov-dump.c219 unsigned tag_depth; local
229 for (tag_depth = 4; mask; mask >>= 8)
236 tag_depth--;
245 if (depth && depth < tag_depth)
251 depth = tag_depth;
255 print_prefix (filename, tag_depth, position);
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c318 unsigned tag_depth; local
328 for (tag_depth = 4; mask; mask >>= 8)
335 tag_depth--;
344 if (depth && depth < tag_depth)
350 depth = tag_depth;

Completed in 43 milliseconds