Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/third_party/boost/libs/context/build/
Darchitecture.jam1 # architecture.jam
29 if [ configure.builds /boost/architecture//32 : $(properties) : 32-bit ]
33 else if [ configure.builds /boost/architecture//64 : $(properties) : 64-bit ]
42 return <conditional>@architecture.deduce-address-model ;
45 rule deduce-architecture ( properties * )
47 local result = [ property.select <architecture> : $(properties) ] ;
54 if [ configure.builds /boost/architecture//arm : $(properties) : arm ]
56 return <architecture>arm ;
58 else if [ configure.builds /boost/architecture//mips1 : $(properties) : mips1 ]
60 return <architecture>mips1 ;
[all …]
DJamfile.v2121 <architecture>arm
132 <architecture>arm
143 <architecture>arm
155 <architecture>arm
166 <architecture>arm
179 <architecture>arm
192 <architecture>arm
203 <architecture>arm
215 <architecture>arm
226 <architecture>arm
[all …]
/third_party/boost/libs/log/build/
Dlog-architecture.jam1 # log-architecture.jam
18 feature.feature log-architecture : : free ;
23 project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ] ;
35 if [ configure.builds /boost/architecture//32 : $(properties) : 32-bit ]
39 else if [ configure.builds /boost/architecture//64 : $(properties) : 64-bit ]
48 return <conditional>@log-architecture.deduce-address-model ;
51 rule deduce-architecture ( properties * )
53 local architecture = [ feature.get-values "architecture" : $(properties) ] ;
54 if $(architecture)
56 return <log-architecture>$(architecture) ;
[all …]
DJamfile.v215 import log-architecture ;
59 …local instruction_set = [ feature.get-values "log-instruction-set" : [ log-architecture.deduce-ins…
294 if <log-architecture>x86 in [ log-architecture.deduce-architecture $(properties) ]
319 if <log-address-model>32 in [ log-architecture.deduce-address-model $(properties) ]
357 if <log-architecture>x86 in [ log-architecture.deduce-architecture $(properties) ]
419 if <log-architecture>x86 in [ log-architecture.deduce-architecture $(properties) ]
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeExtension.cs272 string architecture = GetArchitectureString(); in GetRuntimeIdString()
275 return string.Format("win-{0}", architecture); in GetRuntimeIdString()
279 return string.Format("linux-{0}", architecture); in GetRuntimeIdString()
283 return string.Format("osx-{0}", architecture); in GetRuntimeIdString()
304 string architecture = GetArchitectureString(); in GetNativeLibraryFilename()
307 return string.Format("grpc_csharp_ext.{0}.dll", architecture); in GetNativeLibraryFilename()
311 return string.Format("libgrpc_csharp_ext.{0}.so", architecture); in GetNativeLibraryFilename()
315 return string.Format("libgrpc_csharp_ext.{0}.dylib", architecture); in GetNativeLibraryFilename()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepArch.td11 …tFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexagon V66 architecture">;
13 …tFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexagon V65 architecture">;
15 …tFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexagon V62 architecture">;
17 …tFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexagon V60 architecture">;
19 …tFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexagon V55 architecture">;
21 …rgetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V5 architecture">;
/third_party/boost/more/getting_started/detail/
Dlibrary-naming.rst59 *Architecture and address model tag*: in the first letter, encodes the architecture as follows:
64 |``x``|x86-32, x86-64 |architecture=x86 |
66 |``a``|ARM |architecture=arm |
68 |``i``|IA-64 |architecture=ia64 |
70 |``s``|Sparc |architecture=sparc |
72 |``m``|MIPS/SGI |architecture=mips* |
74 |``p``|RS/6000 & PowerPC |architecture=power |
/third_party/boost/
Dboostcpp.jam571 # architecture - as we're trying to detect them here.
590 : /boost/architecture//32 "32-bit"
591 : /boost/architecture//64 "64-bit" ] ;
611 feature.feature deduced-architecture : $(deducable-architectures) : propagated optional composite h…
614 feature.compose <deduced-architecture>$(a) : <architecture>$(a) ;
617 rule deduce-architecture ( properties * )
622 local idx = [ configure.find-builds "default architecture" : $(filtered)
623 : /boost/architecture//arm
624 : /boost/architecture//mips1
625 : /boost/architecture//power
[all …]
/third_party/libsnd/cmake/
DCheckCPUArch.cmake3 message (STATUS "Check CPU architecture is ${ARCH}")
9 message (STATUS "Check CPU architecture is ${ARCH} - yes")
12 message (STATUS "Check CPU architecture is ${ARCH} - no")
/third_party/boost/tools/build/src/tools/features/
Darchitecture-feature.jam10 [[bbv2.builtin.features.architecture]]`architecture`::
19 feature.feature architecture
/third_party/wayland_standard/doc/publican/
DMakefile.am31 $(srcdir)/sources/images/xwayland-architecture.png \
49 $(srcdir)/sources/images/xwayland-architecture.png
52 $(doxydir)/xml/wayland-architecture.png \
53 $(doxydir)/xml/x-architecture.png
56 $(doxydir)/xml/x-architecture.map \
57 $(doxydir)/xml/wayland-architecture.map
/third_party/wayland_standard/doc/doxygen/
Dmeson.build4 'wayland-architecture': files('dot/wayland-architecture.gv'),
5 'x-architecture': files('dot/x-architecture.gv'),
/third_party/boost/tools/build/src/tools/
Dmidl.jam114 architecture-x86 = <architecture> <architecture>x86 ;
118 flags midl.compile.idl MIDLFLAGS $(architecture-x86)/$(address-model-32) : /win32 ;
119 flags midl.compile.idl MIDLFLAGS $(architecture-x86)/<address-model>64 : /x64 ;
120 flags midl.compile.idl MIDLFLAGS <architecture>ia64/$(address-model-64) : /ia64 ;
Dqcc.jam54 toolset.flags qcc QCC-TARGET-PLATFORM <architecture>/<address-model> : NA ;
57 toolset.flags qcc QCC-TARGET-PLATFORM <architecture>x86/<address-model>32 : -Vgcc_ntox86 ;
58 toolset.flags qcc QCC-TARGET-PLATFORM <architecture>arm/<address-model>32 : -Vgcc_ntoarmv7le ;
61 toolset.flags qcc QCC-TARGET-PLATFORM <architecture>x86/<address-model>64 : -Vgcc_ntox86_64 ;
62 toolset.flags qcc QCC-TARGET-PLATFORM <architecture>arm/<address-model>64 : -Vgcc_ntoaarch64le ;
65 toolset.flags qcc QCC-TARGET-PLATFORM <architecture>power/<address-model>32 : -Vgcc_ntoppcbe ;
66 toolset.flags qcc QCC-TARGET-PLATFORM <architecture>mips1/<address-model>32 : -Vgcc_ntomipsle ;
69 # toolset.flags qcc QCC-TARGET-PLATFORM <architecture>arm/<address-model>32 : -Vgcc_ntoarmle ;
70 # toolset.flags qcc QCC-TARGET-PLATFORM <architecture>power/<address-model>32 : -Vgcc_ntoppcbespe ;
71 # toolset.flags qcc QCC-TARGET-PLATFORM <architecture>mips1/<address-model>32 : -Vgcc_ntomipsbe ;
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c116 #error undefined architecture in ffi_prep_args()
201 #error undefined architecture in ffi_prep_args()
223 #error undefined architecture in ffi_prep_args()
279 #error undefined architecture in ffi_prep_args()
408 #error undefined architecture in ffi_prep_cif_machdep()
452 #error undefined architecture in ffi_prep_cif_machdep()
510 #error undefined architecture in ffi_prep_cif_machdep()
532 #error undefined architecture in ffi_prep_cif_machdep()
544 #error undefined architecture in ffi_prep_cif_machdep()
751 #error undefined architecture in ffi_prep_closure()
[all …]
/third_party/skia/third_party/externals/brotli/
Dpremake5.lua18 architecture "x86_64"
21 architecture "x86"
/third_party/boost/libs/predef/doc/
Dhardware_simd.qbk9 architecture.]
27 has been detected. To do so you have to use the right architecture predef and
30 architecture, you will have to use `BOOST_HW_SIMD_X86`. Its value will be the
31 version number of the most recent SIMD extension detected for the architecture.
Dpredef.adoc30 This library defines a set of compiler, architecture, operating system,
147 * `BOOST_ARCH_` for system/CPU architecture one is compiling for.
154 * `BOOST_ENDIAN_` for endianness of the os and architecture combination.
555 === `BOOST_ARCH` architecture macros
559 include::../include/boost/predef/architecture/alpha.h[tag=reference]
561 include::../include/boost/predef/architecture/arm.h[tag=reference]
563 include::../include/boost/predef/architecture/blackfin.h[tag=reference]
565 include::../include/boost/predef/architecture/convex.h[tag=reference]
567 include::../include/boost/predef/architecture/ia64.h[tag=reference]
569 include::../include/boost/predef/architecture/m68k.h[tag=reference]
[all …]
/third_party/boost/libs/config/checks/architecture/
DJamroot.jam9 project /boost/architecture
12 -<conditional>@boostcpp.deduce-architecture
/third_party/flutter/skia/third_party/externals/sdl/debian/
Drules3 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
4 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
/third_party/libunwind/doc/
DNOTES10 - handler: a pointer to an architecture & language-specific
12 - lsda: a pointer to an architecture & language-specific
15 The API defines no well-known preserved registers. Each architecture
18 preserved registers are defined in the architecture-specific header
69 architecture, as it doesn't rely on any arch-specific registers.
75 the target architecture name (e.g., ia32, ia64, or alpha). Similarly,
/third_party/boost/libs/test/doc/adv_scenarios/
Dbuilding_utf.qbk35 > b2 address-model=32 architecture=x86 --with-test link=static \
43 > b2 address-model=64 architecture=x86 --with-test link=static \
54 > b2 address-model=64 architecture=x86 --with-test link=shared --prefix=``$``boost_installation_pre…
/third_party/flutter/flutter/examples/layers/
DREADME.md1 # Examples of Flutter's layered architecture
4 Flutter's layered architecture.
/third_party/flatbuffers/CMake/
DPackageDebian.cmake20 # Derive architecture
27 EXECUTE_PROCESS(COMMAND "${DPKG_CMD}" --print-architecture
/third_party/libffi/m4/
Dax_gcc_archflag.m412 # architecture for use with gcc's -march=arch or -mtune=arch flags. If
19 # the flag is set to -mtune (or equivalent) so that the architecture is
22 # architecture-specific instructions are enabled.
25 # macro's choice of architecture, or --without-gcc-arch to disable this.
76 AC_ARG_WITH(gcc-arch, [AS_HELP_STRING([--with-gcc-arch=<arch>], [use architecture <arch> for gcc -m…
79 AC_MSG_CHECKING([for gcc architecture flag])
211 … cpuarch=`grep 'CPU architecture' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
260 AC_MSG_CHECKING([for gcc architecture flag])

12345678910>>...26