Home
last modified time | relevance | path

Searched defs:SPARC (Results 1 – 7 of 7) sorted by relevance

/external/xz-java/src/org/tukaani/xz/simple/
DSPARC.java13 public final class SPARC implements SimpleFilter { class
17 public SPARC(boolean isEncoder, int startPos) { in SPARC() method in SPARC
/external/llvm/docs/
DCompilerWriterInfo.rst78 SPARC section in Hardware
/external/llvm-project/llvm/docs/
DCompilerWriterInfo.rst110 SPARC section in Hardware
/external/llvm-project/compiler-rt/cmake/
Dbuiltin-config-ix.cmake50 set(SPARC sparc) variable
Dconfig-ix.cmake286 set(SPARC sparc) variable
/external/strace/
Dconfigure.ac178 AC_DEFINE([SPARC], 1, [Define for the SPARC architecture.]) definition
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure.ac304 AM_CONDITIONAL(SPARC, test x$TARGET = xSPARC) condition