/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_ipport.c | 75 hash_ipport4_data_next(struct hash_ipport4_elem *next, in hash_ipport4_data_next() argument 78 next->ip = d->ip; in hash_ipport4_data_next() 79 next->port = d->port; in hash_ipport4_data_next() 176 ip = ntohl(h->next.ip); in hash_ipport4_uadt() 178 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt() 184 hash_ipport4_data_next(&h->next, &e); in hash_ipport4_uadt() 234 hash_ipport6_data_next(struct hash_ipport6_elem *next, in hash_ipport6_data_next() argument 237 next->port = d->port; in hash_ipport6_data_next() 327 port = ntohs(h->next in hash_ipport6_uadt() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_sta_mgt.c | 145 plist = phead->next; in _rtw_free_sta_priv() 151 plist = plist->next; in _rtw_free_sta_priv() 322 plist = phead->next; in rtw_free_stainfo() 327 plist = plist->next; in rtw_free_stainfo() 398 plist = phead->next; in rtw_free_all_stainfo() 403 plist = plist->next; in rtw_free_all_stainfo() 434 plist = phead->next; in rtw_get_stainfo() 444 plist = plist->next; in rtw_get_stainfo() 492 plist = phead->next; in rtw_access_ctrl() 495 plist = plist->next; in rtw_access_ctrl() [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-fsi.c | 247 * Add the next byte of instruction to the 8-byte sequence register. in fsi_spi_sequence_add() 248 * Then decrement the counter so that the next instruction will go in in fsi_spi_sequence_add() 484 struct spi_transfer *next = NULL; in fsi_spi_transfer_one_message() local 508 next = list_next_entry(transfer, transfer_list); in fsi_spi_transfer_one_message() 511 if (next->rx_buf) { in fsi_spi_transfer_one_message() 512 if (next->len > ctx->max_xfr_size) { in fsi_spi_transfer_one_message() 518 next->len); in fsi_spi_transfer_one_message() 521 next); in fsi_spi_transfer_one_message() 525 next = NULL; in fsi_spi_transfer_one_message() 539 if (next) { in fsi_spi_transfer_one_message() [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | quota.c | 216 struct ceph_snap_realm *realm, *next; in get_quota_realm() local 257 next = realm->parent; in get_quota_realm() 258 if (has_quota || !next) { in get_quota_realm() 264 ceph_get_snap_realm(mdsc, next); in get_quota_realm() 266 realm = next; in get_quota_realm() 326 struct ceph_snap_realm *realm, *next; in check_quota_exceeded() local 396 next = realm->parent; in check_quota_exceeded() 397 if (exceeded || !next) in check_quota_exceeded() 399 ceph_get_snap_realm(mdsc, next); in check_quota_exceeded() 401 realm = next; in check_quota_exceeded() [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-fsi.c | 283 * Add the next byte of instruction to the 8-byte sequence register. in fsi_spi_sequence_add() 284 * Then decrement the counter so that the next instruction will go in in fsi_spi_sequence_add() 439 struct spi_transfer *next = NULL; in fsi_spi_transfer_one_message() local 466 next = list_next_entry(transfer, transfer_list); in fsi_spi_transfer_one_message() 469 if (next->rx_buf) { in fsi_spi_transfer_one_message() 472 if (next->len > SPI_FSI_MAX_RX_SIZE) { in fsi_spi_transfer_one_message() 478 next->len); in fsi_spi_transfer_one_message() 480 shift = SPI_FSI_SEQUENCE_SHIFT_IN(next->len); in fsi_spi_transfer_one_message() 483 next = NULL; in fsi_spi_transfer_one_message() 497 if (next) { in fsi_spi_transfer_one_message() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | flowring.c | 52 search = search->next; in brcmf_flowring_is_tdls_mac() 400 search = search->next; in brcmf_flowring_detach() 452 search = search->next; in brcmf_flowring_delete_peer() 467 prev->next = search->next; in brcmf_flowring_delete_peer() 469 flow->tdls_entry = search->next; in brcmf_flowring_delete_peer() 488 tdls_entry->next = NULL; in brcmf_flowring_add_tdls_peer() 495 while (search->next) { in brcmf_flowring_add_tdls_peer() 496 search = search->next; in brcmf_flowring_add_tdls_peer() 500 search->next in brcmf_flowring_add_tdls_peer() [all...] |
/kernel/linux/linux-6.6/drivers/leds/trigger/ |
H A D | ledtrig-pattern.c | 28 struct led_pattern *next; member 41 data->curr = data->next; in pattern_trig_update_patterns() 45 if (data->next == data->patterns + data->npatterns - 1) in pattern_trig_update_patterns() 46 data->next = data->patterns; in pattern_trig_update_patterns() 48 data->next++; in pattern_trig_update_patterns() 65 step_brightness = abs(data->next->brightness - data->curr->brightness); in pattern_trig_compute_brightness() 68 if (data->next->brightness > data->curr->brightness) in pattern_trig_compute_brightness() 82 if (data->curr->brightness == data->next->brightness) { in pattern_trig_timer_function() 88 if (!data->next->delta_t) { in pattern_trig_timer_function() 92 /* Select next tupl in pattern_trig_timer_function() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | conf.c | 26 struct card_data *next; member 104 for (conf = conf_cards; conf; conf = conf->next) { in conf_data_by_card() 202 snd_config_iterator_t i, next; in sysfs_match() local 208 snd_config_for_each(i, next, config) { in sysfs_match() 236 snd_config_iterator_t i, next; in test_filename1() local 247 snd_config_for_each(i, next, card_config) { in test_filename1() 263 data->next = conf_cards; in test_filename1() 328 conf_cards = conf->next; in conf_free() 377 snd_config_iterator_t i, next; in conf_get_count() local 390 snd_config_for_each(i, next, cf in conf_get_count() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_ipport.c | 79 hash_ipport4_data_next(struct hash_ipport4_elem *next, in hash_ipport4_data_next() argument 82 next->ip = d->ip; in hash_ipport4_data_next() 83 next->port = d->port; in hash_ipport4_data_next() 188 ip = ntohl(h->next.ip); in hash_ipport4_uadt() 190 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt() 196 hash_ipport4_data_next(&h->next, &e); in hash_ipport4_uadt() 246 hash_ipport6_data_next(struct hash_ipport6_elem *next, in hash_ipport6_data_next() argument 249 next->port = d->port; in hash_ipport6_data_next() 348 port = ntohs(h->next in hash_ipport6_uadt() [all...] |
H A D | ip_set_hash_ipportip.c | 77 hash_ipportip4_data_next(struct hash_ipportip4_elem *next, in hash_ipportip4_data_next() argument 80 next->ip = d->ip; in hash_ipportip4_data_next() 81 next->port = d->port; in hash_ipportip4_data_next() 184 ip = ntohl(h->next.ip); in hash_ipportip4_uadt() 186 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt() 192 hash_ipportip4_data_next(&h->next, &e); in hash_ipportip4_uadt() 245 hash_ipportip6_data_next(struct hash_ipportip6_elem *next, in hash_ipportip6_data_next() argument 248 next->port = d->port; in hash_ipportip6_data_next() 343 port = ntohs(h->next in hash_ipportip6_uadt() [all...] |
/third_party/cares/include/ |
H A D | ares.h | 358 /* These next 3 configure local binding for the out-going socket 531 struct ares_caa_reply *next; member 540 struct ares_srv_reply *next; member 548 struct ares_mx_reply *next; member 554 struct ares_txt_reply *next; member 562 struct ares_txt_ext *next; member 571 struct ares_naptr_reply *next; member 591 struct ares_uri_reply *next; member 621 struct ares_addrinfo_cname *next; member 709 struct ares_addr_node *next; member 718 struct ares_addr_port_node *next; global() member [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/ |
H A D | TestUCharacterIterator.java | 58 completed = iterator.next(); in TestClone() 59 if (completed != cloned.next()) { in TestClone() 109 if (ch != iterator.next() && in TestIteration() 111 errln("Error mismatch in next() and nextCodePoint()"); in TestIteration() 115 if (UTF16.getLeadSurrogate(ch) != iterator.next() || in TestIteration() 116 UTF16.getTrailSurrogate(ch) != iterator.next()) { in TestIteration() 117 errln("Error mismatch in next and nextCodePoint for " + in TestIteration() 192 c =iter.next(); in TestIterationUChar32() 244 public int next() { in next() method in TestUCharacterIterator.UCharIterator 344 // - for previous(), 0 for current(), + for next() in previousNext() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/ |
H A D | TestUCharacterIterator.java | 55 completed = iterator.next(); in TestClone() 56 if (completed != cloned.next()) { in TestClone() 106 if (ch != iterator.next() && in TestIteration() 108 errln("Error mismatch in next() and nextCodePoint()"); in TestIteration() 112 if (UTF16.getLeadSurrogate(ch) != iterator.next() || in TestIteration() 113 UTF16.getTrailSurrogate(ch) != iterator.next()) { in TestIteration() 114 errln("Error mismatch in next and nextCodePoint for " + in TestIteration() 189 c =iter.next(); in TestIterationUChar32() 241 public int next() { in next() method in TestUCharacterIterator.UCharIterator 341 // - for previous(), 0 for current(), + for next() in previousNext() [all...] |
/third_party/mbedtls/library/ |
H A D | pkcs7.c | 252 name_cur = signer->issuer.next; in pkcs7_free_signer_info() 255 name_cur = name_cur->next; in pkcs7_free_signer_info() 258 signer->issuer.next = NULL; in pkcs7_free_signer_info() 419 prev->next = signer; in pkcs7_get_signers_info_set() 428 mbedtls_pkcs7_signer_info *signer = signers_set->next; in pkcs7_get_signers_info_set() 431 signer = signer->next; in pkcs7_get_signers_info_set() 435 signers_set->next = NULL; in pkcs7_get_signers_info_set() 528 * at next step of getting signers info and return error as invalid in pkcs7_get_signed_data() 707 for (signer = &pkcs7->signed_data.signers; signer; signer = signer->next) { in mbedtls_pkcs7_data_or_hash_verify() 761 signer_cur = pkcs7->signed_data.signers.next; in mbedtls_pkcs7_free() [all...] |
/third_party/node/deps/cares/include/ |
H A D | ares.h | 13 * The above copyright notice and this permission notice (including the next 412 /* These next 3 configure local binding for the out-going socket 564 struct ares_caa_reply *next; member 573 struct ares_srv_reply *next; member 581 struct ares_mx_reply *next; member 587 struct ares_txt_reply *next; member 595 struct ares_txt_ext *next; member 604 struct ares_naptr_reply *next; member 624 struct ares_uri_reply *next; member 654 struct ares_addrinfo_cname *next; member 728 struct ares_addr_node *next; global() member 738 struct ares_addr_port_node *next; global() member [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uitercollationiterator.cpp | 46 c = iter.next(&iter); in handleNextCE32() 55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() 112 c = iter.next(&iter); in handleNextCE32() 129 c = iter.next(&iter); in handleNextCE32() 146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() 166 c = iter.next(&iter); 181 UChar32 trail = iter.next(&iter); 219 iter.next(&iter); 221 iter.next(&iter); 238 iter.next( [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | uitercollationiterator.cpp | 46 c = iter.next(&iter); in handleNextCE32() 55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() 112 c = iter.next(&iter); in handleNextCE32() 129 c = iter.next(&iter); in handleNextCE32() 146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() 166 c = iter.next(&iter); 181 UChar32 trail = iter.next(&iter); 219 iter.next(&iter); 221 iter.next(&iter); 238 iter.next( [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uitercollationiterator.cpp | 46 c = iter.next(&iter); in handleNextCE32() 55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() 112 c = iter.next(&iter); in handleNextCE32() 129 c = iter.next(&iter); in handleNextCE32() 146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate() 166 c = iter.next(&iter); 181 UChar32 trail = iter.next(&iter); 219 iter.next(&iter); 221 iter.next(&iter); 238 iter.next( [all...] |
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | muxinternal.c | 52 WebPChunk* next; in ChunkRelease() local 57 next = chunk->next_; in ChunkRelease() 59 return next; in ChunkRelease() 93 // Returns next chunk in the chunk list with the given tag. 175 WebPChunk* const next = ChunkRelease(chunk); in ChunkDelete() local 177 return next; in ChunkDelete() 228 WebPMuxImage* next; in MuxImageRelease() local 237 next = wpi->next_; in MuxImageRelease() 239 return next; in MuxImageRelease() 328 WebPMuxImage* const next in MuxImageDelete() local [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | sessions.c | 98 struct Session *next; member 185 ret = ret->next; in get_session() 211 ret->next = sessions; in get_session() 687 struct Session *next; in expire_sessions() local 695 next = pos->next; in expire_sessions() 700 sessions = pos->next; in expire_sessions() 702 prev->next = next; in expire_sessions() 707 pos = next; in expire_sessions() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | post_example.c | 76 struct Session *next; member 163 ret = ret->next; in get_session() 189 ret->next = sessions; in get_session() 670 struct Session *next; in expire_sessions() local 678 next = pos->next; in expire_sessions() 683 sessions = pos->next; in expire_sessions() 685 prev->next = next; in expire_sessions() 690 pos = next; in expire_sessions() [all...] |
/third_party/toybox/toys/pending/ |
H A D | init.c | 26 struct action_list_seed *next; member 104 *y = x->next; //remove from the list in add_new_action() 105 while(*y) y = &(*y)->next; //traverse through list till end in add_new_action() 106 x->next = NULL; in add_new_action() 109 y = &(x)->next; in add_new_action() 195 *y = (*y)->next; in reload_inittab() 199 y = &(*y)->next; in reload_inittab() 290 for (x = action_list_pointer; x; x = x->next) { in mark_as_terminated_process() 313 for (; x; x = x->next) { in run_action_from_list() 384 for (x = action_list_pointer; x; x = x->next) { in restart_init_handler() [all...] |
/third_party/toybox/toys/posix/ |
H A D | grep.c | 82 struct reg *next, *prev; member 154 // get next line, check and trim delimiter in do_grep() 162 // Prepare for next line in do_grep() 164 if (TT.reg) for (shoe = (void *)TT.reg; shoe; shoe = shoe->next) in do_grep() 176 for (seek = TT.e; seek; seek = seek->next) { in do_grep() 180 // No need to set fseek.next because this will match every line. in do_grep() 201 for (shoe = (void *)TT.reg; shoe; shoe = shoe->next) { in do_grep() 346 // If we discarded a line while displaying context, show bars before next in do_grep() 385 new->next = list; in parse_regex() 392 al = al->next; in parse_regex() [all...] |
/third_party/skia/fuzz/ |
H A D | FuzzCommon.cpp | 14 fuzz->next(&v); in fuzz_nice_float() 106 fuzz->next(&test); in FuzzNicePath() 122 fuzz->next(&ui); in FuzzNicePath() 135 fuzz->next(&ui); in FuzzNicePath() 230 fuzz->next(&operation); in FuzzEvilPath() 235 fuzz->next(&a, &b); in FuzzEvilPath() 240 fuzz->next(&a, &b); in FuzzEvilPath() 245 fuzz->next(&a, &b, &c, &d); in FuzzEvilPath() 250 fuzz->next(&a, &b, &c, &d, &e); in FuzzEvilPath() 255 fuzz->next( in FuzzEvilPath() [all...] |
/third_party/rust/crates/proc-macro2/src/ |
H A D | parse.rs | 113 let ch = s.chars().next().unwrap(); in skip_whitespace() 158 match input.chars().next() { in word_break() 183 let first = match input.bytes().next() { 325 match chars.next() { in ident_not_raw() 387 while let Some((i, ch)) = chars.next() { in cooked_string() 393 '\r' => match chars.next() { in cooked_string() 397 '\\' => match chars.next() { in cooked_string() 421 while let Some((i, byte)) = bytes.next() { in raw_string() 427 b'\r' => match bytes.next() { in raw_string() 449 while let Some((offset, b)) = bytes.next() { in cooked_byte_string() [all...] |