Home
last modified time | relevance | path

Searched refs:iresult (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_fast_common.c158 tlv->iresult = EAP_TLV_RESULT_FAILURE; in eap_fast_parse_tlv()
195 tlv->iresult = EAP_TLV_RESULT_FAILURE; in eap_fast_parse_tlv()
198 if (tlv->iresult) { in eap_fast_parse_tlv()
201 tlv->iresult = EAP_TLV_RESULT_FAILURE; in eap_fast_parse_tlv()
204 tlv->iresult = WPA_GET_BE16(pos); in eap_fast_parse_tlv()
205 if (tlv->iresult != EAP_TLV_RESULT_SUCCESS && in eap_fast_parse_tlv()
206 tlv->iresult != EAP_TLV_RESULT_FAILURE) { in eap_fast_parse_tlv()
208 "Result %d", tlv->iresult); in eap_fast_parse_tlv()
209 tlv->iresult = EAP_TLV_RESULT_FAILURE; in eap_fast_parse_tlv()
212 tlv->iresult == EAP_TLV_RESULT_SUCCESS ? in eap_fast_parse_tlv()
[all …]
Deap_fast_common.h85 int iresult; member
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c1200 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) { in eap_fast_process_decrypted()
1216 if (tlv.iresult == EAP_TLV_RESULT_SUCCESS) { in eap_fast_process_decrypted()
1241 (tlv.iresult == EAP_TLV_RESULT_SUCCESS || in eap_fast_process_decrypted()
/external/v8/src/ppc/
Dsimulator-ppc.cc1244 int iresult = 0; // integer return value in SoftwareInterrupt() local
1282 iresult = target(dval0, dval1); in SoftwareInterrupt()
1283 set_register(r3, iresult); in SoftwareInterrupt()
1314 PrintF("Returned %08x\n", iresult); in SoftwareInterrupt()
/external/v8/src/arm/
Dsimulator-arm.cc1676 int64_t iresult = 0; // integer return value in SoftwareInterrupt() local
1713 iresult = target(dval0, dval1); in SoftwareInterrupt()
1714 set_register(r0, static_cast<int32_t>(iresult)); in SoftwareInterrupt()
1715 set_register(r1, static_cast<int32_t>(iresult >> 32)); in SoftwareInterrupt()
1746 PrintF("Returned %08x\n", static_cast<int32_t>(iresult)); in SoftwareInterrupt()
/external/v8/src/mips/
Dsimulator-mips.cc2290 int64_t iresult = 0; // integer return value in SoftwareInterrupt() local
2322 iresult = target(dval0, dval1); in SoftwareInterrupt()
2323 set_register(v0, static_cast<int32_t>(iresult)); in SoftwareInterrupt()
2324 set_register(v1, static_cast<int32_t>(iresult >> 32)); in SoftwareInterrupt()
2355 PrintF("Returned %08x\n", static_cast<int32_t>(iresult)); in SoftwareInterrupt()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c1317 tlv.iresult != EAP_TLV_RESULT_SUCCESS) { in eap_fast_process_phase2_tlvs()
/external/v8/src/mips64/
Dsimulator-mips64.cc2227 int64_t iresult = 0; // integer return value in SoftwareInterrupt() local
2259 iresult = target(dval0, dval1); in SoftwareInterrupt()
2260 set_register(v0, static_cast<int64_t>(iresult)); in SoftwareInterrupt()
2292 PrintF("Returned %08x\n", static_cast<int32_t>(iresult)); in SoftwareInterrupt()
/external/python/cpython3/Objects/
Dunicodeobject.c11415 Py_ssize_t len1, len2, iresult; in unicode_count() local
11440 iresult = ucs1lib_count( in unicode_count()
11446 iresult = ucs2lib_count( in unicode_count()
11452 iresult = ucs4lib_count( in unicode_count()
11461 result = PyLong_FromSsize_t(iresult); in unicode_count()
/external/v8/src/s390/
Dsimulator-s390.cc1895 int iresult = 0; // integer return value in SoftwareInterrupt() local
1933 iresult = target(dval0, dval1); in SoftwareInterrupt()
1934 set_register(r2, iresult); in SoftwareInterrupt()
1965 PrintF("Returned %08x\n", iresult); in SoftwareInterrupt()