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

/freebsd-10.2-release/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-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h91 return m_count;
97 return m_count;
111 m_count.OptionWasSet();
124 OptionValueUInt64 m_count; member in class:lldb_private::OptionGroupFormat
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp32 m_count (default_count, default_count),
56 if (m_count.GetDefaultValue() < UINT64_MAX)
85 if (m_count.GetDefaultValue() == 0)
91 error = m_count.SetValueFromCString (option_arg);
92 if (m_count.GetCurrentValue() == 0)
151 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX;
195 m_count.SetCurrentValue(count);
196 m_count.SetOptionWasSet ();
249 m_count.Clear();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLibCxxList.cpp152 m_count(UINT32_MAX),
182 if (m_count != UINT32_MAX)
183 return m_count;
192 m_count = first->GetValueAsUnsigned(UINT32_MAX);
195 if (m_count != UINT32_MAX)
198 return m_count;
199 return m_count = 0;
222 return m_count = (size-1);
259 m_count = UINT32_MAX;
H A DLibStdcpp.cpp31 m_count(0),
46 return m_count;
52 if (idx >= m_count)
54 if (m_base_data_address == 0 || m_count == 0)
163 m_count = finish_offset_sp->GetValueAsUnsigned(0) + (end_data_address-m_base_data_address)*8;
177 if (!m_count || !m_base_data_address)
H A DLibCxx.cpp78 m_count(0),
92 return m_count;
102 if (idx >= m_count)
104 if (m_base_data_address == 0 || m_count == 0)
177 m_count = size_sp->GetValueAsUnsigned(0);
178 if (!m_count)
183 m_count = 0;
189 m_count = 0;
204 if (!m_count || !m_base_data_address)
H A DLibCxxMap.cpp246 m_count(UINT32_MAX),
256 if (m_count != UINT32_MAX)
257 return m_count;
266 m_count = m_item->GetValueAsUnsigned(0);
267 return m_count;
378 m_count = UINT32_MAX;
H A DNSSet.cpp494 m_count(UINT32_MAX),
501 if (m_count != UINT32_MAX)
502 return m_count;
505 return (m_count = count_temp);
506 return (m_count = 0);
516 if (idx <= m_count)
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_mutex.c150 pmutex->m_count = 0;
474 m->m_count = count;
485 *count = m->m_count;
486 m->m_count = 0;
497 m->m_count = count;
514 *recurse = mp->m_count;
515 mp->m_count = 0;
547 if (m->m_count + 1 > 0) {
548 m->m_count++;
616 if (m->m_count
[all...]
H A Dthr_private.h152 int m_count; member in struct:pthread_mutex
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_mutex.c185 pmutex->m_count = 0;
268 (*mutex)->m_count = 0;
1002 m->m_count++;
1055 m->m_count++;
1090 ((*m)->m_count > 0))
1092 (*m)->m_count--;
1098 (*m)->m_count = 0;
1123 ((*m)->m_count > 0))
1125 (*m)->m_count--;
1131 (*m)->m_count
[all...]
H A Dthr_private.h311 int m_count; member in struct:pthread_mutex
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h497 uint32_t m_count; member in class:lldb_private::formatters::NSOrderedSetSyntheticFrontEnd
602 uint64_t m_count; member in class:lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
636 uint64_t m_count; member in class:lldb_private::formatters::LibstdcppVectorBoolSyntheticFrontEnd
832 size_t m_count; member in class:lldb_private::formatters::LibcxxStdListSyntheticFrontEnd
871 size_t m_count; member in class:lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp84 m_count = UINT32_MAX;
86 m_count = input_count;
115 m_count = UINT32_MAX;
131 uint32_t m_count; member in class:CommandObjectThreadBacktrace::CommandOptions
189 m_options.m_count,
213 m_options.m_count,
234 m_options.m_count,
283 m_options.m_count,
H A DCommandObjectCommands.cpp71 m_count(0),
88 error = m_count.SetValueFromCString(option_arg,eVarSetOperationAssign);
119 m_count.Clear();
137 OptionValueUInt64 m_count; member in class:CommandObjectCommandsHistory::CommandOptions
151 if (m_options.m_start_idx.OptionWasSet() && m_options.m_stop_idx.OptionWasSet() && m_options.m_count.OptionWasSet())
160 std::pair<bool,uint64_t> count(m_options.m_count.OptionWasSet(),m_options.m_count.GetCurrentValue());
H A DCommandObjectMemory.cpp938 m_count(1),
979 if (m_count.SetValueFromCString(option_arg).Fail())
1000 m_count.Clear();
1005 OptionValueUInt64 m_count; member in class:CommandObjectMemoryFind::OptionGroupFindMemory
1148 size_t count = m_memory_options.m_count.GetCurrentValue();
H A DCommandObjectPlatform.cpp807 std::string buffer(m_options.m_count,0);
809 uint32_t retcode = platform_sp->ReadFile(fd, m_options.m_offset, &buffer[0], m_options.m_count, error);
857 m_count = Args::StringToUInt32(option_arg, 0, 0, &success);
874 m_count = 1;
890 uint32_t m_count; member in class:CommandObjectPlatformFRead::CommandOptions
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dmcg.c337 u32 m_count; local
353 m_count = be32_to_cpu(mgm->members_count) & 0xffffff;
355 *members_count = m_count;
357 for (i = 0; i < m_count; i++) {

Completed in 188 milliseconds