Home
last modified time | relevance | path

Searched refs:THIS_ARCH (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sal/rtl/source/
H A Dmacro.hxx57 # define THIS_ARCH "X86_64" macro
59 # define THIS_ARCH "x86"
61 # define THIS_ARCH "PowerPC_64"
63 # define THIS_ARCH "PowerPC"
65 # define THIS_ARCH "S390x"
67 # define THIS_ARCH "S390"
70 # define THIS_ARCH "SPARC64"
72 # define THIS_ARCH "SPARC"
76 # define THIS_ARCH "MIPS_EB"
78 # define THIS_ARCH "MIPS_EL"
[all …]
H A Dgen_makefile.cxx33 printf( "RTL_ARCH:=%s\n", THIS_ARCH ); in main()
H A Dbootstrap.cxx486 value, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(THIS_ARCH)).pData); in getValue()