/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxList.cpp | 118 size_t m_count = 0; member in __anon1be7be510111::AbstractListFrontEnd 165 m_count = UINT32_MAX; in Update() 193 if (m_count < 2) in HasLoop() 208 const size_t steps_to_run = std::min(count, m_count); in HasLoop() 244 if (m_count != UINT32_MAX) in CalculateNumChildren() 245 return m_count; in CalculateNumChildren() 248 m_count = 0; in CalculateNumChildren() 249 while (current && m_count < m_list_capping_size) { in CalculateNumChildren() 250 ++m_count; in CalculateNumChildren() 253 return m_count; in CalculateNumChildren() [all …]
|
H A D | LibCxxVector.cpp | 62 uint64_t m_count = 0; member in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd 170 return m_count; in CalculateNumChildren() 179 if (idx >= m_count) in GetChildAtIndex() 181 if (m_base_data_address == 0 || m_count == 0) in GetChildAtIndex() 240 m_count = size_sp->GetValueAsUnsigned(0); in Update() 241 if (!m_count) in Update() 245 m_count = 0; in Update() 250 m_count = 0; in Update() 258 if (!m_count || !m_base_data_address) in GetIndexOfChildWithName()
|
H A D | LibCxxMap.cpp | 224 size_t m_count = UINT32_MAX; member in lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd 259 if (m_count != UINT32_MAX) in CalculateNumChildren() 260 return m_count; in CalculateNumChildren() 274 m_count = size_node->GetValueAsUnsigned(0); in CalculateNumChildren() 275 return m_count; in CalculateNumChildren() 368 m_count = UINT32_MAX; in Update()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupFormat.cpp | 39 m_count(default_count, default_count), m_prev_gdb_format('x'), in OptionGroupFormat() 63 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions() 83 if (m_count.GetDefaultValue() == 0) { in SetOptionValue() 86 error = m_count.SetValueFromString(option_arg); in SetOptionValue() 87 if (m_count.GetCurrentValue() == 0) in SetOptionValue() 137 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue() 173 m_count.SetCurrentValue(count); in SetOptionValue() 174 m_count.SetOptionWasSet(); in SetOptionValue() 281 m_count.Clear(); in OptionParsingStarting()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 118 m_impl.m_outsourced.m_count = length_sp->GetValueAsUnsigned(0); in Update() 150 return m_outsourced.m_count; in GetNumIndexes() 178 size_t GetNumIndexes() { return m_count; } in GetNumIndexes() 209 m_count = 0; in Clear() 218 size_t m_count = 0; member 226 m_count = ((m_indexes >> 3) & 0x7); in _lengthForInlinePayload() 228 m_count = ((m_indexes >> 3) & 0x3); in _lengthForInlinePayload() 229 return m_count; in _lengthForInlinePayload() 272 m_count = 0; in Clear() 278 size_t m_count = 0; member
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSession.cpp | 65 : m_start_idx(0), m_stop_idx(0), m_count(0), m_clear(false) {} in CommandOptions() 76 error = m_count.SetValueFromString(option_arg, eVarSetOperationAssign); in SetOptionValue() 104 m_count.Clear(); in OptionParsingStarting() 116 OptionValueUInt64 m_count; member in CommandObjectSessionHistory::CommandOptions 128 m_options.m_count.OptionWasSet()) { in DoExecute() 139 std::pair<bool, uint64_t> count(m_options.m_count.OptionWasSet(), in DoExecute() 140 m_options.m_count.GetCurrentValue()); in DoExecute()
|
H A D | CommandObjectThread.cpp | 67 if (option_arg.getAsInteger(0, m_count)) { in SetOptionValue() 68 m_count = UINT32_MAX; in SetOptionValue() 74 if (m_count == 0) in SetOptionValue() 75 m_count = UINT32_MAX; in SetOptionValue() 99 m_count = UINT32_MAX; in OptionParsingStarting() 109 uint32_t m_count; member in CommandObjectThreadBacktrace::CommandOptions 201 m_options.m_count, in DoExtendedBacktrace() 230 if (!thread->GetStatus(strm, m_options.m_start, m_options.m_count, in HandleOneThread() 2236 m_count = count; in SetOptionValue() 2240 m_count = std::numeric_limits<decltype(m_count)>::max(); in SetOptionValue() [all …]
|
H A D | CommandObjectMemory.cpp | 892 OptionGroupFindMemory() : m_count(1), m_offset(0) {} in OptionGroupFindMemory() 915 if (m_count.SetValueFromString(option_value).Fail()) in SetOptionValue() 933 m_count.Clear(); in OptionParsingStarting() 938 OptionValueUInt64 m_count; member in CommandObjectMemoryFind::OptionGroupFindMemory 1079 size_t count = m_memory_options.m_count.GetCurrentValue(); in DoExecute()
|
H A D | CommandObjectPlatform.cpp | 579 std::string buffer(m_options.m_count, 0); in DoExecute() 582 fd, m_options.m_offset, &buffer[0], m_options.m_count, error); in DoExecute() 616 if (option_arg.getAsInteger(0, m_count)) in SetOptionValue() 629 m_count = 1; in OptionParsingStarting() 639 uint32_t m_count; member in CommandObjectPlatformFRead::CommandOptions
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionGroupFormat.h | 60 OptionValueUInt64 &GetCountValue() { return m_count; } in GetCountValue() 62 const OptionValueUInt64 &GetCountValue() const { return m_count; } in GetCountValue() 68 m_count.OptionWasSet(); in AnyOptionWasSet() 78 OptionValueUInt64 m_count; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | DumpValueObjectOptions.h | 26 uint32_t m_count; member 29 if (m_count > 0) in Decremented() 30 return PointerDepth{m_mode, m_count - 1}; in Decremented() 31 return PointerDepth{m_mode, m_count}; in Decremented()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Timer.cpp | 51 m_count.store(0, std::memory_order_release); in Category() 108 m_category.m_count++; in ~Timer() 134 i->m_count.store(0, std::memory_order_release); in ResetCategoryTimes() 144 uint64_t count = i->m_count.load(std::memory_order_acquire); in DumpCategoryTimes()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_mutex.c | 242 pmutex->m_count = 0; in mutex_init_body() 794 m->m_count = count; in _mutex_cv_lock() 805 *count = m->m_count; in _mutex_cv_unlock() 806 m->m_count = 0; in _mutex_cv_unlock() 818 m->m_count = count; in _mutex_cv_attach() 835 *recurse = mp->m_count; in _mutex_cv_detach() 836 mp->m_count = 0; in _mutex_cv_detach() 868 if (m->m_count + 1 > 0) { in mutex_self_trylock() 869 m->m_count++; in mutex_self_trylock() 937 if (m->m_count + 1 > 0) { in mutex_self_lock() [all …]
|
H A D | thr_private.h | 169 int m_count; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.h | 131 return m_count != count || m_num_buckets != num_buckets || in NeedsUpdate() 137 m_count = count; in UpdateSignature() 143 uint32_t m_count = 0;
|
H A D | AppleObjCClassDescriptorV2.cpp | 263 m_count = extractor.GetU32_unchecked(&cursor); in Read() 338 m_count = extractor.GetU32_unchecked(&cursor); in Read() 422 m_count = extractor.GetU32_unchecked(&cursor); in Read() 454 for (uint32_t i = 0, e = method_list.m_count; i < e; ++i) { in ProcessMethodList() 488 for (uint32_t i = 0; i < relative_method_lists->m_count; i++) { in ProcessRelativeMethodLists() 589 for (uint32_t i = 0, e = ivar_list.m_count; i < e; ++i) { in Describe()
|
H A D | AppleObjCClassDescriptorV2.h | 146 uint32_t m_count; member 182 uint32_t m_count; 220 uint32_t m_count; 181 uint32_t m_count; global() member 219 uint32_t m_count; global() member
|
H A D | AppleObjCRuntimeV2.h | 125 uint32_t m_count = 0; 403 m_loaded_images(count, false), m_version(0), m_count(count), in SharedCacheImageHeaders() 411 uint32_t m_count; variable
|
H A D | AppleObjCRuntimeV2.cpp | 1281 printf("RemoteNXMapTable.m_count = %u\n", m_count); in Dump() 1309 m_count = m_process->ReadUnsignedIntegerFromMemory( in ParseHeader() 1311 if (m_count) { in ParseHeader() 1322 success = m_count > 0 && m_buckets_ptr != LLDB_INVALID_ADDRESS; in ParseHeader() 1327 m_count = 0; in ParseHeader() 1441 uint32_t GetCount() const { return m_count; } in GetCount() 1451 uint32_t m_count = 0; member in RemoteNXMapTable 1465 m_count = hash_table.GetCount(); in UpdateSignature() 1479 if (m_count == hash_table.GetCount() && in NeedsUpdate() 1695 for (uint32_t i = 0; i < m_count; i++) { in UpdateIfNeeded() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Timer.h | 35 std::atomic<uint64_t> m_count; variable
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_mcg.c | 336 u32 m_count; in promisc_steering_entry() local 350 m_count = be32_to_cpu(mgm->members_count) & 0xffffff; in promisc_steering_entry() 352 *members_count = m_count; in promisc_steering_entry() 354 for (i = 0; i < m_count; i++) { in promisc_steering_entry()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 509 return m_count > 0; in CanAllowExpansion()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 3175 std::size_t m_count; member 13653 : m_count( count ), in pluralise() 13658 os << pluraliser.m_count << ' ' << pluraliser.m_label; in operator <<() 13659 if( pluraliser.m_count != 1 ) in operator <<()
|