/third_party/mesa3d/src/util/ |
D | list.h | 218 *__next = LIST_ENTRY(type, pos->member.next, member); \ 221 list_assert(pos == __next, "use _safe iterator"), \ 222 __next = LIST_ENTRY(type, __next->member.next, member)) 226 *__next = LIST_ENTRY(type, pos->member.next, member); \ 228 pos = __next, \ 229 __next = LIST_ENTRY(type, __next->member.next, member)) 253 *__next = LIST_ENTRY(type, pos->member.next, member); \ 255 pos = __next, \ 256 __next = LIST_ENTRY(type, __next->member.next, member))
|
D | rb_tree.h | 264 *__next = (type *)rb_node_next_or_null((struct rb_node *)__node); \ 267 __node = __next, \ 268 __next = (type *)rb_node_next_or_null((struct rb_node *)__node))
|
/third_party/mesa3d/src/compiler/glsl/ |
D | list.h | 704 …*__next = (__node) ? exec_node_typed_forward((__list)->head_sentinel.next->next, __type *) : NULL;… 706 (__node) = __next, __next = __next ? exec_node_typed_forward(__next->next, __type *) : NULL) 762 * __next = (__node) ? \ 765 (__node) = __next, __next = (__next && (__next)->__field.next) ? \ 766 exec_node_data_forward(__type, (__next)->__field.next, __field) : NULL)
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 424 *__next = (__type *)__inst->next; \ 425 __next != NULL; \ 426 __inst = __next, \ 427 __next = (__type *)__next->next)
|
D | brw_dead_control_flow.cpp | 96 __next = earlier_block->next(); in dead_control_flow_eliminate()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 65 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit() 166 cb->__next = self->cancelbuf; in __do_cleanup_push() 172 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
|
/third_party/musl/ndk_musl_include/ |
D | aio.h | 27 void *__next, *__prev; member
|
D | pthread.h | 367 struct __ptcb *__next; member
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 75 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit() 172 cb->__next = self->cancelbuf; in __do_cleanup_push() 178 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | aio.h | 27 void *__next, *__prev; member
|
D | pthread.h | 209 struct __ptcb *__next; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | aio.h | 27 void *__next, *__prev; member
|
D | pthread.h | 209 struct __ptcb *__next; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | aio.h | 27 void *__next, *__prev; member
|
D | pthread.h | 209 struct __ptcb *__next; member
|
/third_party/musl/include/ |
D | aio.h | 27 void *__next, *__prev; member
|
D | pthread.h | 206 struct __ptcb *__next; member
|
/third_party/python/Lib/ |
D | sre_parse.py | 232 self.__next() 233 def __next(self): member in Tokenizer 251 self.__next() 256 self.__next() 265 self.__next() 271 self.__next() 290 self.__next()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 144 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit() 244 cb->__next = self->cancelbuf; in __do_cleanup_push() 250 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi_hw.c | 216 goto __next; in read_from_ts_buf() 235 __next: in read_from_ts_buf()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_create.c | 20 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 206 struct __ptcb *__next; member
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 383 struct __ptcb *__next; member
|
/third_party/alsa-utils/alsaloop/ |
D | alsaloop.c | 684 goto __next; in parse_config_file() 713 __next: in parse_config_file()
|
/third_party/alsa-lib/src/alisp/ |
D | alisp.c | 2605 goto __next; in F_format() 2611 goto __next; in F_format() 2616 goto __next; in F_format() 2621 goto __next; in F_format() 2627 goto __next; in F_format() 2630 __next: in F_format()
|