Home
last modified time | relevance | path

Searched refs:m_count (Results 151 – 175 of 4735) sorted by relevance

12345678910>>...190

/dports/benchmarks/postal/postal-0.73/
H A Daddress.cpp15 m_count = 1; in address()
20 m_count++; in address()
22 char **names = (char **)malloc(m_count * sizeof(char *)); in address()
24 for(i = 0; i < m_count; i++) in address()
32 m_rr_dns = (bool *)malloc(m_count * sizeof(bool)); in address()
34 m_hostname = (char **)malloc(m_count * sizeof(char *)); in address()
35 for(i = 0; i < m_count; i++) in address()
77 for(int i = 0; i < m_count; i++) in ~address()
99 if(m_count > 1) in get_rand_addr()
100 ind = rand() % m_count; in get_rand_addr()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/box2d/
H A Db2Distance.cpp34 m_count = 1; in Set()
112 m_count = 1; in ReadCache()
275 m_count = 1; in Solve2()
285 m_count = 1; in Solve2()
294 m_count = 2; in Solve2()
349 m_count = 1; in Solve3()
359 m_count = 2; in Solve3()
369 m_count = 2; in Solve3()
378 m_count = 1; in Solve3()
387 m_count = 1; in Solve3()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/Utils/
H A DGrowingArray.cs25 int m_count; field in System.Linq.Parallel.GrowingArray
31 m_count = 0; in GrowingArray()
46 get { return m_count; }
51 if (m_count >= m_array.Length) in Add()
55 m_array[m_count++] = element; in Add()
70 if (m_count + otherCount > m_array.Length) in CopyFrom()
72 GrowArray(m_count + otherCount); in CopyFrom()
76 Array.Copy(otherArray, 0, m_array, m_count, otherCount); in CopyFrom()
77 m_count += otherCount; in CopyFrom()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DDLCFifoList.hpp39 Uint32 m_count; member
54 head.m_count++; in seize()
62 head.m_count++; in seizeFirst()
85 head.m_count++; in add()
90 head.m_count++; in addFirst()
95 head.m_count++; in addLast()
100 head.m_count++; in insert()
105 head.m_count--; in remove()
110 head.m_count--; in remove()
115 head.m_count--; in release()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DDLCFifoList.hpp39 Uint32 m_count; member
54 head.m_count++; in seize()
62 head.m_count++; in seizeFirst()
85 head.m_count++; in add()
90 head.m_count++; in addFirst()
95 head.m_count++; in addLast()
100 head.m_count++; in insert()
105 head.m_count--; in remove()
110 head.m_count--; in remove()
115 head.m_count--; in release()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DDLCFifoList.hpp39 Uint32 m_count; member
54 head.m_count++; in seize()
62 head.m_count++; in seizeFirst()
85 head.m_count++; in add()
90 head.m_count++; in addFirst()
95 head.m_count++; in addLast()
100 head.m_count++; in insert()
105 head.m_count--; in remove()
110 head.m_count--; in remove()
115 head.m_count--; in release()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/vm/
H A DDLCFifoList.hpp39 Uint32 m_count; member
54 head.m_count++; in seize()
62 head.m_count++; in seizeFirst()
85 head.m_count++; in add()
90 head.m_count++; in addFirst()
95 head.m_count++; in addLast()
100 head.m_count++; in insert()
105 head.m_count--; in remove()
110 head.m_count--; in remove()
115 head.m_count--; in release()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/vm/
H A DDLCFifoList.hpp39 Uint32 m_count; member
54 head.m_count++; in seize()
62 head.m_count++; in seizeFirst()
85 head.m_count++; in add()
90 head.m_count++; in addFirst()
95 head.m_count++; in addLast()
100 head.m_count++; in insert()
105 head.m_count--; in remove()
110 head.m_count--; in remove()
115 head.m_count--; in release()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost_sync/include/boost/sync/detail/semaphore/
H A Dsemaphore_emulation.hpp40 explicit semaphore(unsigned int i = 0) : m_count(i)
47 ++m_count;
54 while (m_count == 0)
57 --m_count;
63 if (m_count == 0)
66 --m_count;
74 while (m_count == 0)
78 if (m_count == 0)
85 --m_count; in is_letter()
104 unsigned int m_count;
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/NovaDiskIO/sync/include/boost/sync/detail/semaphore/
H A Dsemaphore_emulation.hpp40 explicit semaphore(unsigned int i = 0) : m_count(i)
47 ++m_count;
54 while (m_count == 0)
57 --m_count;
63 if (m_count == 0)
66 --m_count;
74 while (m_count == 0)
78 if (m_count == 0)
85 --m_count;
104 unsigned int m_count;
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dt6w28.cpp46 static INT32 m_count[8]; variable
172 if (m_count[i] <= samples*STEP) m_count[i] += samples*STEP; in t6w28_update()
190 m_count[i] -= STEP; in t6w28_update()
199 while (m_count[i] <= 0) in t6w28_update()
202 if (m_count[i] > 0) in t6w28_update()
217 m_count[i] -= STEP; in t6w28_update()
226 while (m_count[i] <= 0) in t6w28_update()
229 if (m_count[i] > 0) in t6w28_update()
247 if (m_count[3] < left) nextevent = m_count[3]; in t6w28_update()
252 if (m_count[3] <= 0) in t6w28_update()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/traffic-control/model/
H A Dcobalt-queue-disc.cc187 m_count = 0; in InitializeParams()
249 for (m_count = 1; m_count < (uint32_t)(REC_INV_SQRT_CACHE); m_count++) in CacheInit()
416 if (!m_count) in CobaltQueueFull()
418 m_count = 1; in CobaltQueueFull()
435 m_count--; in CobaltQueueEmpty()
453 bool next_due = m_count && schedule >= 0; in CobaltShouldDrop()
487 if (!m_count) in CobaltShouldDrop()
489 m_count = 1; in CobaltShouldDrop()
504 m_count = max (m_count, m_count + 1); in CobaltShouldDrop()
514 m_count--; in CobaltShouldDrop()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/Enumerables/
H A DRepeatEnumerable.cs28 private int m_count; // Count of element values. field in System.Linq.Parallel.RepeatEnumerable
39 m_count = count; in RepeatEnumerable()
50 int stride = (m_count + partitionCount - 1) / partitionCount; in GetPartitions()
58 if ((offset + stride) > m_count) in GetPartitions()
60 … partitions[i] = new RepeatEnumerator(m_element, offset < m_count ? m_count - offset : 0, offset); in GetPartitions()
77 return new RepeatEnumerator(m_element, m_count, 0).AsClassicEnumerator(); in GetEnumerator()
88 private readonly int m_count; // The number of times to repeat it. field in System.Linq.Parallel.RepeatEnumerable.RepeatEnumerator
99 m_count = count; in RepeatEnumerator()
112 if (m_currentIndex.Value < (m_count - 1)) in MoveNext()
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/
H A Dbounded_priority_queue.h52 : m_count(0), m_data(size), m_comp(comp)
64 inline unsigned int size() const { return m_count; } in size()
67 inline void clear() { m_count = 0; } in clear()
69 inline bool full() const { return m_count == m_data.size(); } in full()
70 inline bool empty() const { return m_count == 0; } in empty()
85 while (k <= m_count) in insert()
88 if ((k < m_count) && m_comp(*z, data1[k+1])) in insert()
103 int i(++m_count), j; in insert()
121 res += m_count; in end()
127 std::sort(m_data.begin(), boost::next(m_data.begin(),m_count), m_comp); in sort()
[all …]
/dports/math/openblas/OpenBLAS-0.3.18/kernel/x86_64/
H A Dsbgemm_kernel_16x4_cooperlake.c201 m_count = m; in CNAME()
202 for (; m_count > 15; m_count -= 16) { in CNAME()
264 if (m_count > 0) { in CNAME()
299 ptr_c += m_count; in CNAME()
309 m_count = m; in CNAME()
310 for (; m_count > 31; m_count -= 32) { in CNAME()
343 for (; m_count > 15; m_count -= 16) { in CNAME()
401 m_count = m; in CNAME()
402 for (; m_count > 15; m_count -= 16) { in CNAME()
453 m_count = m; in CNAME()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_array.cpp183 m_count = 0; in Create()
235 m_count = 0; in Create()
661 while ( m_count > 0 && ON_max_uuid == m_a[m_count-1] ) in SortHelper()
663 m_count--; in SortHelper()
683 m_count = 0; in Empty()
691 m_count = 0; in Destroy()
733 m_count = 0; in Read()
860 m_count = 0; in Empty()
981 m_count = 0; in Empty()
1293 m_count = 0; in Create()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/stats/model/
H A Dbasic-data-calculators.h71 long getCount () const { return m_count; } in getCount()
132 m_count = 0; in MinMaxAvgTotalCalculator()
178 m_count++; in Update()
183 if (m_count == 1) in Update()
211 if (m_count == 1) in Update()
237 m_count = 0; in Reset()
304 T m_count; //!< Count value of CounterCalculator variable
313 m_count (0) in CounterCalculator()
349 m_count++; in Update()
359 m_count += i; in Update()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/FaceDetect/src/haar/
H A Dhaarfeature.cpp69 this->m_count = feature.m_count; in HaarFeatureHID()
131 this->m_count = 0; in HaarFeature()
143 this->m_count = other.m_count; in HaarFeature()
159 RectVector rects(this->m_count); in rects()
169 RealVector weight(this->m_count); in weight()
240 this->m_count = other.m_count; in operator =()
259 if (this->m_count == other.m_count in operator ==()
285 if (this->m_count == rects.size()) { in setRects()
299 this->m_count = rects.size(); in setRects()
309 if (this->m_count == weight.size()) { in setWeight()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dpalette.cpp31 virtual bool IsOk() const wxOVERRIDE { return m_count > 0; } in IsOk()
35 wxInt32 m_count; member in wxPaletteRefData
45 m_count = 0; in wxPaletteRefData()
50 m_count = data.m_count; in wxPaletteRefData()
51 m_palette = new wxColour[m_count]; in wxPaletteRefData()
52 for ( wxInt32 i = 0; i < m_count; i++ ) in wxPaletteRefData()
84 M_PALETTEDATA->m_count = n ; in Create()
103 for ( int i = 0 ; i < M_PALETTEDATA->m_count ; ++i ) in GetPixel()
125 if (index < 0 || index >= M_PALETTEDATA->m_count) in GetRGB()
139 return M_PALETTEDATA->m_count; in GetColoursCount()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dpalette.cpp31 virtual bool IsOk() const { return m_count > 0; } in IsOk()
35 wxInt32 m_count; member in wxPaletteRefData
45 m_count = 0; in wxPaletteRefData()
50 m_count = data.m_count; in wxPaletteRefData()
51 m_palette = new wxColour[m_count]; in wxPaletteRefData()
52 for ( wxInt32 i = 0; i < m_count; i++ ) in wxPaletteRefData()
84 M_PALETTEDATA->m_count = n ; in Create()
104 for ( int i = 0 ; i < M_PALETTEDATA->m_count ; ++i ) in GetPixel()
125 if (index < 0 || index >= M_PALETTEDATA->m_count) in GetRGB()
139 return M_PALETTEDATA->m_count; in GetColoursCount()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_WordCount.cpp45 memset(&m_count,0,sizeof(m_count)); in AP_Dialog_WordCount()
79 setWidgetValueInt(WORDS_VAL_WID, m_count.word); in updateDialogData()
80 setWidgetValueInt(WORDSNF_VAL_WID, m_count.words_no_notes); in updateDialogData()
81 setWidgetValueInt(PARA_VAL_WID, m_count.para); in updateDialogData()
82 setWidgetValueInt(CHARSP_VAL_WID, m_count.ch_sp); in updateDialogData()
83 setWidgetValueInt(CHARNSP_VAL_WID, m_count.ch_no); in updateDialogData()
84 setWidgetValueInt(LINES_VAL_WID, m_count.line); in updateDialogData()
85 setWidgetValueInt(PAGES_VAL_WID, m_count.page); in updateDialogData()
99 return m_count; in getCount()
104 m_count = nCount; in setCount()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dpalette.cpp31 virtual bool IsOk() const { return m_count > 0; } in IsOk()
35 wxInt32 m_count; member in wxPaletteRefData
45 m_count = 0; in wxPaletteRefData()
50 m_count = data.m_count; in wxPaletteRefData()
51 m_palette = new wxColour[m_count]; in wxPaletteRefData()
52 for ( wxInt32 i = 0; i < m_count; i++ ) in wxPaletteRefData()
84 M_PALETTEDATA->m_count = n ; in Create()
104 for ( int i = 0 ; i < M_PALETTEDATA->m_count ; ++i ) in GetPixel()
125 if (index < 0 || index >= M_PALETTEDATA->m_count) in GetRGB()
139 return M_PALETTEDATA->m_count; in GetColoursCount()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dsimple-ref-count.h78 : m_count (1) in SimpleRefCount()
85 : m_count (1) in SimpleRefCount()
107 NS_ASSERT (m_count < std::numeric_limits<uint32_t>::max ()); in Ref()
108 m_count++; in Ref()
118 m_count--; in Unref()
119 if (m_count == 0) in Unref()
133 return m_count; in GetReferenceCount()
144 mutable uint32_t m_count;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dsubwin.h32 m_count = n; in Create()
40 for ( size_t n = 0; n < m_count; n++ ) in ~wxSubwindows()
51 size_t GetCount() const { return m_count; } in GetCount()
79 for ( size_t n = 0; n < m_count; n++ ) in HasWindow()
96 for ( size_t n = 0; n < m_count; n++ ) in Show()
106 for ( size_t n = 0; n < m_count; n++ ) in Enable()
116 for ( size_t n = 0; n < m_count; n++ ) in SetFont()
131 for ( size_t n = 0; n < m_count; n++ ) in Refresh()
144 for ( size_t n = 0; n < m_count; n++ ) in GetBoundingBox()
162 m_count = 0; in Init()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcspacialranges.hpp41 int GetCount() const { return m_count; } in GetCount()
77 int m_count; member in CSpacialRanges
99 if( m_count ) { in SetSeqdataFrom()
234 m_count = 0; in RemoveSingletons()
242 if( m_count ) { in Print()
314 if( m_count ) { in AddRange()
324 ++m_count; in AddRange()
348 m_count += count; in AddRange()
359 m_count += r->GetCount(); in AddRange()
364 r->m_count = 0; in AddRange()
[all …]

12345678910>>...190