/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...] |
/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()
|
/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | hcs_tree_if.c | 21 for (attr = node->attrData; attr != NULL; attr = attr->next) { in GetAttrInNode() 344 for (attr = node->attrData; attr != NULL; attr = attr->next) { in GetAttrValueInNode()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | yadif-16.asm | 256 cglobal yadif_filter_line_16bit, 4, 6, 8, 80, dst, prev, cur, next, w, \ 259 cglobal yadif_filter_line_16bit, 4, 7, 8, 80, dst, prev, cur, next, w, \
|
H A D | yadif-10.asm | 220 cglobal yadif_filter_line_10bit, 4, 6, 8, 80, dst, prev, cur, next, w, \ 223 cglobal yadif_filter_line_10bit, 4, 7, 8, 80, dst, prev, cur, next, w, \
|
/third_party/elfutils/libdw/ |
H A D | dwarf_ranges.c | 476 there are no ranges to look for on the next call. */ in dwarf_ranges() 542 next: in dwarf_ranges() 551 goto next; in dwarf_ranges()
|
/third_party/glfw/src/ |
H A D | init.c | 131 _glfw.errorListHead = error->next; in terminate() 366 error->next = _glfw.errorListHead; in _glfwInputError()
|
/third_party/alsa-lib/src/control/ |
H A D | control_hw.c | 526 snd_config_iterator_t i, next; in _snd_ctl_hw_open() local 529 snd_config_for_each(i, next, conf) { in _snd_ctl_hw_open()
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_hw.c | 479 snd_config_iterator_t i, next; in _snd_rawmidi_hw_open() local 482 snd_config_for_each(i, next, conf) { in _snd_rawmidi_hw_open()
|