Searched refs:recurse_depth (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h59 void Dump(lldb_private::Stream *s, const uint32_t die_offset, const uint32_t recurse_depth);
62 static void Dump(lldb_private::Stream *s, SymbolFileDWARF* dwarf2Data, const uint32_t die_offset, const uint32_t recurse_depth);
H A DDWARFDebugInfo.cpp458 recurse_depth(depth),
466 const uint32_t recurse_depth; member in struct:DumpInfo
507 if (curr_depth < dumpInfo->recurse_depth)
538 if (!die->HasChildren() || dumpInfo->recurse_depth == 0)
550 if (dumpInfo->recurse_depth == UINT32_MAX || curr_depth <= dumpInfo->found_depth + dumpInfo->recurse_depth)
643 // cases will obey a "recurse_depth" or how deep to traverse into the
644 // children of each DIE entry. A recurse_depth of zero will dump all
645 // compile unit headers. A recurse_depth of 1 will dump all compile unit
655 const uint32_t recurse_depth
688 Dump(Stream *s, const uint32_t die_offset, const uint32_t recurse_depth) argument
[all...]
H A DDWARFDebugInfoEntry.h280 uint32_t recurse_depth) const;
287 uint32_t recurse_depth) const;
H A DDWARFDebugInfoEntry.cpp452 uint32_t recurse_depth
458 Dump(dwarf2Data, cu, s, recurse_depth);
959 uint32_t recurse_depth
997 if (recurse_depth > 0 && child)
1003 child->Dump(dwarf2Data, cu, s, recurse_depth-1);
/external/pcre/dist/
H A Dpcre_study.c83 const pcre_uchar *startcode, int options, int recurse_depth)
133 d = find_minlength(re, cc, startcode, options, recurse_depth);
404 int dd = find_minlength(re, cs, startcode, options, recurse_depth);
428 d = find_minlength(re, cs, startcode, options, recurse_depth);
477 if ((cc > cs && cc < ce) || recurse_depth > 10)
482 recurse_depth + 1);
82 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, const pcre_uchar *startcode, int options, int recurse_depth) argument
/external/freetype/src/sfnt/
H A Dttsbit.c1255 FT_Int recurse_depth = 0; local
1310 if ( recurse_depth < 4 )
1314 recurse_depth++;

Completed in 626 milliseconds