/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_fast_common.c | 158 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 …]
|
D | eap_teap_common.c | 461 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 467 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 482 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 494 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 497 if (tlv->iresult) { in eap_teap_parse_tlv() 500 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 503 tlv->iresult = WPA_GET_BE16(pos); in eap_teap_parse_tlv() 504 if (tlv->iresult != TEAP_STATUS_SUCCESS && in eap_teap_parse_tlv() 505 tlv->iresult != TEAP_STATUS_FAILURE) { in eap_teap_parse_tlv() 508 tlv->iresult); in eap_teap_parse_tlv() [all …]
|
D | eap_fast_common.h | 85 int iresult; member
|
D | eap_teap_common.h | 179 int iresult; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_fast_common.c | 158 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 …]
|
D | eap_teap_common.c | 490 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 496 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 511 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 523 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 526 if (tlv->iresult) { in eap_teap_parse_tlv() 529 tlv->iresult = TEAP_STATUS_FAILURE; in eap_teap_parse_tlv() 532 tlv->iresult = WPA_GET_BE16(pos); in eap_teap_parse_tlv() 533 if (tlv->iresult != TEAP_STATUS_SUCCESS && in eap_teap_parse_tlv() 534 tlv->iresult != TEAP_STATUS_FAILURE) { in eap_teap_parse_tlv() 537 tlv->iresult); in eap_teap_parse_tlv() [all …]
|
D | eap_fast_common.h | 85 int iresult; member
|
D | eap_teap_common.h | 185 int iresult; member
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program2.txt | 1952 iresult.x = itmp.x + itmp.z; 1953 iresult.y = itmp.y + itmp.w; 1954 iresult.z = itmp.x + itmp.z; 1955 iresult.w = itmp.y + itmp.w; 1956 if (iresult.x < -512) iresult.x = -512; 1957 if (iresult.x > 511) iresult.x = 511; 1958 if (iresult.y < -512) iresult.y = -512; 1959 if (iresult.y > 511) iresult.y = 511; 1960 if (iresult.z < -512) iresult.z = -512; 1961 if (iresult.z > 511) iresult.z = 511; [all …]
|
D | NV_vertex_program2_option.txt | 708 iresult.x = floor(tmp.x); 709 iresult.y = floor(tmp.y); 710 iresult.z = floor(tmp.z); 711 iresult.w = floor(tmp.w); 731 iresult.x = itmp.x + itmp.z; 732 iresult.y = itmp.y + itmp.w; 733 iresult.z = itmp.x + itmp.z; 734 iresult.w = itmp.y + itmp.w; 745 iresult.x = round(tmp.x); 746 iresult.y = round(tmp.y); [all …]
|
D | NV_vertex_program3.txt | 601 iresult = callStack[callStackDepth];
|
D | NV_gpu_program4.txt | 2856 iresult.x = ceil(tmp.x); 2857 iresult.y = ceil(tmp.y); 2858 iresult.z = ceil(tmp.z); 2859 iresult.w = ceil(tmp.w);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_program2.txt | 1952 iresult.x = itmp.x + itmp.z; 1953 iresult.y = itmp.y + itmp.w; 1954 iresult.z = itmp.x + itmp.z; 1955 iresult.w = itmp.y + itmp.w; 1956 if (iresult.x < -512) iresult.x = -512; 1957 if (iresult.x > 511) iresult.x = 511; 1958 if (iresult.y < -512) iresult.y = -512; 1959 if (iresult.y > 511) iresult.y = 511; 1960 if (iresult.z < -512) iresult.z = -512; 1961 if (iresult.z > 511) iresult.z = 511; [all …]
|
D | NV_vertex_program2_option.txt | 708 iresult.x = floor(tmp.x); 709 iresult.y = floor(tmp.y); 710 iresult.z = floor(tmp.z); 711 iresult.w = floor(tmp.w); 731 iresult.x = itmp.x + itmp.z; 732 iresult.y = itmp.y + itmp.w; 733 iresult.z = itmp.x + itmp.z; 734 iresult.w = itmp.y + itmp.w; 745 iresult.x = round(tmp.x); 746 iresult.y = round(tmp.y); [all …]
|
D | NV_vertex_program3.txt | 601 iresult = callStack[callStackDepth];
|
D | NV_gpu_program4.txt | 2856 iresult.x = ceil(tmp.x); 2857 iresult.y = ceil(tmp.y); 2858 iresult.z = ceil(tmp.z); 2859 iresult.w = ceil(tmp.w);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_teap.c | 1271 if (tlv.iresult == TEAP_STATUS_SUCCESS && !tlv.crypto_binding) { in eap_teap_process_decrypted() 1291 if (tlv.iresult != TEAP_STATUS_SUCCESS && in eap_teap_process_decrypted() 1292 tlv.iresult != TEAP_STATUS_FAILURE && in eap_teap_process_decrypted() 1344 if (tlv.iresult == TEAP_STATUS_SUCCESS || in eap_teap_process_decrypted() 1345 tlv.iresult == TEAP_STATUS_FAILURE) { in eap_teap_process_decrypted() 1350 if (tlv.iresult == TEAP_STATUS_FAILURE) in eap_teap_process_decrypted() 1357 if (tlv.iresult != TEAP_STATUS_SUCCESS && in eap_teap_process_decrypted() 1376 if (tlv.iresult == TEAP_STATUS_SUCCESS && !failed) { in eap_teap_process_decrypted() 1424 (tlv.iresult == TEAP_STATUS_SUCCESS || in eap_teap_process_decrypted() 1451 if ((tlv.iresult == TEAP_STATUS_SUCCESS || in eap_teap_process_decrypted() [all …]
|
D | eap_fast.c | 1220 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) { in eap_fast_process_decrypted() 1236 if (tlv.iresult == EAP_TLV_RESULT_SUCCESS) { in eap_fast_process_decrypted() 1261 (tlv.iresult == EAP_TLV_RESULT_SUCCESS || in eap_fast_process_decrypted()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_teap.c | 1215 if ((tlv.iresult == TEAP_STATUS_SUCCESS || in eap_teap_process_decrypted() 1228 if (tlv.iresult != TEAP_STATUS_SUCCESS && in eap_teap_process_decrypted() 1229 tlv.iresult != TEAP_STATUS_FAILURE && in eap_teap_process_decrypted() 1253 if (tlv.iresult == TEAP_STATUS_SUCCESS || in eap_teap_process_decrypted() 1254 tlv.iresult == TEAP_STATUS_FAILURE) { in eap_teap_process_decrypted() 1259 if (tlv.iresult == TEAP_STATUS_FAILURE) in eap_teap_process_decrypted() 1265 if (tlv.iresult != TEAP_STATUS_SUCCESS && in eap_teap_process_decrypted() 1284 if (tlv.iresult == TEAP_STATUS_SUCCESS && !failed) in eap_teap_process_decrypted() 1320 (tlv.iresult == TEAP_STATUS_SUCCESS || in eap_teap_process_decrypted()
|
D | eap_fast.c | 1200 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_fast.c | 1331 tlv.iresult != EAP_TLV_RESULT_SUCCESS) { in eap_fast_process_phase2_tlvs()
|
D | eap_server_teap.c | 1574 tlv.iresult != TEAP_STATUS_SUCCESS) { in eap_teap_process_phase2_tlvs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_fast.c | 1317 tlv.iresult != EAP_TLV_RESULT_SUCCESS) { in eap_fast_process_phase2_tlvs()
|
D | eap_server_teap.c | 1448 tlv.iresult != TEAP_STATUS_SUCCESS) { in eap_teap_process_phase2_tlvs()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 11915 Py_ssize_t len1, len2, iresult; in unicode_count() local 11940 iresult = ucs1lib_count( in unicode_count() 11946 iresult = ucs2lib_count( in unicode_count() 11952 iresult = ucs4lib_count( in unicode_count() 11961 result = PyLong_FromSsize_t(iresult); in unicode_count()
|