/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 507 struct tre_backtrack_struct *next; member 527 if (!stack->next) \ 543 s->next = NULL; \ 557 stack->next = s; \ 561 stack = stack->next; \ 650 stack->next = NULL; in tre_tnfa_run_backtrack() 764 /* Go to the next character in the input string. */ in tre_tnfa_run_backtrack() 771 of reading the next character, we match the back reference. */ in tre_tnfa_run_backtrack() 817 /* Read the next character. */ in tre_tnfa_run_backtrack()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 507 struct tre_backtrack_struct *next; member 527 if (!stack->next) \ 543 s->next = NULL; \ 557 stack->next = s; \ 561 stack = stack->next; \ 650 stack->next = NULL; in tre_tnfa_run_backtrack() 764 /* Go to the next character in the input string. */ in tre_tnfa_run_backtrack() 771 of reading the next character, we match the back reference. */ in tre_tnfa_run_backtrack() 817 /* Read the next character. */ in tre_tnfa_run_backtrack()
|
/third_party/musl/src/regex/ |
H A D | regexec.c | 507 struct tre_backtrack_struct *next; member 527 if (!stack->next) \ 543 s->next = NULL; \ 557 stack->next = s; \ 561 stack = stack->next; \ 650 stack->next = NULL; in tre_tnfa_run_backtrack() 764 /* Go to the next character in the input string. */ in tre_tnfa_run_backtrack() 771 of reading the next character, we match the back reference. */ in tre_tnfa_run_backtrack() 817 /* Read the next character. */ in tre_tnfa_run_backtrack()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | localematcher.cpp | 199 const Locale &locale = locales.next(); in setSupportedLocales() 568 LSR next(UErrorCode &errorCode) { in next() function in LocaleLsrIterator 569 current = &locales.next(); in next() 621 int32_t suppIndex = getBestSuppIndex(lsrIter.next(errorCode), &lsrIter, errorCode); in getBestMatch() 653 int32_t suppIndex = getBestSuppIndex(lsrIter.next(errorCode), &lsrIter, errorCode); in getBestMatchResult() 697 desiredLSR = remainingIter->next(errorCode); in getBestSuppIndex()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.c | 15 * next paragraph) shall be included in all copies or substantial portions 283 struct st_zombie_sampler_view_node *entry, *next; in free_zombie_sampler_views() local 291 LIST_FOR_EACH_ENTRY_SAFE(entry, next, in free_zombie_sampler_views() 313 struct st_zombie_shader_node *entry, *next; in free_zombie_shaders() local 321 LIST_FOR_EACH_ENTRY_SAFE(entry, next, in free_zombie_shaders() 919 struct gl_framebuffer *stfb, *next; in st_destroy_context() local 974 LIST_FOR_EACH_ENTRY_SAFE_REV(stfb, next, &st->winsys_buffers, head) { in st_destroy_context()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tests.c | 15 * next paragraph) shall be included in all copies or substantial portions 247 goto next_color; /* test the next expected color */ in util_probe_rect_rgba_multi() 881 tex->next && in nv12_validate_resource_fields() 882 tex->next->format == util_format_get_plane_format(PIPE_FORMAT_NV12, 1) && in nv12_validate_resource_fields() 883 tex->next->width0 == tex->width0 / 2 && in nv12_validate_resource_fields() 884 tex->next->height0 == tex->height0 / 2 && in nv12_validate_resource_fields() 885 tex->next->usage == tex->usage; in nv12_validate_resource_fields() 915 struct pipe_resource *res = i == 2 ? tex->next : tex; in test_nv12()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | opt.c | 176 const OPTIONS *next; in opt_init() local 204 for (next = o + 1; next->name; ++next) { in opt_init() 208 duplicated = next->retval != OPT_DUP in opt_init() 209 && strcmp(o->name, next->name) == 0; in opt_init() 845 * Parse the next flag (and value if specified), return 0 if done, -1 on 882 /* If not this option, move on to the next one. */ in opt_next() 897 /* Want a value; get the next param if =foo not used. */ in opt_next()
|
/third_party/openssl/apps/lib/ |
H A D | opt.c | 176 const OPTIONS *next; in opt_init() local 204 for (next = o + 1; next->name; ++next) { in opt_init() 208 duplicated = next->retval != OPT_DUP in opt_init() 209 && strcmp(o->name, next->name) == 0; in opt_init() 840 * Parse the next flag (and value if specified), return 0 if done, -1 on 877 /* If not this option, move on to the next one. */ in opt_next() 892 /* Want a value; get the next param if =foo not used. */ in opt_next()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bit-set.hh | 334 return next (&c) && c <= last; in intersects() 585 bool next (hb_codepoint_t *codepoint) const in next() function 611 if (pages_array[current.index].next (codepoint)) in next() 671 if (!next (&i)) in next_range() 679 while (next (&i) && i == *last + 1) in next_range() 765 void __next__ () { s->next (&v); if (l) l--; } in __next__()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localematcher.cpp | 204 const Locale &locale = locales.next(); in setSupportedLocales() 586 LSR next(UErrorCode &errorCode) { in next() function in LocaleLsrIterator 587 current = &locales.next(); in next() 639 int32_t suppIndex = getBestSuppIndex(lsrIter.next(errorCode), &lsrIter, errorCode); in getBestMatch() 671 int32_t suppIndex = getBestSuppIndex(lsrIter.next(errorCode), &lsrIter, errorCode); in getBestMatchResult() 715 desiredLSR = remainingIter->next(errorCode); in getBestSuppIndex()
|
/third_party/toybox/kconfig/ |
H A D | symbol.c | 394 for (prop = sym->prop; prop; prop = prop->next) { in sym_set_changed() 668 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_lookup() 688 symbol->next = symbol_hash[hash]; in sym_lookup() 714 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_find() 809 for (prop = sym->prop; prop; prop = prop->next) { in sym_check_deps() 847 for (propp = &sym->prop; *propp; propp = &(*propp)->next) in prop_alloc()
|
/third_party/python/Objects/ |
H A D | weakrefobject.c | 272 PyWeakReference *next = *list; in insert_head() local 275 newref->wr_next = next; in insert_head() 276 if (next != NULL) in insert_head() 277 next->wr_prev = newref; in insert_head() 990 PyWeakReference *next = current->wr_next; in PyObject_ClearWeakRefs() local 1002 current = next; in PyObject_ClearWeakRefs()
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | mod.rs | 296 let mods = parts.next(); in parse_spec() 297 let filter = parts.next(); in parse_spec() 298 if parts.next().is_some() { in parse_spec() 313 match (parts.next(), parts.next().map(|s| s.trim()), parts.next()) { in parse_spec()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_profile.h | 748 constexpr H MinEnum(H head, N next, T... tail) { in MinEnum() argument 749 return (UnderlyingValue)(head) < (UnderlyingValue)(next) in MinEnum() 751 : (MinEnum)(next, tail...); in MinEnum() 822 constexpr H MaxEnum(H head, N next, T... tail) { in MaxEnum() argument 823 return (UnderlyingValue)(next) < (UnderlyingValue)(head) in MaxEnum() 825 : (MaxEnum)(next, tail...); in MaxEnum()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_regdb.h | 54 struct callback_head *next; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
H A D | sample_ive_queue.h | 28 struct hiSAMPLE_IVE_NODE_S *next;
member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | async.h | 48 struct coap_async_state_t *next; /**< internally used for linking */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip4_frag.h | 62 struct ip_reassdata *next; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ssl_cache.h | 76 mbedtls_ssl_cache_entry *next; /*!< chain pointer */ member
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_trie.h | 28 RK_S16 next[16]; member
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_compat.h | 44 MppCompat * const next; member
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | pkcs7_parser.h | 18 struct pkcs7_signed_info *next; member
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | mem_user.h | 36 struct iomem_region *next; member
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | ms02-nv.h | 91 struct mtd_info *next; member
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | msgqueue.h | 20 struct msgqueue_entry *next; member
|