Searched refs:ie2 (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp131 ie2 = succ_end(*it); it2 != ie2; ++it2)
223 ie2 = succ_closure_end(*it); it2 != ie2; ++it2)
238 ie2 = succ_end(*it); it2 != ie2; ++it2) {
260 ie2 = pred_closure_end(*it); it2 != ie2; ++it2) {
272 ie2 = succ_closure_end(*it); it2 != ie2;
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDAGDeltaAlgorithm.cpp132 ie2 = succ_end(*it); it2 != ie2; ++it2)
229 ie2 = succ_closure_end(*it); it2 != ie2; ++it2)
244 ie2 = succ_end(*it); it2 != ie2; ++it2) {
266 ie2 = pred_closure_end(*it); it2 != ie2; ++it2) {
278 ie2 = succ_closure_end(*it); it2 != ie2;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c1297 const u8 *ie, *ie2; local
1303 ie2 = wpa_bss_get_ie(bss, WLAN_EID_EXT_SUPP_RATES);
1305 len = (ie ? ie[1] : 0) + (ie2 ? ie2[1] : 0);
1314 for (j = 0; ie2 && j < ie2[1]; j++)
1315 r[i + j] = ie2[j + 2] & 0x7f;
H A Dctrl_iface.c2733 const u8 *ie, *ie2, *osen_ie, *p2p, *mesh, *owe; local
2755 ie2 = wpa_bss_get_ie(bss, WLAN_EID_RSN);
2756 if (ie2) {
2758 ie2, 2 + ie2[1]);
2767 ie2 ? "[OWE-TRANS]" : "[OWE-TRANS-OPEN]");
2773 if (!ie && !ie2 && !osen_ie && (bss->caps & IEEE80211_CAP_PRIVACY)) {
2830 if (wpa_bss_get_vendor_ie(bss, HS20_IE_VENDOR_TYPE) && ie2) {
4448 const u8 *ie, *ie2, *osen_ie, *mesh, *owe; local
4563 ie2
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCMachOStreamer.cpp405 ie2 = it->end(); it2 != ie2; ++it2) {
H A DMCAssembler.cpp590 ie2 = SD->end(); it2 != ie2; ++it2)
618 ie2 = it->end(); it2 != ie2; ++it2) {
772 ie2 = SD.end(); it2 != ie2; ++it2) {
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c1734 const u8 *ie2, size_t ie2len)
1736 if (ie1 == NULL || ie2 == NULL)
1739 if (ie1len == ie2len && os_memcmp(ie1, ie2, ie1len) == 0)
1753 wpa_parse_wpa_ie_rsn(ie2, ie2len, &ie2d) < 0)
1732 wpa_compare_rsn_ie(int ft_initial_assoc, const u8 *ie1, size_t ie1len, const u8 *ie2, size_t ie2len) argument
H A Dwpa_common.h421 const u8 *ie2, size_t ie2len);
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c1734 const u8 *ie2, size_t ie2len)
1736 if (ie1 == NULL || ie2 == NULL)
1739 if (ie1len == ie2len && os_memcmp(ie1, ie2, ie1len) == 0)
1753 wpa_parse_wpa_ie_rsn(ie2, ie2len, &ie2d) < 0)
1732 wpa_compare_rsn_ie(int ft_initial_assoc, const u8 *ie1, size_t ie1len, const u8 *ie2, size_t ie2len) argument
H A Dwpa_common.h421 const u8 *ie2, size_t ie2len);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c1734 const u8 *ie2, size_t ie2len)
1736 if (ie1 == NULL || ie2 == NULL)
1739 if (ie1len == ie2len && os_memcmp(ie1, ie2, ie1len) == 0)
1753 wpa_parse_wpa_ie_rsn(ie2, ie2len, &ie2d) < 0)
1732 wpa_compare_rsn_ie(int ft_initial_assoc, const u8 *ie1, size_t ie1len, const u8 *ie2, size_t ie2len) argument
H A Dwpa_common.h421 const u8 *ie2, size_t ie2len);
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmMatcherEmitter.cpp992 ie2 = RegisterSets.end(); it2 != ie2; ++it2)

Completed in 273 milliseconds