Home
last modified time | relevance | path

Searched refs:architectures (Results 1 – 25 of 159) sorted by relevance

1234567

/external/opencv3/platforms/winrt/
Dsetup_winrt.ps1167 $architectures = New-Object System.Collections.ArrayList in Execute() variable
171 $architectures.Add($_) > $null in Execute()
177 D "Processed Architectures: $architectures" in Execute() variable
206 foreach($arch in $architectures) { in Execute()
/external/strace/
DNEWS8 * Fixed build on arc, metag, nios2, or1k, and tile architectures.
24 syscalls on 64-bit architectures.
28 shows the syscall name on architectures that expose this information.
62 * Fixed decoding of ioctl syscall command on aarch64 and 32-bit architectures
120 * Enhanced aio support on non-x86 architectures by using external libaio.h.
139 * Fixed potential open flags truncation on some architectures.
144 * Fixed decoding of indirect ipc subcalls on some architectures.
145 * Fixed decoding of fanotify_mark syscall on 32-bit architectures.
146 * Fixed decoding of 32-bit stat structures on 64-bit architectures.
147 * Fixed decoding of 32-bit struct cmsghdr on 64-bit architectures.
[all …]
/external/ltrace/sysdeps/linux-gnu/
DREADME3 architectures except "mips" (as of linux-2.2.12)
7 architectures. (linux-2.2.12)
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake23 # There isn't a clear mapping of what architectures are supported with a given
24 # target platform, but ld's version output does list the architectures it can
39 message(WARNING "Detecting supported architectures from 'ld -v' failed. Returning default set.")
46 # This function takes an OS and a list of architectures and identifies the
47 # subset of the architectures list that the installed toolchain can target.
50 message(STATUS "Using cached valid architectures for ${os}.")
55 message(STATUS "Finding valid architectures for ${os}...")
88 CACHE STRING "List of valid architectures for platform ${os}.")
360 # architectures we bail here.
DAddCompilerRT.cmake6 # architectures with name "<name>.<arch>" for non-Darwin platforms if
10 # ARCHS <architectures>
58 # Adds static or shared runtime for a list of architectures and operating
62 # ARCHS <architectures>
/external/opencv3/cmake/
DOpenCVDetectCUDA.cmake45 … CUDA device code only for specific GPU architecture. Leave empty to build for all architectures.")
74 …TATUS "Automatic detection of CUDA generation failed. Going to build for all known architectures.")
102 …set(CUDA_ARCH_BIN ${__cuda_arch_bin} CACHE STRING "Specify 'real' GPU architectures to build binar…
103 …set(CUDA_ARCH_PTX ${__cuda_arch_ptx} CACHE STRING "Specify 'virtual' PTX architectures to build PT…
139 # Tell NVCC to add PTX intermediate code for the specified architectures
/external/compiler-rt/make/platform/
Dmulti_arch.mk2 architectures.
/external/opencv3/cmake/templates/
Dcvconfig.h.in4 /* Compile for 'real' NVIDIA GPU architectures */
13 /* Compile for 'virtual' NVIDIA PTX architectures */
/external/llvm/test/CodeGen/X86/
Dfunction-subtarget-features-2.ll3 ; This test verifies that we assemble code for different architectures
Dx86-64-double-precision-shift-right.ll2 ; Verify that for the architectures that are known to have poor latency
Dx86-64-double-precision-shift-left.ll2 ; Verify that for the architectures that are known to have poor latency
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt8 to the performance problem faced by modern architectures and programming
31 the performance problem. Instruction set architectures (ISAs) continuously
D2001-07-06-LoweringIRForCodeGen.txt11 close mapping between VM and machine code. Other architectures may have
/external/llvm/include/llvm/Config/
DTargets.def.in10 |* This file enumerates all of the target architectures supported by *|
/external/llvm/host/include/llvm/Config/
DTargets.def10 |* This file enumerates all of the target architectures supported by *|
/external/llvm/lib/Target/Hexagon/
DHexagonCallingConv.td10 // This describes the calling conventions for the Hexagon architectures.
/external/llvm/device/include/llvm/Config/
DTargets.def10 |* This file enumerates all of the target architectures supported by *|
/external/elfutils/
DREADME12 all architectures in all the binaries.
DTODO95 ** handle object files for different architectures
97 ld.so is expected to ignore object files for different architectures and
/external/clang/docs/
DCrossCompilation.rst16 specific examples for specific architectures. For a concrete example, the
36 different platforms and architectures, and for compiler developers that
41 different architectures, OS's and options, it's not always easy finding
87 The sub-architecture options are available for their own architectures,
DPTHInternals.rst93 program for multiple architectures.
97 architectures. In contrast, GCC requires a PCH file for each
101 when compiling for multiple architectures. This can also reduce
/external/webrtc/third_party/gflags/
DREADME.webrtc18 Historically, all operating systems and architectures have generated
/external/valgrind/memcheck/tests/vbit-test/
DREADME82 Defines the macro VALGRIND_VEX_INJECT_IR for all architectures.
101 There is support for other architectures in valgrind.h and guest_ARCH_toIR.c
/external/iproute2/tc/
DREADME.last31 Clock is derived from jiffies. On architectures with HZ=100
/external/toybox/
DREADME51 http://landley.net/aboriginal/architectures.html
101 architectures (x86, x86-64, arm, mips, sparc, powerpc, sh4). Each toybox

1234567