Searched defs:iret (Results 1 - 14 of 14) sorted by relevance

/external/llvm/test/MC/X86/
H A Dx86-32.s491 iret label
H A Dx86-16.s379 iret label
H A Dx86-64.s853 iret label
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_peap.c601 struct eap_method_ret iret; local
616 os_memset(&iret, 0, sizeof(iret));
617 if (eap_tlv_process(sm, data, &iret, req, resp,
624 if (iret.methodState == METHOD_DONE ||
625 iret.methodState == METHOD_MAY_CONT) {
626 ret->methodState = iret.methodState;
627 ret->decision = iret.decision;
714 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c423 struct eap_method_ret iret; local
470 os_memset(&iret, 0, sizeof(iret));
472 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
475 (iret.methodState == METHOD_DONE &&
476 iret.decision == DECISION_FAIL)) {
479 } else if ((iret.methodState == METHOD_DONE ||
480 iret.methodState == METHOD_MAY_CONT) &&
481 (iret.decision == DECISION_UNCOND_SUCC ||
482 iret
[all...]
H A Deap_ttls.c340 struct eap_method_ret iret; local
342 os_memset(&iret, 0, sizeof(iret));
344 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
346 if ((iret.methodState == METHOD_DONE ||
347 iret.methodState == METHOD_MAY_CONT) &&
348 (iret.decision == DECISION_UNCOND_SUCC ||
349 iret.decision == DECISION_COND_SUCC ||
350 iret.decision == DECISION_FAIL)) {
351 ret->methodState = iret
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_peap.c601 struct eap_method_ret iret; local
616 os_memset(&iret, 0, sizeof(iret));
617 if (eap_tlv_process(sm, data, &iret, req, resp,
624 if (iret.methodState == METHOD_DONE ||
625 iret.methodState == METHOD_MAY_CONT) {
626 ret->methodState = iret.methodState;
627 ret->decision = iret.decision;
714 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c423 struct eap_method_ret iret; local
470 os_memset(&iret, 0, sizeof(iret));
472 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
475 (iret.methodState == METHOD_DONE &&
476 iret.decision == DECISION_FAIL)) {
479 } else if ((iret.methodState == METHOD_DONE ||
480 iret.methodState == METHOD_MAY_CONT) &&
481 (iret.decision == DECISION_UNCOND_SUCC ||
482 iret
[all...]
H A Deap_ttls.c340 struct eap_method_ret iret; local
342 os_memset(&iret, 0, sizeof(iret));
344 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
346 if ((iret.methodState == METHOD_DONE ||
347 iret.methodState == METHOD_MAY_CONT) &&
348 (iret.decision == DECISION_UNCOND_SUCC ||
349 iret.decision == DECISION_COND_SUCC ||
350 iret.decision == DECISION_FAIL)) {
351 ret->methodState = iret
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_peap.c601 struct eap_method_ret iret; local
616 os_memset(&iret, 0, sizeof(iret));
617 if (eap_tlv_process(sm, data, &iret, req, resp,
624 if (iret.methodState == METHOD_DONE ||
625 iret.methodState == METHOD_MAY_CONT) {
626 ret->methodState = iret.methodState;
627 ret->decision = iret.decision;
714 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c423 struct eap_method_ret iret; local
470 os_memset(&iret, 0, sizeof(iret));
472 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
475 (iret.methodState == METHOD_DONE &&
476 iret.decision == DECISION_FAIL)) {
479 } else if ((iret.methodState == METHOD_DONE ||
480 iret.methodState == METHOD_MAY_CONT) &&
481 (iret.decision == DECISION_UNCOND_SUCC ||
482 iret
[all...]
H A Deap_ttls.c340 struct eap_method_ret iret; local
342 os_memset(&iret, 0, sizeof(iret));
344 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
346 if ((iret.methodState == METHOD_DONE ||
347 iret.methodState == METHOD_MAY_CONT) &&
348 (iret.decision == DECISION_UNCOND_SUCC ||
349 iret.decision == DECISION_COND_SUCC ||
350 iret.decision == DECISION_FAIL)) {
351 ret->methodState = iret
[all...]
/external/fio/
H A Diolog.c898 size_t iret; local
900 iret = inflate_chunk(&ic, 1, stdout, &stream, &iter);
901 total -= iret;
908 ic.len -= iret;
909 ic.buf += iret;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
H A DbtBoxBoxDetector.cpp180 // array iret (of size m). 'i0' is always the first entry in the array.
184 void cullPoints2 (int n, btScalar p[], int m, int i0, int iret[]);
185 void cullPoints2 (int n, btScalar p[], int m, int i0, int iret[]) argument
228 iret[0] = i0;
229 iret++;
235 *iret = i0; // iret is not allowed to keep this value, but it sometimes does, when diff=#QNAN0
243 *iret = i;
248 btAssert (*iret != i0); // ensure iret go
647 int iret[8]; local
[all...]

Completed in 248 milliseconds