Home
last modified time | relevance | path

Searched refs:__next (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glsl/
Dlist.h475 for (exec_node * __node = (__list)->head, * __next = __node->next \
476 ; __next != NULL \
477 ; __node = __next, __next = __next->next)
/external/valgrind/none/tests/s390x/
Dsrst.c11 static char * srst3(char *__next, char *__start, char __what, int *__cc) in srst3() argument
14 register char *next asm ("2") = __next; in srst3()
/external/libcxx/include/
D__debug55 __i_node(void* __i, __i_node* __next, __c_node* __c)
56 : __i_(__i), __next_(__next), __c_(__c) {}
78 __c_node(void* __c, __c_node* __next)
79 : __c_(__c), __next_(__next), beg_(nullptr), end_(nullptr), cap_(nullptr) {}
D__tree1240 __node_pointer __next = __detach(__cache);
1242 __cache = __next;
1280 __node_pointer __next = __detach(__cache);
1282 __cache = __next;
1404 __node_pointer __next = __detach(__cache);
1406 __cache = __next;
1698 const_iterator __next = _VSTD::next(__hint);
1699 if (__next == end() || value_comp()(__v, *__next))
1709 __parent = static_cast<__node_base_pointer>(__next.__ptr_);
Dforward_list542 __node_pointer __next = __p->__next_;
545 __p = __next;
1166 __node_pointer __next = __first->__next_;
1169 __first = __next;
1216 __node_pointer __next = __first->__next_;
1219 __first = __next;
D__hash_table1328 __node_pointer __next = __np->__next_;
1346 __np = __next;
1419 __node_pointer __next = __cache->__next_;
1421 __cache = __next;
1477 __node_pointer __next = __cache->__next_;
1479 __cache = __next;
1511 __node_pointer __next = __cache->__next_;
1513 __cache = __next;
Dregex2312 const _CharT* __next = _VSTD::next(__s.__current_);
2313 if (__next != __s.__last_)
2315 pair<_CharT, _CharT> __ch2(*__s.__current_, *__next);
/external/valgrind/perf/
Dtest_input_for_tinycc.c4980 struct __gconv_trans_data *__next; member