OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xarch
(Results
1 - 25
of
44
) sorted by null
1
2
/external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py
93
def GetGypGenDir(
xarch
):
94
if
xarch
== 'arm':
101
def GetGypBuiltLib(tcname,
xarch
=None):
104
if not
xarch
:
105
xarch
= ''
106
return os.path.join(GetGypGenDir(
xarch
), 'tc_' + tcname, 'lib' +
xarch
)
109
def GetToolchainNaClLib(tcname, tcpath,
xarch
):
112
elif
xarch
== '32':
114
elif
xarch
== '64'
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv9a-mont.pl
60
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
879
# VIS extentions on command line, e.g. -
xarch
=v9 vs. -
xarch
=v9a. I
sparcv9-mont.pl
54
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
/external/openssl/crypto/bn/asm/
sparcv9a-mont.pl
60
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
879
# VIS extentions on command line, e.g. -
xarch
=v9 vs. -
xarch
=v9a. I
sparcv9-mont.pl
54
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
/external/stlport/test/eh/
sunpro-64.mak
33
CXXFLAGS = ${STL_INCL} -
xarch
=v9 -library=no%Cstd -features=rtti -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC -xildoff -g -D_REENTRANT -DNO_FAST_ALLOCATOR
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-sparcv9.pl
41
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-sparcv9.pl
22
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
sha1-sparcv9a.pl
39
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
547
# extentions on compiler command line, e.g. -
xarch
=v9 vs. -
xarch
=v9a.
sha512-sparcv9.pl
46
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
/external/openssl/crypto/modes/asm/
ghash-sparcv9.pl
41
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
/external/openssl/crypto/sha/asm/
sha1-sparcv9.pl
22
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
sha1-sparcv9a.pl
39
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
547
# extentions on compiler command line, e.g. -
xarch
=v9 vs. -
xarch
=v9a.
sha512-sparcv9.pl
46
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-sparcv9.pl
34
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
/external/openssl/crypto/aes/asm/
aes-sparcv9.pl
34
for (@ARGV) { $bits=64 if (/\-m64/ || /\-
xarch
\=v9/); }
/external/chromium_org/third_party/icu/source/
configure
[
all
...]
/external/icu4c/
configure
[
all
...]
/external/chromium/sdch/open-vcdiff/
ltmain.sh
[
all
...]
/external/chromium/third_party/libevent/
ltmain.sh
[
all
...]
/external/chromium_org/third_party/libevent/
ltmain.sh
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh
[
all
...]
/external/libffi/
ltmain.sh
[
all
...]
/external/llvm/autoconf/
ltmain.sh
[
all
...]
/external/llvm/projects/sample/autoconf/
ltmain.sh
[
all
...]
Completed in 5535 milliseconds
1
2