HomeSort by: relevance | last modified time | path
    Searched refs:_next (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
firmware.h 23 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->version;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
slist.d 66 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...]
dlist.d 80 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...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/
hashtab.d 19 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...]
  /src/sys/arch/evbppc/explora/
explora_start.S 109 bl _next
110 _next: label
112 subi %r3,%r3,_next-__start
  /src/external/gpl3/binutils/dist/gprofng/src/
Expression.h 158 Value (uint64_t _val = 0, Value *_next = 0) : val (_val), next (_next)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Expression.h 158 Value (uint64_t _val = 0, Value *_next = 0) : val (_val), next (_next)
  /src/distrib/miniroot/
install.sub 620 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...]
  /src/usr.sbin/altq/libaltq/
qop_hfsc.h 35 LIST_ENTRY(segment) _next; member in struct:segment
qop_hfsc.c 793 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)) == NULL)
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl.h 104 LIST_ENTRY(segment) _next; member in struct:segment
pfctl_altq.c 911 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)) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d 6089 private Range _next;
6099 for ( _end = 0; !_next.empty ; _next.popFront)
6101 if (isTerminator(_next.front))
6111 _next = _input.save;
6133 _next = next;
6187 if (_next.empty)
6189 _input = _next;
6193 _next.popFront();
6194 _input = _next.save
    [all...]
  /src/sys/net/
if_wg.c 5113 goto _next;
5116 goto _next;
5124 goto _next;
5132 goto _next;
5139 _next:
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 650 %rename(_next) edns_option::next;

Completed in 46 milliseconds