Searched refs:m_count (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_policy/
H A Dcounter_lu_metadata.hpp63 counter_lu_metadata(size_type init_count) : m_count(init_count)
68 mutable size_type m_count; member in class:pb_ds::detail::counter_lu_metadata
85 if (++r_data.m_count != m_max_count)
87 r_data.m_count = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h55 OptionValueUInt64 &GetCountValue() { return m_count; }
57 const OptionValueUInt64 &GetCountValue() const { return m_count; }
63 m_count.OptionWasSet();
73 OptionValueUInt64 m_count; member in class:lldb_private::OptionGroupFormat
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp24 m_count(default_count, default_count), m_prev_gdb_format('x'),
47 if (m_count.GetDefaultValue() < UINT64_MAX)
67 if (m_count.GetDefaultValue() == 0) {
70 error = m_count.SetValueFromString(option_arg);
71 if (m_count.GetCurrentValue() == 0)
121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX;
157 m_count.SetCurrentValue(count);
158 m_count.SetOptionWasSet();
265 m_count.Clear();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp124 size_t m_count; member in class:__anon1457::AbstractListFrontEnd
171 m_count = UINT32_MAX;
199 if (m_count < 2)
214 const size_t steps_to_run = std::min(count, m_count);
250 if (m_count != UINT32_MAX)
251 return m_count;
254 m_count = 0;
255 while (current && m_count < m_list_capping_size) {
256 ++m_count;
259 return m_count;
[all...]
H A DLibCxxVector.cpp61 uint64_t m_count; member in class:lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
176 m_count(0), m_base_data_address(0), m_children() {
186 return m_count;
195 if (idx >= m_count)
197 if (m_base_data_address == 0 || m_count == 0)
256 m_count = size_sp->GetValueAsUnsigned(0);
257 if (!m_count)
262 m_count = 0;
267 m_count = 0;
275 if (!m_count || !m_base_data_addres
[all...]
H A DLibCxxMap.cpp200 size_t m_count; member in class:lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
210 m_count(UINT32_MAX), m_iterators() {
221 if (m_count != UINT32_MAX)
222 return m_count;
246 m_count = m_item->GetValueAsUnsigned(0);
247 return m_count;
441 m_count = UINT32_MAX;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp116 m_impl.m_outsourced.m_count = length_sp->GetValueAsUnsigned(0);
148 return m_outsourced.m_count;
176 size_t GetNumIndexes() { return m_count; }
207 m_count = 0;
213 : m_indexes(0), m_count(0), m_ptr_size(0), m_process(nullptr) {}
217 size_t m_count; member in struct:NSIndexPathSyntheticFrontEnd::Impl::InlinedIndexes
225 m_count = ((m_indexes >> 3) & 0x7);
227 m_count = ((m_indexes >> 3) & 0x3);
228 return m_count;
271 m_count
277 size_t m_count; member in struct:NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h26 uint32_t m_count; member in struct:lldb_private::DumpValueObjectOptions::PointerDepth
29 if (m_count > 0)
30 return PointerDepth{m_mode, m_count - 1};
31 return PointerDepth{m_mode, m_count};
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h123 : m_count(0), m_num_buckets(0), m_buckets_ptr(LLDB_INVALID_ADDRESS) {}
127 return m_count != count || m_num_buckets != num_buckets ||
133 m_count = count;
139 uint32_t m_count; member in class:lldb_private::AppleObjCRuntimeV1::HashTableSignature
H A DAppleObjCClassDescriptorV2.h137 uint32_t m_count; member in struct:lldb_private::ClassDescriptorV2::method_list_t
164 uint32_t m_count; member in struct:lldb_private::ClassDescriptorV2::ivar_list_t
H A DAppleObjCClassDescriptorV2.cpp246 m_count = extractor.GetU32_unchecked(&cursor);
299 m_count = extractor.GetU32_unchecked(&cursor);
371 for (uint32_t i = 0, e = base_method_list->m_count; i < e; ++i) {
407 for (uint32_t i = 0, e = ivar_list.m_count; i < e; ++i) {
H A DAppleObjCRuntimeV2.cpp953 : m_count(0), m_num_buckets_minus_one(0),
960 printf("RemoteNXMapTable.m_count = %u\n", m_count);
988 m_count = m_process->ReadUnsignedIntegerFromMemory(
990 if (m_count) {
1001 success = m_count > 0 && m_buckets_ptr != LLDB_INVALID_ADDRESS;
1006 m_count = 0;
1120 uint32_t GetCount() const { return m_count; }
1130 uint32_t m_count;
1141 : m_count(
[all...]
H A DAppleObjCRuntimeV2.h121 uint32_t m_count; member in class:lldb_private::AppleObjCRuntimeV2::HashTableSignature
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp45 m_count.store(0, std::memory_order_release);
99 m_category.m_count++;
125 i->m_count.store(0, std::memory_order_release);
135 uint64_t count = i->m_count.load(std::memory_order_acquire);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h34 std::atomic<uint64_t> m_count; member in class:lldb_private::Timer::Category
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_mutex.c242 pmutex->m_count = 0;
791 m->m_count = count;
802 *count = m->m_count;
803 m->m_count = 0;
815 m->m_count = count;
832 *recurse = mp->m_count;
833 mp->m_count = 0;
865 if (m->m_count + 1 > 0) {
866 m->m_count++;
934 if (m->m_count
[all...]
H A Dthr_private.h170 int m_count; member in struct:pthread_mutex
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp56 : Options(), m_start_idx(0), m_stop_idx(0), m_count(0), m_clear(false) {
68 error = m_count.SetValueFromString(option_arg, eVarSetOperationAssign);
96 m_count.Clear();
108 OptionValueUInt64 m_count; member in class:CommandObjectCommandsHistory::CommandOptions
120 m_options.m_count.OptionWasSet()) {
131 std::pair<bool, uint64_t> count(m_options.m_count.OptionWasSet(),
132 m_options.m_count.GetCurrentValue());
H A DCommandObjectThread.cpp258 if (option_arg.getAsInteger(0, m_count)) {
259 m_count = UINT32_MAX;
263 m_count = UINT32_MAX;
285 m_count = UINT32_MAX;
295 uint32_t m_count; member in class:CommandObjectThreadBacktrace::CommandOptions
335 m_options.m_count,
365 if (!thread->GetStatus(strm, m_options.m_start, m_options.m_count,
H A DCommandObjectMemory.cpp903 OptionGroupFindMemory() : OptionGroup(), m_count(1), m_offset(0) {}
926 if (m_count.SetValueFromString(option_value).Fail())
944 m_count.Clear();
949 OptionValueUInt64 m_count; member in class:CommandObjectMemoryFind::OptionGroupFindMemory
1110 size_t count = m_memory_options.m_count.GetCurrentValue();
H A DCommandObjectPlatform.cpp591 std::string buffer(m_options.m_count, 0);
594 fd, m_options.m_offset, &buffer[0], m_options.m_count, error);
626 if (option_arg.getAsInteger(0, m_count))
639 m_count = 1;
649 uint32_t m_count; member in class:CommandObjectPlatformFRead::CommandOptions
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c336 u32 m_count; local
350 m_count = be32_to_cpu(mgm->members_count) & 0xffffff;
352 *members_count = m_count;
354 for (i = 0; i < m_count; i++) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp470 return m_count > 0;

Completed in 165 milliseconds