Searched refs:_next (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dfirmware.h23 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \
29 for (_next = _list; !_fwif && _next->load; _next++) { \
30 if (_next->version == _ver) \
31 _fwif = _next; \
40 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
41 _fwv = (_ver >= 0) ? _ver : _next
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dloop-watcher.c60 handle->name##_next = old_head; \
86 loop->name##_handles = handle->name##_next; \
91 loop->next_##name##_handle = handle->name##_next; \
95 handle->name##_prev->name##_next = handle->name##_next; \
97 if (handle->name##_next) { \
98 handle->name##_next->name##_prev = handle->name##_prev; \
114 (loop)->next_##name##_handle = handle->name##_next; \
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dslist.d66 Node * _next;
71 Node* _next;
73 static assert(NodeWithoutPayload._next.offsetof == Node._next.offsetof);
86 return _root._next;
92 auto ahead = n._next;
96 ahead = n._next;
105 auto ahead = n._next;
110 ahead = n._next;
118 auto ahead = n._next;
[all...]
H A Ddlist.d80 private BaseNode* _next = null;
98 p._next = n;
151 assert(_first._next && _first is _first._next._prev, "DList.Range: Invalidated state");
152 _first = _first._next;
171 assert(_last._prev && _last is _last._prev._next, "DList.Range: Invalidated state");
227 _root._next = _root._prev = _root;
232 return _root._next;
272 if (lroot is null) return rroot is rroot._next;
273 if (rroot is null) return lroot is lroot._next;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dslist.d65 Node * _next;
70 Node* _next;
72 static assert(NodeWithoutPayload._next.offsetof == Node._next.offsetof);
85 return _root._next;
91 auto ahead = n._next;
95 ahead = n._next;
103 auto ahead = n._next;
108 ahead = n._next;
116 auto ahead = n._next;
[all...]
H A Ddlist.d80 private BaseNode* _next = null;
98 p._next = n;
151 assert(_first._next && _first is _first._next._prev, "DList.Range: Invalidated state");
152 _first = _first._next;
171 assert(_last._prev && _last is _last._prev._next, "DList.Range: Invalidated state");
221 _root._next = _root._prev = _root;
226 return _root._next;
266 if (lroot is null) return rroot is rroot._next;
267 if (rroot is null) return lroot is lroot._next;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dhashtab.d19 Node* _next;
35 auto pn = p._next;
68 *pp = p._next;
77 pp = &p._next;
98 for (inout(Node)* p = _buckets[hash]; p !is null; p = p._next)
118 p = p._next;
140 p._next = _buckets[hash];
180 *pp = p._next;
181 p._next = _buckets[nidx];
186 pp = &p._next;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Dhashtab.d19 Node* _next;
35 auto pn = p._next;
68 *pp = p._next;
77 pp = &p._next;
99 for (inout(Node)* p = _buckets[hash]; p !is null; p = p._next)
119 p = p._next;
141 p._next = _buckets[hash];
181 *pp = p._next;
182 p._next = _buckets[nidx];
187 pp = &p._next;
[all...]
/netbsd-current/sys/arch/evbppc/explora/
H A Dexplora_start.S109 bl _next
110 _next: label
112 subi %r3,%r3,_next-__start
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DExpression.h158 Value (uint64_t _val = 0, Value *_next = 0) : val (_val), next (_next)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DExpression.h158 Value (uint64_t _val = 0, Value *_next = 0) : val (_val), next (_next)
/netbsd-current/distrib/miniroot/
H A Dinstall.sub620 local _next
740 _next=""
744 _next=""
747 if [ -z "$_next" ]; then _next=$_f; fi
755 if [ -z "$_next" ]; then resp=n; else resp=y; fi
762 echo -n "File name [$_next]? "
763 getresp "$_next"
791 local _next
852 _next
[all...]
/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_hfsc.h35 LIST_ENTRY(segment) _next; member in struct:segment
H A Dqop_hfsc.c793 LIST_FOREACH(s, gsc, _next) {
807 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) {
831 LIST_REMOVE(s, _next);
846 LIST_FOREACH(s, gsc, _next) {
870 LIST_INSERT_HEAD(gsc, new, _next);
887 LIST_INSERT_AFTER(prev, new, _next);
908 for (s = start; s != end; s = LIST_NEXT(s, _next)) {
914 for (; s != end; s = LIST_NEXT(s, _next)) {
940 LIST_FOREACH(s, gsc, _next) {
942 if ((next = LIST_NEXT(s, _next))
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr.h62 type _next = object->peers.next; \
64 if (_prev) _prev->peers.next = _next; \
65 else head.next = _next; \
66 if (_next) _next->peers.prev = _prev; \
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl.h104 LIST_ENTRY(segment) _next; member in struct:segment
H A Dpfctl_altq.c911 LIST_FOREACH(s, gsc, _next) {
925 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) {
949 LIST_REMOVE(s, _next);
964 LIST_FOREACH(s, gsc, _next) {
988 LIST_INSERT_HEAD(gsc, new, _next);
1005 LIST_INSERT_AFTER(prev, new, _next);
1026 for (s = start; s != end; s = LIST_NEXT(s, _next)) {
1032 for (; s != end; s = LIST_NEXT(s, _next)) {
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d647 bool _next()
661 while (isWhite(current) && _next()){ }
668 immutable r = _next();
673 return _next();
954 enforce(_next(), "Unfinished escape sequence");
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/coldfire/
H A Dbfd.h1699 asection *_next = _s->next; \
1702 _prev->next = _next; \
1704 (ABFD)->sections = _next; \
1705 if (_next) \
1706 _next->prev = _prev; \
1754 asection *_next = _a->next; \
1755 _s->next = _next; \
1758 if (_next) \
1759 _next->prev = _s; \
/netbsd-current/external/gpl3/binutils.old/lib/libbfd/arch/or1k/
H A Dbfd.h1699 asection *_next = _s->next; \
1702 _prev->next = _next; \
1704 (ABFD)->sections = _next; \
1705 if (_next) \
1706 _next->prev = _prev; \
1754 asection *_next = _a->next; \
1755 _s->next = _next; \
1758 if (_next) \
1759 _next->prev = _s; \
/netbsd-current/external/gpl3/gdb.old/lib/libbfd/arch/coldfire/
H A Dbfd-in3.h1705 asection *_next = _s->next; \
1708 _prev->next = _next; \
1710 (ABFD)->sections = _next; \
1711 if (_next) \
1712 _next->prev = _prev; \
1760 asection *_next = _a->next; \
1761 _s->next = _next; \
1764 if (_next) \
1765 _next->prev = _s; \
H A Dbfd.h1705 asection *_next = _s->next; \
1708 _prev->next = _next; \
1710 (ABFD)->sections = _next; \
1711 if (_next) \
1712 _next->prev = _prev; \
1760 asection *_next = _a->next; \
1761 _s->next = _next; \
1764 if (_next) \
1765 _next->prev = _s; \
/netbsd-current/external/gpl3/binutils/lib/libbfd/arch/or1k/
H A Dbfd.h1699 asection *_next = _s->next; \
1702 _prev->next = _next; \
1704 (ABFD)->sections = _next; \
1705 if (_next) \
1706 _next->prev = _prev; \
1754 asection *_next = _a->next; \
1755 _s->next = _next; \
1758 if (_next) \
1759 _next->prev = _s; \
/netbsd-current/external/gpl3/binutils/lib/libbfd/arch/coldfire/
H A Dbfd.h1699 asection *_next = _s->next; \
1702 _prev->next = _next; \
1704 (ABFD)->sections = _next; \
1705 if (_next) \
1706 _next->prev = _prev; \
1754 asection *_next = _a->next; \
1755 _s->next = _next; \
1758 if (_next) \
1759 _next->prev = _s; \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d4264 private Range _next;
4274 for ( _end = 0; !_next.empty ; _next.popFront)
4276 if (isTerminator(_next.front))
4286 _next = _input.save;
4344 if (_next.empty)
4346 _input = _next;
4350 _next.popFront();
4351 _input = _next.save;
4361 ret._next
[all...]

Completed in 745 milliseconds

12