Home
last modified time | relevance | path

Searched refs:num_added (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp399 size_t num_added = 0; in ParseFunctionBlocksForPDBSymbol() local
428 ++num_added; in ParseFunctionBlocksForPDBSymbol()
441 return num_added; in ParseFunctionBlocksForPDBSymbol()
446 size_t num_added = 0; in ParseBlocksRecursive() local
454 return num_added; in ParseBlocksRecursive()
460 size_t num_added = 0; in ParseTypes() local
490 ++num_added; in ParseTypes()
506 return num_added; in ParseTypes()
515 size_t num_added = 0; in ParseVariablesForContext() local
556 return num_added; in ParseVariablesForContext()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp136 size_t num_added = 0; in ParseFunctions() local
193 ++num_added; in ParseFunctions()
202 return num_added; in ParseFunctions()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLineTable.cpp334 size_t num_added = 0; in FineLineEntriesForFileIndex() local
347 ++num_added; in FineLineEntriesForFileIndex()
353 return num_added; in FineLineEntriesForFileIndex()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtarget.c1551 target_resize_to_sections (struct target_ops *target, int num_added) in target_resize_to_sections() argument
1564 (sizeof (struct section_table)) * (num_added + old_count)); in target_resize_to_sections()
1570 xmalloc ((sizeof (struct section_table)) * num_added); in target_resize_to_sections()
1572 target->to_sections_end = target->to_sections + (num_added + old_count); in target_resize_to_sections()
H A Dtarget.h1177 int num_added);
/openbsd/sys/dev/pci/
H A Dif_ice.c18863 uint16_t max_child_nodes, num_added = 0; in ice_sched_add_nodes_to_layer() local
18868 &num_added); in ice_sched_add_nodes_to_layer()
18870 *num_nodes_added += num_added; in ice_sched_add_nodes_to_layer()
18897 if (num_added) in ice_sched_add_nodes_to_layer()
18923 uint16_t num_added = 0; in ice_sched_add_vsi_support_nodes() local
18936 &num_added); in ice_sched_add_vsi_support_nodes()
18937 if (status != ICE_SUCCESS || num_nodes[i] != num_added) in ice_sched_add_vsi_support_nodes()
18943 if (num_added) in ice_sched_add_vsi_support_nodes()
19078 uint16_t num_added = 0; in ice_sched_add_vsi_child_nodes() local
19093 &num_added); in ice_sched_add_vsi_child_nodes()
[all …]