Home
last modified time | relevance | path

Searched refs:m_prev (Results 1 – 25 of 954) sorted by relevance

12345678910>>...39

/dports/devel/loki/loki-0.1.7/src/
H A DStrongPtr.cpp225 m_next->m_prev = m_prev; in Release()
282 m_prev = rhs.m_prev; in Swap()
284 m_prev->m_next = m_next->m_prev = this; in Swap()
294 rhs.m_prev = m_prev; in Swap()
296 m_prev->m_next = m_next->m_prev = &rhs; in Swap()
307 std::swap(rhs.m_prev->m_next,m_next->m_prev); in Swap()
320 std::swap(m_prev, rhs.m_prev); in Swap()
495 prhs->m_prev = m_prev; in Merge()
506 m_prev = prhs->m_prev; in Merge()
513 m_next->m_prev = prhs->m_prev; in Merge()
[all …]
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_list.h34 padthv1_list() : m_prev(0), m_next(0) {} in padthv1_list()
38 p->m_prev = m_prev; in append()
41 if (m_prev) in append()
42 m_prev->m_next = p; in append()
46 m_prev = p; in append()
51 if (p->m_prev) in remove()
52 p->m_prev->m_next = p->m_next; in remove()
57 p->m_next->m_prev = p->m_prev; in remove()
59 m_prev = p->m_prev; in remove()
62 T *prev() const { return m_prev; } in prev()
[all …]
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1_list.h34 samplv1_list() : m_prev(0), m_next(0) {} in samplv1_list()
38 p->m_prev = m_prev; in append()
41 if (m_prev) in append()
42 m_prev->m_next = p; in append()
46 m_prev = p; in append()
51 if (p->m_prev) in remove()
52 p->m_prev->m_next = p->m_next; in remove()
57 p->m_next->m_prev = p->m_prev; in remove()
59 m_prev = p->m_prev; in remove()
62 T *prev() const { return m_prev; } in prev()
[all …]
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1_list.h34 synthv1_list() : m_prev(0), m_next(0) {} in synthv1_list()
38 p->m_prev = m_prev; in append()
41 if (m_prev) in append()
42 m_prev->m_next = p; in append()
46 m_prev = p; in append()
51 if (p->m_prev) in remove()
52 p->m_prev->m_next = p->m_next; in remove()
57 p->m_next->m_prev = p->m_prev; in remove()
59 m_prev = p->m_prev; in remove()
62 T *prev() const { return m_prev; } in prev()
[all …]
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtList.h21 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
27 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
41 m_prev = link; in insertAfter()
42 m_next->m_prev = this; in insertAfter()
43 m_prev->m_next = this; in insertAfter()
48 m_next->m_prev = m_prev; in remove()
49 m_prev->m_next = m_next; in remove()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtList.h21 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
27 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
41 m_prev = link; in insertAfter()
42 m_next->m_prev = this; in insertAfter()
43 m_prev->m_next = this; in insertAfter()
48 m_next->m_prev = m_prev; in remove()
49 m_prev->m_next = m_next; in remove()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/LinearMath/
H A DbtList.h22 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
28 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
40 m_prev = link; in insertAfter()
41 m_next->m_prev = this; in insertAfter()
42 m_prev->m_next = this; in insertAfter()
46 m_next->m_prev = m_prev; in remove()
47 m_prev->m_next = m_next; in remove()
[all …]
/dports/games/critterding/critterding-beta12/src/utils/bullet/LinearMath/
H A DbtList.h22 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
28 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
40 m_prev = link; in insertAfter()
41 m_next->m_prev = this; in insertAfter()
42 m_prev->m_next = this; in insertAfter()
46 m_next->m_prev = m_prev; in remove()
47 m_prev->m_next = m_next; in remove()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtList.h21 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
27 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
41 m_prev = link; in insertAfter()
42 m_next->m_prev = this; in insertAfter()
43 m_prev->m_next = this; in insertAfter()
48 m_next->m_prev = m_prev; in remove()
49 m_prev->m_next = m_next; in remove()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtList.h21 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
27 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
41 m_prev = link; in insertAfter()
42 m_next->m_prev = this; in insertAfter()
43 m_prev->m_next = this; in insertAfter()
48 m_next->m_prev = m_prev; in remove()
49 m_prev->m_next = m_next; in remove()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtList.h22 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
28 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
40 m_prev = link; in insertAfter()
41 m_next->m_prev = this; in insertAfter()
42 m_prev->m_next = this; in insertAfter()
46 m_next->m_prev = m_prev; in remove()
47 m_prev->m_next = m_next; in remove()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtList.h21 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
27 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
41 m_prev = link; in insertAfter()
42 m_next->m_prev = this; in insertAfter()
43 m_prev->m_next = this; in insertAfter()
48 m_next->m_prev = m_prev; in remove()
49 m_prev->m_next = m_next; in remove()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtList.h22 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
28 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
40 m_prev = link; in insertAfter()
41 m_next->m_prev = this; in insertAfter()
42 m_prev->m_next = this; in insertAfter()
46 m_next->m_prev = m_prev; in remove()
47 m_prev->m_next = m_next; in remove()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/LinearMath/
H A DbtList.h22 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
28 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
40 m_prev = link; in insertAfter()
41 m_next->m_prev = this; in insertAfter()
42 m_prev->m_next = this; in insertAfter()
46 m_next->m_prev = m_prev; in remove()
47 m_prev->m_next = m_next; in remove()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtList.h21 btGEN_Link() : m_next(0), m_prev(0) {} in btGEN_Link()
27 bool isHead() const { return m_prev == 0; } in isHead()
33 m_prev = link->m_prev; in insertBefore()
34 m_next->m_prev = this; in insertBefore()
35 m_prev->m_next = this; in insertBefore()
41 m_prev = link; in insertAfter()
42 m_next->m_prev = this; in insertAfter()
43 m_prev->m_next = this; in insertAfter()
48 m_next->m_prev = m_prev; in remove()
49 m_prev->m_next = m_next; in remove()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DGraphList.h93 pX->m_prev = m_tail; in pushBack()
103 pX->m_prev = pY; in insertAfter()
114 GraphElement *pYprev = pX->m_prev = pY->m_prev; in insertBefore()
115 pY->m_prev = pX; in insertBefore()
169 pY->m_prev = pX->m_prev; in swap()
171 pX->m_prev = pY; in swap()
176 pX->m_prev = pY->m_prev; in swap()
178 pY->m_prev = pX; in swap()
183 std::swap(pX->m_prev, pY->m_prev); in swap()
186 if (pX->m_prev) in swap()
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dpiclist.cpp34 curFrame.m_prev = NULL; in pushFront()
38 m_start->m_prev = &curFrame; in pushFront()
52 curFrame.m_prev = m_end; in pushBack()
76 m_start->m_prev = NULL; in popFront()
82 temp->m_next = temp->m_prev = NULL; in popFront()
106 m_end = m_end->m_prev; in popBack()
113 temp->m_next = temp->m_prev = NULL; in popBack()
138 m_end = curFrame.m_prev; in remove()
141 curFrame.m_next->m_prev = curFrame.m_prev; in remove()
142 if (curFrame.m_prev) in remove()
[all …]
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/osm/
H A Ddiff_object.hpp86 m_prev(&prev), in DiffObject()
97 return m_prev == nullptr; in empty()
106 assert(m_prev && m_curr && m_next); in prev()
107 return *m_prev; in prev()
116 assert(m_prev && m_curr && m_next); in curr()
126 assert(m_prev && m_curr && m_next); in next()
136 assert(m_prev && m_curr && m_next); in first()
137 return m_prev == m_curr; in first()
146 assert(m_prev && m_curr && m_next); in last()
156 assert(m_prev && m_curr && m_next); in type()
[all …]
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/osm/
H A Ddiff_object.hpp86 m_prev(&prev), in DiffObject()
97 return m_prev == nullptr; in empty()
106 assert(m_prev && m_curr && m_next); in prev()
107 return *m_prev; in prev()
116 assert(m_prev && m_curr && m_next); in curr()
126 assert(m_prev && m_curr && m_next); in next()
136 assert(m_prev && m_curr && m_next); in first()
137 return m_prev == m_curr; in first()
146 assert(m_prev && m_curr && m_next); in last()
156 assert(m_prev && m_curr && m_next); in type()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/osm/
H A Ddiff_object.hpp86 m_prev(&prev), in DiffObject()
97 return m_prev == nullptr; in empty()
106 assert(m_prev && m_curr && m_next); in prev()
107 return *m_prev; in prev()
116 assert(m_prev && m_curr && m_next); in curr()
126 assert(m_prev && m_curr && m_next); in next()
136 assert(m_prev && m_curr && m_next); in first()
137 return m_prev == m_curr; in first()
146 assert(m_prev && m_curr && m_next); in last()
156 assert(m_prev && m_curr && m_next); in type()
[all …]
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dpiclist.cpp34 curFrame.m_prev = NULL; in pushFront()
38 m_start->m_prev = &curFrame; in pushFront()
52 curFrame.m_prev = m_end; in pushBack()
76 m_start->m_prev = NULL; in popFront()
82 temp->m_next = temp->m_prev = NULL; in popFront()
106 m_end = m_end->m_prev; in popBack()
113 temp->m_next = temp->m_prev = NULL; in popBack()
147 m_end = curFrame.m_prev; in remove()
150 curFrame.m_next->m_prev = curFrame.m_prev; in remove()
151 if (curFrame.m_prev) in remove()
[all …]
/dports/multimedia/x265/source/common/
H A Dpiclist.cpp34 curFrame.m_prev = NULL; in pushFront()
38 m_start->m_prev = &curFrame; in pushFront()
52 curFrame.m_prev = m_end; in pushBack()
76 m_start->m_prev = NULL; in popFront()
82 temp->m_next = temp->m_prev = NULL; in popFront()
106 m_end = m_end->m_prev; in popBack()
113 temp->m_next = temp->m_prev = NULL; in popBack()
147 m_end = curFrame.m_prev; in remove()
150 curFrame.m_next->m_prev = curFrame.m_prev; in remove()
151 if (curFrame.m_prev) in remove()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dintrusive_list.h42 m_prev = nullptr; in ListClear()
50 if( m_prev ) in ListRemove()
51 m_prev->m_next = m_next; in ListRemove()
54 m_next->m_prev = m_prev; in ListRemove()
60 if( m_prev ) in ListRemove()
61 rv = m_prev; in ListRemove()
66 m_prev = nullptr; in ListRemove()
82 m_next->m_prev = item; in ListInsert()
84 item->m_prev = (T*) this; in ListInsert()
93 T* ListPrev() const { return m_prev; }; in ListPrev()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Ddlist.h25 T* m_prev { nullptr };
28 T* prev() { return m_prev; } in prev()
33 m_prev = t; in init()
53 auto* prev = elem->m_prev; in remove_from()
55 next->m_prev = prev; in remove_from()
66 auto* prev = elem->m_prev; in push_to_front()
68 next->m_prev = prev; in push_to_front()
69 list->m_prev->m_next = elem; in push_to_front()
70 elem->m_prev = list->m_prev; in push_to_front()
72 list->m_prev = elem; in push_to_front()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Ddlist.h25 T* m_prev { nullptr };
28 T* prev() { return m_prev; } in prev()
33 m_prev = t; in init()
53 auto* prev = elem->m_prev; in remove_from()
55 next->m_prev = prev; in remove_from()
66 auto* prev = elem->m_prev; in push_to_front()
68 next->m_prev = prev; in push_to_front()
69 list->m_prev->m_next = elem; in push_to_front()
70 elem->m_prev = list->m_prev; in push_to_front()
72 list->m_prev = elem; in push_to_front()
[all …]

12345678910>>...39