Searched refs:recurse_depth (Results 1 – 7 of 7) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfo.cpp | 458 recurse_depth(depth), in DumpInfo() 466 const uint32_t recurse_depth; member 507 if (curr_depth < dumpInfo->recurse_depth) in DumpCallback() 538 if (!die->HasChildren() || dumpInfo->recurse_depth == 0) in DumpCallback() 550 …if (dumpInfo->recurse_depth == UINT32_MAX || curr_depth <= dumpInfo->found_depth + dumpInfo->recur… in DumpCallback() 655 const uint32_t recurse_depth in Dump() argument 658 DumpInfo dumpInfo(s, die_offset, recurse_depth); in Dump() 667 if (recurse_depth != UINT32_MAX) in Dump() 668 s->Printf(" recursing %u levels deep.", recurse_depth); in Dump() 688 DWARFDebugInfo::Dump (Stream *s, const uint32_t die_offset, const uint32_t recurse_depth) in Dump() argument [all …]
|
D | DWARFDebugInfo.h | 59 void Dump(lldb_private::Stream *s, const uint32_t die_offset, const uint32_t recurse_depth); 62 …::Stream *s, SymbolFileDWARF* dwarf2Data, const uint32_t die_offset, const uint32_t recurse_depth);
|
D | DWARFDebugInfoEntry.h | 280 uint32_t recurse_depth) const; 287 uint32_t recurse_depth) const;
|
D | DWARFDebugInfoEntry.cpp | 452 uint32_t recurse_depth in DumpAncestry() 458 Dump(dwarf2Data, cu, s, recurse_depth); in DumpAncestry() 959 uint32_t recurse_depth in Dump() 997 if (recurse_depth > 0 && child) in Dump() 1003 child->Dump(dwarf2Data, cu, s, recurse_depth-1); in Dump()
|
/external/pcre/dist/ |
D | pcre_study.c | 83 const pcre_uchar *startcode, int options, int recurse_depth) in find_minlength() argument 133 d = find_minlength(re, cc, startcode, options, recurse_depth); in find_minlength() 404 int dd = find_minlength(re, cs, startcode, options, recurse_depth); in find_minlength() 428 d = find_minlength(re, cs, startcode, options, recurse_depth); in find_minlength() 477 if ((cc > cs && cc < ce) || recurse_depth > 10) in find_minlength() 482 recurse_depth + 1); in find_minlength()
|
/external/freetype/src/sfnt/ |
D | ttsbit.c | 1284 FT_Int recurse_depth = 0; in tt_face_load_sbix_image() local 1339 if ( recurse_depth < 4 ) in tt_face_load_sbix_image() 1343 recurse_depth++; in tt_face_load_sbix_image()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttsbit.c | 1278 FT_Int recurse_depth = 0; in tt_face_load_sbix_image() local 1333 if ( recurse_depth < 4 ) in tt_face_load_sbix_image() 1337 recurse_depth++; in tt_face_load_sbix_image()
|