/third_party/mesa3d/src/util/ |
H A D | list.h | 238 *__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 D | rb_tree.h | 268 *__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 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) [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.h | 424 *__next = (__type *)__inst->next; \ 425 __next != NULL; \ 426 __inst = __next, \ 427 __next = (__type *)__next->next)
|
H A D | brw_dead_control_flow.cpp | 93 * __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 D | pthread_create.c | 65 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 D | pthread_create.c | 65 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 D | pthread_cleanup_test.cpp | 29 cleanup.__next = nullptr; in ThreadFn()
|
/third_party/python/Lib/re/ |
H A D | _parser.py | 230 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 D | aio.h | 27 void *__next, *__prev; member
|
H A D | pthread.h | 213 struct __ptcb *__next; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | aio.h | 27 void *__next, *__prev; member
|
H A D | pthread.h | 213 struct __ptcb *__next; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | aio.h | 27 void *__next, *__prev; member
|
H A D | pthread.h | 213 struct __ptcb *__next; member
|
/third_party/musl/include/ |
H A D | aio.h | 27 void *__next, *__prev; member
|
H A D | pthread.h | 361 struct __ptcb *__next; member
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 75 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 D | pthread_create.c | 210 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 D | pthread_create.c | 158 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 D | pthread_create.c | 20 self->cancelbuf = self->cancelbuf->__next; in __pthread_exit()
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_hw.c | 218 goto __next; in read_from_ts_buf() 237 __next: in read_from_ts_buf()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 2606 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 D | pthread.h | 206 struct __ptcb *__next; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 386 struct __ptcb *__next; member
|