Searched refs:__next (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/glsl/ |
D | list.h | 475 for (exec_node * __node = (__list)->head, * __next = __node->next \ 476 ; __next != NULL \ 477 ; __node = __next, __next = __next->next)
|
/external/valgrind/none/tests/s390x/ |
D | srst.c | 11 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 | __debug | 55 __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 | __tree | 1218 __node_pointer __next = __detach(__cache); 1220 __cache = __next; 1258 __node_pointer __next = __detach(__cache); 1260 __cache = __next; 1382 __node_pointer __next = __detach(__cache); 1384 __cache = __next; 1679 const_iterator __next = _VSTD::next(__hint); 1680 if (__next == end() || value_comp()(__v, *__next)) 1690 __parent = static_cast<__node_base_pointer>(__next.__ptr_);
|
D | forward_list | 518 __node_pointer __next = __p->__next_; 521 __p = __next; 1146 __node_pointer __next = __first->__next_; 1149 __first = __next; 1196 __node_pointer __next = __first->__next_; 1199 __first = __next;
|
D | __hash_table | 1298 __node_pointer __next = __np->__next_; 1316 __np = __next; 1389 __node_pointer __next = __cache->__next_; 1391 __cache = __next; 1447 __node_pointer __next = __cache->__next_; 1449 __cache = __next; 1481 __node_pointer __next = __cache->__next_; 1483 __cache = __next;
|
D | regex | 2321 const _CharT* __next = _VSTD::next(__s.__current_); 2322 if (__next != __s.__last_) 2324 pair<_CharT, _CharT> __ch2(*__s.__current_, *__next);
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 4980 struct __gconv_trans_data *__next; member
|