/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_context.h | 70 struct apple_glx_context *previous, *next; member
|
/third_party/musl/src/stdio/ |
H A D | popen.c | 39 for (FILE *l = *__ofl_lock(); l; l=l->next) in popen()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fflush.c | 15 for (f=*__ofl_lock(); f; f=f->next) {
in __fflush()
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
H A D | popen.c | 39 for (FILE *l = *__ofl_lock(); l; l=l->next) in popen()
|
/third_party/nghttp2/src/ |
H A D | shrpx_router.h | 48 std::vector<std::unique_ptr<RNode>> next; member
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | libc.h | 31 struct tls_module *next; member
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fflush.c | 15 for (f=*__ofl_lock(); f; f=f->next) {
in __fflush()
|
/third_party/musl/src/process/ |
H A D | _Fork.c | 30 self->next = self->prev = self; in __post_Fork()
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
H A D | libc.h | 15 struct tls_module *next; member
|
/third_party/musl/src/internal/ |
H A D | libc.h | 17 struct tls_module *next; member
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_parse_mx_reply.c | 12 * The above copyright notice and this permission notice (including the next 85 mx_last->next = mx_curr; in ares_parse_mx_reply()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | localeprioritylist.h | 63 const Locale &next() override {
|
H A D | ruleiter.h | 99 * @param pos upon input, the index of the next character to return. If a 112 * Returns the next character using the given options, or DONE if there 113 * are no more characters, and advance the position to the next 125 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec); 152 * int c = iterator.next(...); 189 * by future calls to next()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | usetiter.h | 41 * while (it.next()) { 85 * iterating over code points using <tt>next()</tt>, or if 109 * Create an iterator over nothing. <tt>next()</tt> and 126 * code point range, depending on whether <tt>next()</tt> or 161 * advanced to the next item, or until the iterator is deleted. 169 * A following call to next() or nextRange() will yield a string, if there is one. 170 * No-op if next() would return false, or if it would yield a string anyway. 185 * Advances the iteration position to the next element in the set, 199 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 206 UBool next(); [all...] |
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_driver.h | 49 uint64_t next() override; 54 /// @brief Requests the next perf sample
|
/third_party/mesa3d/src/panfrost/ds/ |
H A D | pan_pps_driver.h | 43 uint64_t next() override;
|
/third_party/ltp/testcases/kernel/syscalls/set_robust_list/ |
H A D | set_robust_list01.c | 58 struct robust_list __user *next; member
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | fs.h | 111 const struct fsdata_file *next; member
|
H A D | snmp.h | 56 /** pointer to next varbind, NULL for last in list */ 57 struct snmp_varbind *next; member
|
/third_party/libinput/tools/ |
H A D | razer-quirks-lister.py | 54 quirksfile = next(Path("quirks").glob("30-vendor-razer.quirks"))
|
/third_party/lwip/src/include/lwip/ |
H A D | dns.h | 78 struct local_hostlist_entry *next; member
|
H A D | etharp.h | 71 struct etharp_q_entry *next; member
|
H A D | igmp.h | 75 /** next link */ 76 struct igmp_group *next; member
|
H A D | ip6_frag.h | 91 struct ip6_reassdata *next; member
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | sockets_priv.h | 148 /** Pointer to the next waiting task */ 149 struct lwip_select_cb *next; member
|