/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wnm_sta.c | 1640 const u8 *pos, *end, *next; in ieee802_11_rx_wnm_notif_req_wfa() local 1656 next = pos + ie_len; in ieee802_11_rx_wnm_notif_req_wfa() 1658 pos = next; in ieee802_11_rx_wnm_notif_req_wfa() 1700 pos = next; in ieee802_11_rx_wnm_notif_req_wfa() 1733 pos = next; in ieee802_11_rx_wnm_notif_req_wfa() 1759 pos = next; in ieee802_11_rx_wnm_notif_req_wfa() 1764 pos = next; in ieee802_11_rx_wnm_notif_req_wfa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er.c | 506 /* Find next <device> */ in wps_er_find_wfadevice() 1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process() local 1017 if (next) in wps_er_sta_process() 1018 wps_er_sta_send_msg(sta, next); in wps_er_sta_process() 1765 struct wpabuf *next = wps_get_msg(ap->wps, &op_code); in wps_er_ap_process() local 1766 if (next) { in wps_er_ap_process() 1767 wps_er_ap_put_message(ap, next); in wps_er_ap_process() 1768 wpabuf_free(next); in wps_er_ap_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wnm_sta.c | 1672 const u8 *pos, *end, *next; in ieee802_11_rx_wnm_notif_req_wfa() local 1688 next = pos + ie_len; in ieee802_11_rx_wnm_notif_req_wfa() 1690 pos = next; in ieee802_11_rx_wnm_notif_req_wfa() 1732 pos = next; in ieee802_11_rx_wnm_notif_req_wfa() 1765 pos = next; in ieee802_11_rx_wnm_notif_req_wfa() 1791 pos = next; in ieee802_11_rx_wnm_notif_req_wfa() 1796 pos = next; in ieee802_11_rx_wnm_notif_req_wfa()
|
H A D | interworking.c | 146 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_roaming_consortium() 162 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_3gpp() 174 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_nai_realm() 190 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_domain() 205 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_min_backhaul() 220 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in cred_with_conn_capab() 918 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in remove_duplicate_network() 1397 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in interworking_credentials_available_roaming_consortium() 2007 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in interworking_credentials_available_3gpp() 2124 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in interworking_credentials_available_realm() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb_linux.c | 619 ASSERT(urbreq_q->next != NULL); in dbus_usbos_qdeq() 620 ASSERT(urbreq_q->next != urbreq_q); in dbus_usbos_qdeq() 625 req = list_entry(urbreq_q->next, urb_req_t, urb_list); in dbus_usbos_qdeq() 2973 struct list_head *cur, *next; in dbus_usbos_thread_deinit() local 2985 list_for_each_safe(cur, next, &usbos_info->usbos_list) in dbus_usbos_thread_deinit() 2995 list_for_each_safe(cur, next, &usbos_info->usbos_free_list) in dbus_usbos_thread_deinit() 3015 struct list_head *cur, *next; in dbus_usbos_thread_func() local 3041 list_for_each_safe(cur, next, &usbos_info->usbos_list) in dbus_usbos_thread_func() 3092 cur = usbos_info->usbos_free_list.next; in dbus_usbos_dispatch_schedule()
|
H A D | dhd_pno.h | 254 struct dhd_pno_bestnet_header *next; member 378 struct gscan_results_cache *next; member
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 156 info->args = &state->argv[state->next]; in parse_opt() 191 if (state->next + 2 != state->argc) in parse_opt() 329 struct data_list *next; 337 struct data_list *next = new_data_list; in record_new_data() 340 new_data_list->next = next; in record_new_data() 349 struct data_list *next = list->next; in free_new_data() 352 list = next; in free_new_data() 1865 /* This is a duplicate. Its twin will get the next slo in copy_elided_sections() 328 struct data_list *next; global() member 336 struct data_list *next = new_data_list; record_new_data() local 348 struct data_list *next = list->next; free_new_data() local [all...] |
/third_party/node/src/ |
H A D | cares_wrap.cc | 299 for (uint32_t i = 0; current != nullptr; ++i, current = current->next) { in ParseMxReply() 334 for (uint32_t i = 0; current != nullptr; ++i, current = current->next) { in ParseCaaReply() 374 for (j = 0; current != nullptr; current = current->next) { in ParseTxtReply() 434 for (uint32_t i = 0; current != nullptr; ++i, current = current->next) { in ParseSrvReply() 477 for (uint32_t i = 0; current != nullptr; ++i, current = current->next) { in ParseNaptrReply() 805 if (servers->next != nullptr) { in EnsureServers() 1664 for (uint32_t i = 0; cur != nullptr; ++i, cur = cur->next) { in GetServers() 1749 cur->next = nullptr; in SetServers() 1752 last->next = cur; in SetServers()
|
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 607 Object next = current.GetBackPointer(isolate); 608 if (next.IsUndefined(isolate)) break; // Stop overwriting at initial map. 612 current = Map::cast(next); 832 Object next = map->GetBackPointer(); local 833 if (next.IsUndefined(isolate)) return; 835 Map current = Map::cast(next); 837 next = current.GetBackPointer(); 838 if (next.IsUndefined(isolate)) break; 841 current = Map::cast(next); 909 // Starting from the next existin in FindElementsKindTransitionedMap() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 969 auto SecondBestA = std::next(BestA); in getBestNonConflictingEdges() 970 auto SecondBestB = std::next(BestB); in getBestNonConflictingEdges() 1195 /// branch was taken positively influences whether the next branch will be 2316 // There was fallthrough from chosen exit block (Bk) to next one (Bk+1) in rotateLoop() 2321 assert(std::next(ExitIt) != LoopChain.end() && in rotateLoop() 2323 MachineBasicBlock *NextBlockInChain = *std::next(ExitIt); in rotateLoop() 2331 std::rotate(LoopChain.begin(), std::next(ExitIt), LoopChain.end()); in rotateLoop() 2633 MachineFunction::iterator NextFI = std::next(FI); in buildCFGChains() 3044 if (std::next(MF.begin()) == MF.end()) in runOnMachineFunction() 3139 for (auto MBI = std::next(M in runOnMachineFunction() [all...] |
/third_party/backends/backend/ |
H A D | teco2.c | 1744 for (dev = first_dev; dev; dev = dev->next) in attach_scanner() 1832 dev->next = first_dev; in attach_scanner() 2573 for (dev = first_dev; i < num_devices; dev = dev->next) in sane_get_devices() 2598 for (dev = first_dev; dev; dev = dev->next) in sane_open() 3410 first_dev = dev->next; in sane_close() 3415 while (dev_tmp->next && dev_tmp->next != dev) in sane_close() 3417 dev_tmp = dev_tmp->next; in sane_close() 3419 if (dev_tmp->next != NULL) in sane_close() 3421 dev_tmp->next in sane_close() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 184 struct DELAYED *next; member 624 /* Take the next supported cluster (free or relocatable) in print_advise() 1502 resize->delayed_runlists = resize->delayed_runlists->next; in delayed_updates() 1514 resize->delayed_runlists = resize->delayed_runlists->next; in delayed_updates() 1581 delayed->next = resize->delayed_runlists; in replace_later() 1586 while (previous->next in replace_later() 1587 && (previous->next->mref == FILE_MFT)) in replace_later() 1588 previous = previous->next; in replace_later() 1589 delayed->next = previous->next; in replace_later() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserharness.js | 1804 var next = 1; 1809 if (next >= temp.length) { 1814 var nextEdit = temp[next].edit; 1821 current = next; 1822 next++; 1826 // overlapping edits: for now, we only support ignoring an next edit 1829 next++; 3635 var next = 1;
3639 if (next >= temp.length) {
3644 var nextEdit = temp[next] [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 3924 if((keyword = keywords->next(&keywordLen, status)) == NULL) { in TestKeywordVariants() 3953 if((keyword = keywords->next(&keywordLen, status)) == NULL) { in TestKeywordVariants() 3987 key = keys->next(&resultLength, status); in TestCreateUnicodeKeywords() 3995 key = keys->next(&resultLength, status); in TestCreateUnicodeKeywords() 4003 key = keys->next(&resultLength, status); in TestCreateUnicodeKeywords() 6410 const Locale &l0 = iter.next(); in TestRangeIterator() 6411 assertEquals("0.next()", "fr", l0.getName()); in TestRangeIterator() 6412 assertTrue("&0.next()", &l0 == &locales[0]); in TestRangeIterator() 6415 const Locale &l1 = iter.next(); in TestRangeIterator() 6416 assertEquals("1.next()", "en_G in TestRangeIterator() [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 338 struct future_patch* next; member 364 prev_patch->next = curr_patch->next; in resolve_const_pool_index() 366 *first_patch = curr_patch->next; in resolve_const_pool_index() 371 curr_patch = curr_patch->next; in resolve_const_pool_index() 381 *first_patch = (*first_patch)->next; in resolve_const_pool_index() 386 curr_patch->next = *first_patch; in resolve_const_pool_index() 728 label = label->next; in sljit_generate_code() 756 label = label->next; in sljit_generate_code() 783 jump = jump->next; in sljit_generate_code() [all...] |
/third_party/python/Lib/test/ |
H A D | test_xml_etree.py | 538 action, elem = next(context) 624 action, elem = next(it) 627 next(it) 635 action, elem = next(it) 639 next(it) 1427 action, elem = next(it) 1430 action, elem = next(it) 1433 next(it) 1607 return next(self.events) 2208 t = next( [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 351 struct wpa_group *group, *next; in wpa_rekey_gtk() local 364 next = group->next; in wpa_rekey_gtk() 366 group = next; in wpa_rekey_gtk() 624 group = group->next; in wpa_deinit() 1031 for (group = wpa_auth->group; group; group = group->next) { in wpa_auth_gtk_rekey_in_process() 1276 * available, the next atempt will trigger GMK/Key in wpa_receive() 5019 if (prev->next == group) { in wpa_group_free() 5021 prev->next = group->next; in wpa_group_free() [all...] |
/base/security/device_auth/common_lib/impl/src/ |
H A D | json_utils.c | 99 nextItem = curItem->next;
in DeleteAllItemExceptOne() 116 nextItem = curItem->next;
in DeleteAllItem()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | json_utils_mock.c | 131 nextItem = curItem->next; in DeleteAllItemExceptOne() 148 nextItem = curItem->next; in DeleteAllItem()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_client.c | 215 ListNode *sendNode = reqNode->msgBlocks.next; in HandleMsgSend() 228 sendNode = sendNode->next; in HandleMsgSend()
|
/base/startup/init/test/systest/ |
H A D | loopclient_systest.c | 294 ListNode *sendNode = reqNode->msgBlocks.next; in HandleMsgSend() 307 sendNode = sendNode->next; in HandleMsgSend()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/ |
H A D | wmalloc.c | 34 struct _memory_block *next; member 81 /* Don't flag for last unit,for last unit is ready for assigned, which is say no next unit can be assigned */ in memory_block_init() 90 g_stru_mem_block[size].next = HI_NULL; in memory_block_init() 182 *(hi_u16 *)ptr = block->n_first; /* point to next unit can be assigned */ in free_unit()
|
/device/qemu/drivers/virtio/ |
H A D | virtblock.c | 131 q->desc[i].next = i + 1; in PopulateRequestQ() 134 q->desc[i].next = i + 1; in PopulateRequestQ()
|
/device/soc/rockchip/common/vendor/drivers/cpufreq/ |
H A D | rockchip-cpufreq.c | 79 goto next; in rk3288_get_soc_info() 116 next: in rk3288_get_soc_info()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | linux_pkt.h | 95 #define PKTNEXT(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->next);}) 99 (((struct sk_buff*)(skb))->next = (struct sk_buff*)(x)); \
|