HomeSort by: relevance | last modified time | path
    Searched defs:workaround (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
pthread-fixes.c 40 static int workaround; local
43 if (uv__load_relaxed(&workaround)) {
49 uv__store_relaxed(&workaround, 1);
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 50 * workaround - Whether EAP workarounds are enabled
52 unsigned int workaround; member in struct:eapol_config
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_i.h 363 unsigned int workaround; member in struct:eap_sm
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 2025 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE;
2062 if (workaround < ALIGN4 && (start_offset & 3) != 0)
2065 workaround = ALIGN4;
2068 if (workaround < ALIGN8 && (start_offset & 7) != 0)
2071 workaround = ALIGN8;
2078 workaround = FAIL;
2083 switch (workaround)
2090 Corrupt data in %s:%s; align 4 workaround apparently succeeded"),
2097 Corrupt data in %s:%s; align 8 workaround apparently succeeded"),
2016 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 2027 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE;
2064 if (workaround < ALIGN4 && (start_offset & 3) != 0)
2067 workaround = ALIGN4;
2070 if (workaround < ALIGN8 && (start_offset & 7) != 0)
2073 workaround = ALIGN8;
2080 workaround = FAIL;
2085 switch (workaround)
2092 Corrupt data in %s:%s; align 4 workaround apparently succeeded"),
2099 Corrupt data in %s:%s; align 8 workaround apparently succeeded"),
2018 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; local

Completed in 34 milliseconds