Home
last modified time | relevance | path

Searched refs:__next (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/util/
H A Dlist.h238 *__next = list_entry(pos->member.next, type, member); \
241 list_assert(pos == __next, "use _safe iterator"), \
242 __next = list_entry(__next->member.next, type, member))
246 *__next = list_entry(pos->member.next, type, member); \
248 pos = __next, \
249 __next = list_entry(__next->member.next, type, member))
273 *__next = list_entry(pos->member.next, type, member); \
275 pos = __next, \
[all...]
H A Drb_tree.h268 *__next = (type *)rb_node_next_or_null((struct rb_node *)__node); \
271 __node = __next, \
272 __next = (type *)rb_node_next_or_null((struct rb_node *)__node))
/third_party/mesa3d/src/compiler/glsl/
H A 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)
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_cfg.h424 *__next = (__type *)__inst->next; \
425 __next != NULL; \
426 __inst = __next, \
427 __next = (__type *)__next->next)
H A Dbrw_dead_control_flow.cpp93 * __next block pointer was pointing to. in dead_control_flow_eliminate()
96 __next = earlier_block->next(); in dead_control_flow_eliminate()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c65 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
169 cb->__next = self->cancelbuf; in __do_cleanup_push()
175 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c65 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
169 cb->__next = self->cancelbuf; in __do_cleanup_push()
175 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_cleanup_test.cpp29 cleanup.__next = nullptr; in ThreadFn()
/third_party/python/Lib/re/
H A D_parser.py230 self.__next()
231 def __next(self): member in Tokenizer
249 self.__next()
254 self.__next()
263 self.__next()
269 self.__next()
288 self.__next()
/third_party/musl/porting/uniproton/kernel/include/
H A Daio.h27 void *__next, *__prev; member
H A Dpthread.h213 struct __ptcb *__next; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Daio.h27 void *__next, *__prev; member
H A Dpthread.h213 struct __ptcb *__next; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Daio.h27 void *__next, *__prev; member
H A Dpthread.h213 struct __ptcb *__next; member
/third_party/musl/include/
H A Daio.h27 void *__next, *__prev; member
H A Dpthread.h361 struct __ptcb *__next; member
/third_party/musl/src/thread/
H A Dpthread_create.c75 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
187 cb->__next = self->cancelbuf; in __do_cleanup_push()
193 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c210 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
340 cb->__next = self->cancelbuf; in __do_cleanup_push()
346 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c158 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
276 cb->__next = self->cancelbuf; in __do_cleanup_push()
282 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_create.c20 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_hw.c218 goto __next; in read_from_ts_buf()
237 __next: in read_from_ts_buf()
/third_party/alsa-lib/src/alisp/
H A Dalisp.c2606 goto __next; in F_format()
2612 goto __next; in F_format()
2617 goto __next; in F_format()
2622 goto __next; in F_format()
2628 goto __next; in F_format()
2631 __next: in F_format()
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h206 struct __ptcb *__next; member
/third_party/musl/porting/linux/user/include/
H A Dpthread.h386 struct __ptcb *__next; member

Completed in 18 milliseconds

12