Home
last modified time | relevance | path

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

/freebsd/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()
158 return specs.GetSize() - initial_count; in GetModuleSpecifications()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c95 uint32_t initial_count, reload_count; in am335x_dmtimer_et_start() local
124 initial_count = ((uint32_t)et->et_frequency * first) >> 32; in am335x_dmtimer_et_start()
126 initial_count = reload_count; in am335x_dmtimer_et_start()
133 DMTIMER_WRITE4(sc, DMT_TCRR, 0xFFFFFFFF - initial_count); in am335x_dmtimer_et_start()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp224 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications() local
242 return specs.GetSize() - initial_count; in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp445 const size_t initial_count = specs.GetSize(); in CreateInstance()
504 size_t num_specs_added = end_count - initial_count; in ParseHeader()
508 for (size_t i = initial_count; i < end_count; ++i) { in ParseHeader()
574 const size_t initial_count = specs.GetSize(); GetModuleSpecifications() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp225 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications() local
235 return specs.GetSize() - initial_count; in GetModuleSpecifications()
245 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/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp593 const uint32_t initial_count = sc_list.GetSize(); in ResolveSymbolContextsForFileSpec() local
603 return sc_list.GetSize() - initial_count; in ResolveSymbolContextsForFileSpec()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp548 const size_t initial_count = specs.GetSize(); in GetModuleSpecifications() local
675 return specs.GetSize() - initial_count; in GetModuleSpecifications()