Searched defs:workaround (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c432 /* Check to see if we need to use select() workaround */
433 { char *workaround; local
434 workaround = SDL_getenv("SDL_DSP_NOSELECT");
435 if ( workaround ) {
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.c496 /* Check to see if we need to use select() workaround */
497 { char *workaround; local
498 workaround = SDL_getenv("SDL_DSP_NOSELECT");
499 if ( workaround ) {
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h337 unsigned int workaround; member in struct:eap_sm
H A Deap.c184 * reply correctly. This occurred when the workaround in FAIL state set
185 * eapNoResp = TRUE.. Maybe that workaround needs to be fixed to do
442 if (sm->workaround)
592 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
647 if (sm->workaround && duplicate &&
655 * workaround these issues.
659 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
1261 if (sm->workaround) {
1956 * @workaround: 1 = Enable EAP workarounds, 0 = Disable EAP workarounds
1958 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h48 * workaround - Whether EAP workarounds are enabled
50 unsigned int workaround; member in struct:eapol_config
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h337 unsigned int workaround; member in struct:eap_sm
H A Deap.c184 * reply correctly. This occurred when the workaround in FAIL state set
185 * eapNoResp = TRUE.. Maybe that workaround needs to be fixed to do
442 if (sm->workaround)
592 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
647 if (sm->workaround && duplicate &&
655 * workaround these issues.
659 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
1261 if (sm->workaround) {
1956 * @workaround: 1 = Enable EAP workarounds, 0 = Disable EAP workarounds
1958 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
[all...]
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h48 * workaround - Whether EAP workarounds are enabled
50 unsigned int workaround; member in struct:eapol_config
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h337 unsigned int workaround; member in struct:eap_sm
H A Deap.c184 * reply correctly. This occurred when the workaround in FAIL state set
185 * eapNoResp = TRUE.. Maybe that workaround needs to be fixed to do
442 if (sm->workaround)
592 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
647 if (sm->workaround && duplicate &&
655 * workaround these issues.
659 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
1261 if (sm->workaround) {
1956 * @workaround: 1 = Enable EAP workarounds, 0 = Disable EAP workarounds
1958 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h48 * workaround - Whether EAP workarounds are enabled
50 unsigned int workaround; member in struct:eapol_config
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp2344 bool separatedOutputBuffers, D3DWorkaroundType workaround)
2342 compileToExecutable(gl::InfoLog &infoLog, const char *shaderHLSL, rx::ShaderType type, const std::vector<gl::LinkedVarying> &transformFeedbackVaryings, bool separatedOutputBuffers, D3DWorkaroundType workaround) argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp2911 bool separatedOutputBuffers, D3DWorkaroundType workaround)
2933 if (workaround == ANGLE_D3D_WORKAROUND_SKIP_OPTIMIZATION)
2937 else if (workaround == ANGLE_D3D_WORKAROUND_MAX_OPTIMIZATION)
2941 else ASSERT(workaround == ANGLE_D3D_WORKAROUND_NONE);
2909 compileToExecutable(gl::InfoLog &infoLog, const char *shaderHLSL, rx::ShaderType type, const std::vector<gl::LinkedVarying> &transformFeedbackVaryings, bool separatedOutputBuffers, D3DWorkaroundType workaround) argument

Completed in 158 milliseconds