Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/util/
Dlist.h218 *__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))
Drb_tree.h264 *__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/
Dlist.h704 …*__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/
Dbrw_cfg.h424 *__next = (__type *)__inst->next; \
425 __next != NULL; \
426 __inst = __next, \
427 __next = (__type *)__next->next)
Dbrw_dead_control_flow.cpp96 __next = earlier_block->next(); in dead_control_flow_eliminate()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c65 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/
Daio.h27 void *__next, *__prev; member
Dpthread.h367 struct __ptcb *__next; member
/third_party/musl/src/thread/
Dpthread_create.c75 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/
Daio.h27 void *__next, *__prev; member
Dpthread.h209 struct __ptcb *__next; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Daio.h27 void *__next, *__prev; member
Dpthread.h209 struct __ptcb *__next; member
/third_party/musl/porting/liteos_m/kernel/include/
Daio.h27 void *__next, *__prev; member
Dpthread.h209 struct __ptcb *__next; member
/third_party/musl/include/
Daio.h27 void *__next, *__prev; member
Dpthread.h206 struct __ptcb *__next; member
/third_party/python/Lib/
Dsre_parse.py232 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/
Dpthread_create.c144 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/
Drawmidi_hw.c216 goto __next; in read_from_ts_buf()
235 __next: in read_from_ts_buf()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c20 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h206 struct __ptcb *__next; member
/third_party/musl/porting/linux/user/include/
Dpthread.h383 struct __ptcb *__next; member
/third_party/alsa-utils/alsaloop/
Dalsaloop.c684 goto __next; in parse_config_file()
713 __next: in parse_config_file()
/third_party/alsa-lib/src/alisp/
Dalisp.c2605 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()

12