/third_party/libunwind/libunwind/include/ |
H A D | mempool.h | 70 struct object *next; member
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-dbus.h | 45 struct lws_dll2 next; /* dbusserver ctx: HEAD of accepted list */ member
|
/third_party/libbpf/include/linux/ |
H A D | types.h | 30 struct list_head *next, *prev; member
|
/third_party/ltp/pan/ |
H A D | symbol.h | 45 struct sym *next; member 100 #define R_NEXT 4 /* set "cursor" to next item */
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | threadpool.h | 11 * The above copyright notice and this permission notice (including the next 48 struct threadpool_task *next; member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_pipe.h | 15 * next paragraph) shall be included in all copies or substantial portions 47 struct quad_stage *next; member
|
/third_party/musl/src/env/ |
H A D | __reset_tls.c | 10 if (n) for (p=libc.tls_head, i=1; i<=n; i++, p=p->next) { in __reset_tls()
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
H A D | __stdio_exit.c | 18 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit()
|
/third_party/musl/src/stdio/ |
H A D | __stdio_exit.c | 21 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrenum.h | 52 virtual const char* next(int32_t *resultLength, UErrorCode& status) override; 55 * Returns the next element a UnicodeString*. If there are no
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_freeaddrinfo.c | 13 * The above copyright notice and this permission notice (including the next 42 head = head->next; in ares__freeaddrinfo_cnames()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ufieldpositer.cpp | 48 if (((FieldPositionIterator*)fpositer)->next(fp)) { in ufieldpositer_next()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_balloc.h | 43 nghttp3_memblock_hd *next; member
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_macro.h | 43 this is singly linked list, and the next element is pointed by next 45 pointer to the next field of the previous element of |*PD|: if C is 46 the previous element of |PD|, PD = &C->next. */ 49 (T)->next = *(PD); \
|
H A D | ngtcp2_balloc.h | 42 ngtcp2_memblock_hd *next; member
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | fpositer.h | 102 UBool next(FieldPosition& fp);
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/ |
H A D | seq_file.h | 12 void * (*next) (struct seq_file *m, void *v, loff_t *pos); member
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/ |
H A D | seq_file.h | 12 void * (*next) (struct seq_file *m, void *v, loff_t *pos); member
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | mqtt_priv.h | 51 next pointing at itself means request is unallocated */ 52 struct mqtt_request_t *next; member
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scope.h | 32 struct scope *next; member
|
/third_party/lwip/src/include/lwip/ |
H A D | ip4_frag.h | 62 struct ip_reassdata *next; member
|
/third_party/node/deps/v8/src/objects/ |
H A D | template-objects.h | 24 // linked list via the next fields. 30 Handle<HeapObject> next);
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_vs.h | 12 * The above copyright notice and this permission notice (including the next 56 struct r300_vertex_shader_code *next; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-446.rs | 11 pub next: *mut List,
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | report.rs | 24 let mut all_errors = match iter.next() { in propagate()
|