Home
last modified time | relevance | path

Searched refs:__parent (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dstl_heap.h74 _Distance __parent = 0; in __is_heap() local
80 ++__parent; in __is_heap()
91 _Distance __parent = 0; in __is_heap() local
97 ++__parent; in __is_heap()
124 __holeIndex = __parent; in __push_heap()
125 __parent = (__holeIndex - 1) / 2; in __push_heap()
170 __holeIndex = __parent; in __push_heap()
366 if (__parent == 0) in make_heap()
368 __parent--; in make_heap()
406 if (__parent == 0) in make_heap()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dstl_heap.h74 _Distance __parent = 0; in __is_heap() local
80 ++__parent; in __is_heap()
91 _Distance __parent = 0; in __is_heap() local
97 ++__parent; in __is_heap()
124 __holeIndex = __parent; in __push_heap()
125 __parent = (__holeIndex - 1) / 2; in __push_heap()
170 __holeIndex = __parent; in __push_heap()
366 if (__parent == 0) in make_heap()
368 __parent--; in make_heap()
406 if (__parent == 0) in make_heap()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_heap.c48 __holeIndex = __parent; in __push_heap()
49 __parent = (__holeIndex - 1) / 2; in __push_heap()
83 __holeIndex = __parent; in __push_heap()
84 __parent = (__holeIndex - 1) / 2; in __push_heap()
195 _Distance __parent = (__len - 2)/2; in __make_heap() local
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent))); in __make_heap()
199 if (__parent == 0) return; in __make_heap()
200 __parent--; in __make_heap()
224 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)), in __make_heap()
226 if (__parent == 0) return; in __make_heap()
[all …]
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_heap.c48 __holeIndex = __parent; in __push_heap()
49 __parent = (__holeIndex - 1) / 2; in __push_heap()
83 __holeIndex = __parent; in __push_heap()
84 __parent = (__holeIndex - 1) / 2; in __push_heap()
195 _Distance __parent = (__len - 2)/2; in __make_heap() local
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent))); in __make_heap()
199 if (__parent == 0) return; in __make_heap()
200 __parent--; in __make_heap()
224 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)), in __make_heap()
226 if (__parent == 0) return; in __make_heap()
[all …]
/dports/misc/lastools/LAStools-8ff2694/LASzip/stl/
H A Dstl_heap.h49 __holeIndex = __parent; in __push_heap()
50 __parent = (__holeIndex - 1) / 2; in __push_heap()
84 __holeIndex = __parent; in __push_heap()
85 __parent = (__holeIndex - 1) / 2; in __push_heap()
219 _Distance __parent = (__len - 2)/2; in __make_heap() local
222 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent))); in __make_heap()
223 if (__parent == 0) return; in __make_heap()
224 __parent--; in __make_heap()
250 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)), in __make_heap()
252 if (__parent == 0) return; in __make_heap()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/bits/
H A Dstl_heap.h74 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 ++__parent; in _GLIBCXX_VISIBILITY()
91 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
97 ++__parent; in _GLIBCXX_VISIBILITY()
138 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
139 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
186 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
408 if (__parent == 0) in _GLIBCXX_VISIBILITY()
410 __parent--; in _GLIBCXX_VISIBILITY()
449 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/bits/
H A Dstl_heap.h74 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 ++__parent; in _GLIBCXX_VISIBILITY()
91 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
97 ++__parent; in _GLIBCXX_VISIBILITY()
138 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
139 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
186 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
408 if (__parent == 0) in _GLIBCXX_VISIBILITY()
410 __parent--; in _GLIBCXX_VISIBILITY()
449 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/graphics/darktable/darktable-3.6.1/tools/
H A Ddiff_lua_api.lua50 node.__parent = {}
52 find_parent(v,{k,node.__parent})
59 if not node.__parent or length(node.__parent) > length(ptree) then
60 node.__parent = ptree
101 return build_name(node.__parent)
113 return build_name(node.__parent)
136 name = build_name(old.__parent)
163 compare_any(v,new[k],{k,old.__parent})
167 compare_any(old[k],v,{k,new.__parent})
/dports/graphics/darktable38/darktable-3.8.0/tools/
H A Ddiff_lua_api.lua50 node.__parent = {}
52 find_parent(v,{k,node.__parent})
59 if not node.__parent or length(node.__parent) > length(ptree) then
60 node.__parent = ptree
101 return build_name(node.__parent)
113 return build_name(node.__parent)
136 name = build_name(old.__parent)
163 compare_any(v,new[k],{k,old.__parent})
167 compare_any(old[k],v,{k,new.__parent})
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DGraphicsWidgetAnchor.py16 self.__parent = None
40 if self.__parent is not parent:
41 if self.__parent is not None:
42 self.__parent.geometryChanged.disconnect(self.__geometryChanged)
44 self.__parent = parent
98 if self.__parent is None:
106 p = self.__parent.boundingRect().bottomRight() * Point(self.__parentAnchor)
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/core/
H A Doutput.py36 self.__parent = parent
48 line = OutputLine(self.__parent)
66 if self.__parent.wrap_line_length:
70 self.__parent.next_line.__indent_count
72 self.__parent.next_line.__alignment_count
77 self.__parent.wrap_line_length and \
79 self.__parent.next_line.__character_count
84 self.__parent.add_new_line()
85 next = self.__parent.current_line
141 if self.__parent.indent_empty_lines:
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/bits/
H A Dstl_heap.h77 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
83 ++__parent; in _GLIBCXX_VISIBILITY()
128 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
131 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
132 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
133 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
329 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
332 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
335 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/bits/
H A Dstl_heap.h77 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
83 ++__parent; in _GLIBCXX_VISIBILITY()
128 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
131 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
132 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
133 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
329 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
332 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
335 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/bits/
H A Dstl_heap.h77 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
83 ++__parent; in _GLIBCXX_VISIBILITY()
128 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
131 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
132 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
133 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
331 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
334 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
337 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/bits/
H A Dstl_heap.h77 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
83 ++__parent; in _GLIBCXX_VISIBILITY()
128 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
131 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
132 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
133 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
331 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
334 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
337 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/py-construct/construct-2.10.67/construct/
H A Dexpr.py170 self.__parent = parent
173 if self.__parent is None:
176 return "%s[%r]" % (self.__parent, self.__field)
179 if self.__parent is None:
182 return "%s[%r]" % (self.__parent, self.__field)
185 if self.__parent is None:
188 return self.__parent(obj)[self.__field]
205 self.__parent = parent
208 if self.__parent is None:
214 if self.__parent is None:
[all …]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/opengl/
H A DGLGraphicsItem.py39 self.__parent = None
51 if self.__parent is not None:
52 self.__parent.__children.remove(self)
55 self.__parent = item
57 if self.__parent is not None and self.view() is not self.__parent.view():
60 self.__parent.view().addItem(self)
110 return self.__parent
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dstl_heap.h78 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
81 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
84 ++__parent; in _GLIBCXX_VISIBILITY()
138 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
141 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
142 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
143 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
351 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
354 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
357 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Dstl_heap.h77 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
83 ++__parent; in _GLIBCXX_VISIBILITY()
132 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
135 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
136 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
137 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
338 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
341 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
344 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dstl_heap.h78 _Distance __parent = 0; in _GLIBCXX_VISIBILITY()
81 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
84 ++__parent; in _GLIBCXX_VISIBILITY()
138 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
141 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
142 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
143 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
351 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY()
354 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
357 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_heap.h77 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
83 ++__parent; in _GLIBCXX_VISIBILITY()
132 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
135 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
136 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
137 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
338 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
341 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
344 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dstl_heap.h78 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
81 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
84 ++__parent; in _GLIBCXX_VISIBILITY()
138 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
141 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
142 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
143 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
351 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
354 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
357 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dstl_heap.h78 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
81 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
84 ++__parent; in _GLIBCXX_VISIBILITY()
138 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
141 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
142 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
143 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
351 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
354 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
357 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_heap.h77 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
80 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
83 ++__parent; in _GLIBCXX_VISIBILITY()
132 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
135 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
136 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
137 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
338 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
341 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
344 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dstl_heap.h78 _Distance __parent = 0; in _GLIBCXX_VISIBILITY() local
81 if (__comp(__first + __parent, __first + __child)) in _GLIBCXX_VISIBILITY()
84 ++__parent; in _GLIBCXX_VISIBILITY()
138 _Distance __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY() local
141 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
142 __holeIndex = __parent; in _GLIBCXX_VISIBILITY()
143 __parent = (__holeIndex - 1) / 2; in _GLIBCXX_VISIBILITY()
351 _DistanceType __parent = (__len - 2) / 2; in _GLIBCXX_VISIBILITY() local
354 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
357 if (__parent == 0) in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...20