Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/iicbus/
H A Dads111x.c426 uint32_t chan, gainidx, num_added, rateidx, unit; in ads111x_add_channels() local
433 num_added = 0; in ads111x_add_channels()
445 ++num_added; in ads111x_add_channels()
448 num_added = 0; in ads111x_add_channels()
464 ++num_added; in ads111x_add_channels()
469 if (num_added > 0) in ads111x_add_channels()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp391 size_t num_added = 0; in ParseFunctionBlocksForPDBSymbol() local
420 ++num_added; in ParseFunctionBlocksForPDBSymbol()
433 return num_added; in ParseFunctionBlocksForPDBSymbol()
437 size_t num_added = 0; in ParseBlocksRecursive() local
445 return num_added; in ParseBlocksRecursive()
450 size_t num_added = 0; in ParseTypes() local
480 ++num_added; in ParseTypes()
496 return num_added; in ParseTypes()
545 return num_added; in ParseVariablesForContext()
1019 ++num_added; in ParseVariables()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp139 size_t num_added = 0; in ParseFunctions() local
196 ++num_added; in ParseFunctions()
205 return num_added; in ParseFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp375 size_t num_added = 0; in FineLineEntriesForFileIndex() local
388 ++num_added; in FineLineEntriesForFileIndex()
394 return num_added; in FineLineEntriesForFileIndex()
/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.c1391 target_resize_to_sections (struct target_ops *target, int num_added) in target_resize_to_sections() argument
1404 (sizeof (struct section_table)) * (num_added + old_count)); in target_resize_to_sections()
1410 xmalloc ((sizeof (struct section_table)) * num_added); in target_resize_to_sections()
1412 target->to_sections_end = target->to_sections + (num_added + old_count); in target_resize_to_sections()
H A Dtarget.h1196 int num_added);