Searched refs:workaround (Results 1 - 25 of 29) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D981223-1.x3 # Warning: Additional NOP may be necessary to workaround Itanium
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-MD5/hints/
H A Ddec_osf.pl9 Versions of Perl after 5.005_03 will contain a workaround for the
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c1483 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE;
1520 if (workaround < ALIGN4 && (start_offset & 3) != 0)
1523 workaround = ALIGN4;
1526 if (workaround < ALIGN8 && (start_offset & 7) != 0)
1529 workaround = ALIGN8;
1536 workaround = FAIL;
1541 switch (workaround)
1548 "Corrupt data in %s:%s; align 4 workaround apparently succeeded",
1555 "Corrupt data in %s:%s; align 8 workaround apparently succeeded",
1474 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; local
/openbsd-current/gnu/usr.bin/perl/dist/autouse/lib/
H A Dautouse.pm147 for such functions C<autouse>ing gives biggest win, for a workaround
/openbsd-current/gnu/usr.bin/perl/dist/FindBin/lib/
H A DFindBin.pm57 workaround was to force the C<BEGIN> block to be executed again:
/openbsd-current/sys/dev/ic/
H A Dathnvar.h543 uint32_t workaround; member in struct:athn_softc
H A Dar9280.c98 sc->workaround = AR9280_WA_DEFAULT;
H A Dar5416.c117 sc->workaround = AR5416_WA_DEFAULT;
H A Dar9285.c109 sc->workaround = AR9285_WA_DEFAULT;
H A Dar9287.c108 sc->workaround = AR9285_WA_DEFAULT;
H A Dathn.c822 AR_WRITE(sc, AR_WA, sc->workaround);
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A Dstat.pm312 to do so leads into strange errors. The workaround is for C<$_> to
/openbsd-current/gnu/gcc/gcc/config/cris/
H A Dmulsi3.asm86 ;; "ret"), due to hardware bug. See documentation for -mmul-bug-workaround.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/cris/
H A Dmulsi3.asm86 ;; "ret"), due to hardware bug. See documentation for -mmul-bug-workaround.
/openbsd-current/gnu/usr.bin/perl/ext/I18N-Langinfo/
H A DLanginfo.pm275 workaround for this; patches welcome: see L<perlapi/switch_to_global_locale>.
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A Dautodie.pm327 C<autodie>. To workaround this, C<autodie> may be explicitly disabled until
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm47 var ACK_SQC_STORE = 1 //workaround for suspected SQC store bug causing incorrect stores under concurrency
48 var SAVE_AFTER_XNACK_ERROR = 1 //workaround for TCP store failure after XNACK error when ALLOW_REPLAY=0, for debugger
49 var SINGLE_STEP_MISSED_WORKAROUND = (ASIC_FAMILY <= CHIP_ALDEBARAN) //workaround for lost MODE.DEBUG_EN exception when SAVECTX raised
H A Dcwsr_trap_handler_gfx10.asm48 var SINGLE_STEP_MISSED_WORKAROUND = 1 //workaround for lost MODE.DEBUG_EN exception when SAVECTX raised
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm438 A workaround for this is to call the constants once in a C<BEGIN> block:
/openbsd-current/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm762 (It also provides a kind of workaround for RT#60374: "Safe.pm sort {} bug with
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.pm1368 This is a workaround to pass Conformance Tests for Unicode 6.0.0 and 6.1.0.
1608 This workaround is unnecessary since Unicode 6.3.0.
/openbsd-current/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512_x86-64_windows_msvc.asm53 ; XXX: ml64.exe does not currently understand the syntax. We use a workaround.
1076 ; XXX: ml64.exe does not currently understand the syntax. We use a workaround.
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm1112 latest version of L<threads> from CPAN. There is no workaround for this other
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/
H A DUtil.pm501 See L</KNOWN BUGS> for a known-bug with C<pairmap>, and a workaround.
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm1434 SCALAR objects have the weirdest looking C<bless> workaround.

Completed in 385 milliseconds

12