/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | uno2cpp.cxx | 97 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod() 98 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod() 99 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod() 100 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod() 217 if ( nr < x86_64::MAX_SSE_REGS ) \ 223 if ( nr < x86_64::MAX_GPR_REGS ) \ 229 if ( nr < x86_64::MAX_GPR_REGS ) \ 235 if ( nr < x86_64::MAX_GPR_REGS ) \ 241 if ( nr < x86_64::MAX_GPR_REGS ) \ 272 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call() [all …]
|
H A D | cpp2uno.cxx | 87 if ( x86_64::return_in_hidden_param( pReturnTypeRef ) ) in cpp2uno_call() 124 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 132 if ( nr_fpr < x86_64::MAX_SSE_REGS ) in cpp2uno_call() 142 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call() 157 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call() 487 x86_64::return_in_hidden_param( pAttrTD->pAttributeTypeRef ) ); in addLocalFunctions() 503 x86_64::return_in_hidden_param( pMethodTD->pReturnTypeRef ) ); in addLocalFunctions()
|
H A D | abi.cxx | 63 using namespace x86_64; 272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() 313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() 320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct()
|
H A D | abi.hxx | 33 namespace x86_64 namespace
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | uno2cpp.cxx | 90 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod() 91 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod() 92 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod() 93 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod() 211 if ( nr < x86_64::MAX_SSE_REGS ) \ 217 if ( nr < x86_64::MAX_GPR_REGS ) \ 223 if ( nr < x86_64::MAX_GPR_REGS ) \ 229 if ( nr < x86_64::MAX_GPR_REGS ) \ 235 if ( nr < x86_64::MAX_GPR_REGS ) \ 266 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call() [all …]
|
H A D | cpp2uno.cxx | 86 if ( x86_64::return_in_hidden_param( pReturnTypeRef ) ) in cpp2uno_call() 123 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 131 if ( nr_fpr < x86_64::MAX_SSE_REGS ) in cpp2uno_call() 141 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call() 156 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call() 486 x86_64::return_in_hidden_param( pAttrTD->pAttributeTypeRef ) ); in addLocalFunctions() 502 x86_64::return_in_hidden_param( pMethodTD->pReturnTypeRef ) ); in addLocalFunctions()
|
H A D | abi.cxx | 63 using namespace x86_64; 272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() 313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() 320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct()
|
H A D | abi.hxx | 33 namespace x86_64 namespace
|
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | uno2cpp.cxx | 90 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod() 91 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod() 92 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod() 93 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod() 212 if ( nr < x86_64::MAX_SSE_REGS ) \ 218 if ( nr < x86_64::MAX_GPR_REGS ) \ 224 if ( nr < x86_64::MAX_GPR_REGS ) \ 230 if ( nr < x86_64::MAX_GPR_REGS ) \ 236 if ( nr < x86_64::MAX_GPR_REGS ) \ 267 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call() [all …]
|
H A D | cpp2uno.cxx | 86 if ( x86_64::return_in_hidden_param( pReturnTypeRef ) ) in cpp2uno_call() 120 bool bFitsRegisters = x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call() 128 if ( nr_fpr < x86_64::MAX_SSE_REGS ) in cpp2uno_call() 138 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call() 153 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call() 532 x86_64::return_in_hidden_param( pAttrTD->pAttributeTypeRef ) ); in addLocalFunctions() 548 x86_64::return_in_hidden_param( pMethodTD->pReturnTypeRef ) ); in addLocalFunctions()
|
H A D | abi.cxx | 63 using namespace x86_64; 272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument() 313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param() 320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct()
|
H A D | abi.hxx | 33 namespace x86_64 namespace
|
/aoo42x/main/odk/settings/ |
H A D | settings.mk | 285 ifeq "$(PROCTYPE)" "x86_64" 393 ifeq "$(PROCTYPE)" "x86_64" 505 ifeq "$(PROCTYPE)" "x86_64" 512 ifeq "$(PROCTYPE)" "x86_64" 522 ifeq "$(PROCTYPE)" "x86_64"
|
/aoo42x/main/openssl/ |
H A D | makefile.mk | 79 CONFIGURE_ACTION=Configure BSD-x86_64 no-dso no-shared $(NO_ASM) 81 CONFIGURE_ACTION=Configure linux-x86_64 no-dso no-shared $(NO_ASM) 98 CONFIGURE_ACTION=Configure solaris64-x86_64-cc 110 CONFIGURE_ACTION=Configure darwin64-x86_64-cc no-dso no-shared $(NO_ASM)
|
H A D | opensslsol.patch | 4 …"solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int::-D_REENTRANT::-lsocket -ln… 8 -"solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -ln… 10 +"solaris64-x86_64-cc","cc:-xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ld…
|
/aoo42x/main/ |
H A D | config.guess | 449 SUN_ARCH=x86_64 916 UNAME_PROCESSOR=x86_64 ;; 947 GUESS=x86_64-unknown-interix$UNAME_RELEASE 956 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) 957 GUESS=x86_64-pc-cygwin 975 x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*) 1193 x86_64:Linux:*:*) 1478 i386) UNAME_PROCESSOR=x86_64 ;; 1589 x86_64:VMkernel:*:*) 1593 GUESS=x86_64-unknown-onefs
|
H A D | source_soenv.sh | 56 x86_64-*-linux*) 95 amd64-*-freebsd*|x86_64-*-freebsd*) 108 i[3456]86-*-darwin*|x86_64-*-darwin*)
|
H A D | set_soenv.in | 341 elsif ($platform =~ m/^x86_64/) 365 if (($platform =~ m/^amd64/) || ($platform =~ m/^x86_64/)) 474 elsif ($platform =~ m/^x86_64/) 726 …if ( $platform =~ m/^i[3456]86/ || ( ( $platform =~ m/^x86_64/ ) && ( "@BUILD_WIN64@" ne "TRUE" ) … 732 } elsif ( $platform =~ m/^x86_64/ ) { 802 elsif ($platform =~ m/^x86_64/) 922 if ($platform =~ m/x86_64-.*-linux/);
|
H A D | config.sub | 392 basic_machine=x86_64-pc 504 basic_machine=x86_64-pc 950 i*86 | x86_64) 961 cpu=x86_64 1037 cpu=x86_64 1125 cpu=x86_64 1262 | x86 | x86_64 | xc16x | xgate | xps100 \
|
H A D | configure.ac | 1298 if test "$build_cpu" = "x86_64" ; then 2131 x86_64) 2261 x86_64) 2866 i?86|x86_64) 5985 if test "$build_cpu" != "x86_64"; then 6387 if test "$build_cpu" != "x86_64" ; then 6396 if test "$build_cpu" != "x86_64" ; then 6402 if test "$build_cpu" != "x86_64" ; then 6411 if test "$build_cpu" != "x86_64" ; then 6513 if test "$build_cpu" = "x86_64" ; then [all …]
|
/aoo42x/main/libxmlsec/ |
H A D | xmlsec1-update-config-sub-and-guess.patch | 309 + SUN_ARCH="x86_64" 760 + echo x86_64-unknown-interix${UNAME_RELEASE} 771 + echo x86_64-pc-mks 784 + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) 785 + echo x86_64-unknown-cygwin 980 x86_64:Linux:*:*) 981 - echo x86_64-${VENDOR:-unknown}-linux-gnu 1036 + echo x86_64-unknown-linux-gnu 1322 + UNAME_PROCESSOR="x86_64" 1777 - | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ [all …]
|
/aoo42x/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 2048 + SUN_ARCH="x86_64" 2508 + echo x86_64-unknown-interix${UNAME_RELEASE} 2518 + echo x86_64-pc-mks 2532 + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) 2533 + echo x86_64-unknown-cygwin 2707 x86_64:Linux:*:*) 2708 echo x86_64-unknown-linux-gnu 3047 + UNAME_PROCESSOR="x86_64" 3514 - | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ 3543 + basic_machine=x86_64-pc [all …]
|
/aoo42x/main/nss/ |
H A D | nss.patch | 113 CPU_ARCH = x86_64
|
/aoo42x/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 68 * equal to max size returned in registers on x86_64
|
/aoo42x/main/expat/ |
H A D | expat-2.5.0.patch | 349 * sizeof(unsigned int) < sizeof(size_t), e.g. on x86_64. */
|