HomeSort by: relevance | last modified time | path
    Searched refs:Legacy (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
Mips.cpp 300 } else if (Val == "legacy") {
301 if (mips::getIEEE754Standard(CPUName) & mips::Legacy)
321 } else if (Val == "legacy") {
322 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) {
408 .Case("mips1", Legacy)
409 .Case("mips2", Legacy)
410 .Case("mips3", Legacy)
411 .Case("mips4", Legacy)
412 .Case("mips5", Legacy)
413 .Case("mips32", Legacy)
    [all...]
Mips.h 24 typedef enum { Legacy = 1, Std2008 = 2 } IEEE754Standard;
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 342 Legacy Devices Supported (V2) : 0
395 [0001] Encoded Access Width : 00 [Undefined/Legacy]
409 [0001] Encoded Access Width : 00 [Undefined/Legacy]
416 [0001] Encoded Access Width : 00 [Undefined/Legacy]
437 [0001] Encoded Access Width : 00 [Undefined/Legacy]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 67 Legacy = 0,
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
20-cert-select.conf 24 test-19 = 19-RSA-PSS Certificate Legacy Signature Algorithm Selection
685 [19-RSA-PSS Certificate Legacy Signature Algorithm Selection]
686 ssl_conf = 19-RSA-PSS Certificate Legacy Signature Algorithm Selection-ssl
688 [19-RSA-PSS Certificate Legacy Signature Algorithm Selection-ssl]
689 server = 19-RSA-PSS Certificate Legacy Signature Algorithm Selection-server
690 client = 19-RSA-PSS Certificate Legacy Signature Algorithm Selection-client
692 [19-RSA-PSS Certificate Legacy Signature Algorithm Selection-server]
706 [19-RSA-PSS Certificate Legacy Signature Algorithm Selection-client]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 433 [027h 0039 1] Encoded Access Width : 00 (Undefined/Legacy)
440 [033h 0051 1] Encoded Access Width : 00 (Undefined/Legacy)
  /src/external/bsd/zstd/dist/lib/
libzstd.mk 31 # Legacy support
204 ZSTD_LEGACY_FILES += $(shell ls $(LIB_SRCDIR)/legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
233 ZSTD_SUBDIR := $(LIB_SRCDIR)/common $(LIB_SRCDIR)/compress $(LIB_SRCDIR)/decompress $(LIB_SRCDIR)/dictBuilder $(LIB_SRCDIR)/legacy $(LIB_SRCDIR)/deprecated
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
update-web-ari.sh 743 # legacy type error have at least one entry,
745 if (bug ~ /^legacy /) legacy++
763 print bugs "/ (" oks "+" legacy "+" deprecated ")"
766 print bugs / ( oks + legacy + deprecated )
859 print_toc -2 -1 legacy Legacy <<EOF
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
update-web-ari.sh 743 # legacy type error have at least one entry,
745 if (bug ~ /^legacy /) legacy++
763 print bugs "/ (" oks "+" legacy "+" deprecated ")"
766 print bugs / ( oks + legacy + deprecated )
859 print_toc -2 -1 legacy Legacy <<EOF
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d 2233 M128A[8] Legacy;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 670 /// Class representing the legacy GCC Objective-C ABI. This is the default when
902 /// This is the ABI that provides a clean break with the legacy GCC ABI and
2706 // If we have non-legacy dispatch specified, we try using the objc_msgSend()
2710 case CodeGenOptions::Legacy:
3548 // for the legacy ABI, without causing problems. The converse is also
CGObjCMac.cpp 6308 case CodeGenOptions::Legacy:

Completed in 66 milliseconds