Home
last modified time | relevance | path

Searched refs:initial_count (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp115 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications() local
120 return initial_count; in GetModuleSpecifications()
125 return initial_count; in GetModuleSpecifications()
130 return initial_count; in GetModuleSpecifications()
160 return specs.GetSize() - initial_count; in GetModuleSpecifications()
/freebsd-13.1/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c98 uint32_t initial_count, reload_count; in am335x_dmtimer_et_start() local
127 initial_count = ((uint32_t)et->et_frequency * first) >> 32; in am335x_dmtimer_et_start()
129 initial_count = reload_count; in am335x_dmtimer_et_start()
136 DMTIMER_WRITE4(sc, DMT_TCRR, 0xFFFFFFFF - initial_count); in am335x_dmtimer_et_start()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dchanges.c104 changes_create_body(apr_size_t initial_count, in changes_create_body() argument
109 changes->changes = apr_array_make(result_pool, (int)initial_count, in changes_create_body()
118 svn_fs_x__changes_create(apr_size_t initial_count, in svn_fs_x__changes_create() argument
121 svn_fs_x__changes_t *changes = changes_create_body(initial_count, in svn_fs_x__changes_create()
H A Dnoderevs.h54 svn_fs_x__noderevs_create(int initial_count,
H A Dchanges.h54 svn_fs_x__changes_create(apr_size_t initial_count,
H A Dnoderevs.c147 svn_fs_x__noderevs_create(int initial_count, in svn_fs_x__noderevs_create() argument
159 = apr_array_make(result_pool, 2 * initial_count, sizeof(svn_fs_x__id_t)); in svn_fs_x__noderevs_create()
161 = apr_array_make(result_pool, 2 * initial_count, in svn_fs_x__noderevs_create()
164 = apr_array_make(result_pool, initial_count, sizeof(binary_noderev_t)); in svn_fs_x__noderevs_create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp456 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications() local
497 size_t num_specs_added = end_count - initial_count; in GetModuleSpecifications()
501 for (size_t i = initial_count; i < end_count; ++i) { in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp212 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications() local
222 return specs.GetSize() - initial_count; in GetModuleSpecifications()
232 return specs.GetSize() - initial_count; in GetModuleSpecifications()
H A DLineTable.cpp385 const size_t initial_count = file_ranges.GetSize(); in GetContiguousFileAddressRanges() local
403 return file_ranges.GetSize() - initial_count; in GetContiguousFileAddressRanges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp595 const uint32_t initial_count = sc_list.GetSize(); in ResolveSymbolContextsForFileSpec() local
605 return sc_list.GetSize() - initial_count; in ResolveSymbolContextsForFileSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp519 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications() local
634 return specs.GetSize() - initial_count; in GetModuleSpecifications()