Searched refs:Support (Results 1 – 25 of 1658) sorted by relevance
12345678910>>...67
/external/swiftshader/third_party/llvm-subzero/ |
D | Android.bp | 41 "lib/Support/APInt.cpp", 42 "lib/Support/Atomic.cpp", 43 "lib/Support/circular_raw_ostream.cpp", 44 "lib/Support/CommandLine.cpp", 45 "lib/Support/ConvertUTF.cpp", 46 "lib/Support/ConvertUTFWrapper.cpp", 47 "lib/Support/Debug.cpp", 48 "lib/Support/Errno.cpp", 49 "lib/Support/ErrorHandling.cpp", 50 "lib/Support/FoldingSet.cpp", [all …]
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | Kconfig | 12 bool "Support mpc8308_p1m" 15 bool "Support sbc8349" 18 bool "Support ve8313" 21 bool "Support vme8349" 24 bool "Support MPC8308RDB" 28 bool "Support MPC8313ERDB" 33 bool "Support MPC8315ERDB" 37 bool "Support MPC8323ERDB" 40 bool "Support MPC832XEMDS" 44 bool "Support MPC8349EMDS" [all …]
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 215 lib/Support/Allocator.cpp \ 216 lib/Support/APFloat.cpp \ 217 lib/Support/APInt.cpp \ 218 lib/Support/APSInt.cpp \ 219 lib/Support/Atomic.cpp \ 220 lib/Support/BlockFrequency.cpp \ 221 lib/Support/BranchProbability.cpp \ 222 lib/Support/circular_raw_ostream.cpp \ 223 lib/Support/CommandLine.cpp \ 224 lib/Support/ConstantRange.cpp \ [all …]
|
D | Android.bp | 274 "lib/Support/Allocator.cpp", 275 "lib/Support/APFloat.cpp", 276 "lib/Support/APInt.cpp", 277 "lib/Support/APSInt.cpp", 278 "lib/Support/Atomic.cpp", 279 "lib/Support/BlockFrequency.cpp", 280 "lib/Support/BranchProbability.cpp", 281 "lib/Support/circular_raw_ostream.cpp", 282 "lib/Support/CommandLine.cpp", 283 "lib/Support/ConstantRange.cpp", [all …]
|
D | BUILD.gn | 280 "lib/Support/APFloat.cpp", 281 "lib/Support/APInt.cpp", 282 "lib/Support/APSInt.cpp", 283 "lib/Support/Allocator.cpp", 284 "lib/Support/Atomic.cpp", 285 "lib/Support/BlockFrequency.cpp", 286 "lib/Support/BranchProbability.cpp", 287 "lib/Support/CommandLine.cpp", 288 "lib/Support/ConstantRange.cpp", 289 "lib/Support/CrashRecoveryContext.cpp", [all …]
|
/external/swiftshader/src/Reactor/ |
D | BUILD.gn | 219 "$subzero_llvm_dir/lib/Support/APInt.cpp", 220 "$subzero_llvm_dir/lib/Support/Atomic.cpp", 221 "$subzero_llvm_dir/lib/Support/CommandLine.cpp", 222 "$subzero_llvm_dir/lib/Support/ConvertUTF.cpp", 223 "$subzero_llvm_dir/lib/Support/ConvertUTFWrapper.cpp", 224 "$subzero_llvm_dir/lib/Support/Debug.cpp", 225 "$subzero_llvm_dir/lib/Support/Errno.cpp", 226 "$subzero_llvm_dir/lib/Support/ErrorHandling.cpp", 227 "$subzero_llvm_dir/lib/Support/FoldingSet.cpp", 228 "$subzero_llvm_dir/lib/Support/Hashing.cpp", [all …]
|
/external/u-boot/arch/m68k/ |
D | Kconfig | 120 bool "Support M52277EVB" 124 bool "Support M5235EVB" 128 bool "Support cobra5272" 132 bool "Support eb_cpu5282" 136 bool "Support M5208EVBE" 140 bool "Support M5249EVB" 144 bool "Support M5253DEMO" 148 bool "Support M5253EVBE" 152 bool "Support M5272C3" 156 bool "Support M5275EVB" [all …]
|
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | Kconfig | 4 bool "Support ti816x_evm" 14 bool "Support ti814x_evm" 31 bool "Support am335x_evm" 65 bool "Support am335x_baltos" 72 bool "Support am335x_igep003x" 79 bool "Support am335x based shc board from bosch" 87 bool "Support am335x_sl50" 94 bool "Support bav335x" 108 bool "Support BRXRE1" 112 bool "Support BRPPT1" [all …]
|
/external/u-boot/arch/arm/mach-imx/mxs/ |
D | Kconfig | 12 bool "Support mx23_olinuxino" 16 bool "Support mx23evk" 20 bool "Support sansa_fuze_plus" 23 bool "Support xfi3" 48 bool "Support apx4devkit" 51 bool "Support bg0900" 54 bool "Support mx28evk" 58 bool "Support sc_sps_1" 61 bool "Support TS4600"
|
/external/u-boot/arch/arm/mach-imx/mx5/ |
D | Kconfig | 22 bool "Support K+P imx53 board" 33 bool "Support mx51evk" 38 bool "Support mx53ard" 42 bool "Support CX9020" 49 bool "Support mx53evk" 54 bool "Support mx53loco" 59 bool "Support mx53ppd" 65 bool "Support mx53smd" 69 bool "Support TS4800" 73 bool "Support USB armory"
|
/external/llvm/include/llvm/ |
D | module.modulemap | 187 header "Support/TargetRegistry.h" 226 // A module covering ADT/ and Support/. These are intertwined and 236 module Support { 239 umbrella "Support" 243 exclude header "Support/Solaris.h" 246 exclude header "Support/PluginLoader.h" 249 exclude header "Support/TargetRegistry.h" 252 textual header "Support/ARMTargetParser.def" 253 textual header "Support/AArch64TargetParser.def" 254 textual header "Support/Dwarf.def" [all …]
|
/external/bcc/debian/ |
D | changelog | 3 * Support for kernel up to 4.18 17 * Support for kernel up to 4.17 26 * Support for USDT in ARM64 36 * Support for kernel up to 4.14 49 * Support for kernel up to 4.10 56 * Support for USDT 57 * Support for lua 59 * Support for tracepoints 67 * Support for bpf_perf_event() 68 * Support for public tables shared between programs [all …]
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 559 llvm/lib/Support/AMDGPUMetadata.cpp \ 560 llvm/lib/Support/APFloat.cpp \ 561 llvm/lib/Support/APInt.cpp \ 562 llvm/lib/Support/APSInt.cpp \ 563 llvm/lib/Support/ARMAttributeParser.cpp \ 564 llvm/lib/Support/ARMBuildAttrs.cpp \ 565 llvm/lib/Support/ARMWinEH.cpp \ 566 llvm/lib/Support/Allocator.cpp \ 567 llvm/lib/Support/Atomic.cpp \ 568 llvm/lib/Support/BinaryStreamError.cpp \ [all …]
|
D | BUILD.gn | 980 "llvm/lib/Support/AMDGPUMetadata.cpp", 981 "llvm/lib/Support/APFloat.cpp", 982 "llvm/lib/Support/APInt.cpp", 983 "llvm/lib/Support/APSInt.cpp", 984 "llvm/lib/Support/ARMAttributeParser.cpp", 985 "llvm/lib/Support/ARMBuildAttrs.cpp", 986 "llvm/lib/Support/ARMWinEH.cpp", 987 "llvm/lib/Support/Allocator.cpp", 988 "llvm/lib/Support/Atomic.cpp", 989 "llvm/lib/Support/BinaryStreamError.cpp", [all …]
|
/external/u-boot/arch/arm/ |
D | Kconfig | 84 bool "MMU-based Paged Memory Management Support" 307 bool "Support for ARM SMC Calling Convention (SMCCC)" 409 bool "Support edb93xx" 414 bool "Support aspenite" 418 bool "Support gplugd" 426 Support for TI's DaVinci platform. 446 bool "Support devkit3250" 451 bool "Support work_92105" 456 bool "Support apf27" 465 bool "Support spear300" [all …]
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | Kconfig | 20 bool "Support sbc8548" 24 bool "Support socrates" 28 bool "Support B4420QDS" 35 bool "Support B4860QDS" 43 bool "Support BSC9131RDB" 49 bool "Support BSC9132QDS" 56 bool "Support C29XPCIE" 65 bool "Support P3041DS" 73 bool "Support P4080DS" 81 bool "Support P5020DS" [all …]
|
/external/u-boot/arch/arm/mach-mvebu/ |
D | Kconfig | 75 bool "Support ClearFog" 79 bool "Support Helios4" 83 bool "Support Armada 37xx platforms" 88 bool "Support DB-88F6720 Armada 375" 92 bool "Support DB-88F6820-GP" 96 bool "Support DB-88F6820-AMC" 100 bool "Support Turris Omnia" 104 bool "Support Turris Mox" 108 bool "Support Armada 7k/8k platforms" 114 bool "Support db-mv784mp-gp" [all …]
|
/external/swiftshader/ |
D | CMakeLists.txt | 491 ${LLVM_DIR}/lib/Support/APFloat.cpp 492 ${LLVM_DIR}/lib/Support/APInt.cpp 493 ${LLVM_DIR}/lib/Support/Allocator.cpp 494 ${LLVM_DIR}/lib/Support/Atomic.cpp 495 ${LLVM_DIR}/lib/Support/BlockFrequency.cpp 496 ${LLVM_DIR}/lib/Support/BranchProbability.cpp 497 ${LLVM_DIR}/lib/Support/CommandLine.cpp 498 ${LLVM_DIR}/lib/Support/ConstantRange.cpp 499 ${LLVM_DIR}/lib/Support/CrashRecoveryContext.cpp 500 ${LLVM_DIR}/lib/Support/DAGDeltaAlgorithm.cpp [all …]
|
/external/llvm/lib/Target/Mips/ |
D | Mips.td | 73 "Support 64-bit FP registers">; 75 "Support for FPXX">; 88 "Mips I ISA Support [highly experimental]">; 90 "Mips II ISA Support [highly experimental]", 99 "MIPS III ISA Support [highly experimental]", 110 "Mips4", "MIPS IV ISA Support", 117 "MIPS V ISA Support [highly experimental]", 120 "Mips32 ISA Support", 124 "Mips32r2", "Mips32r2 ISA Support", 128 "Mips32r3", "Mips32r3 ISA Support", [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips.td | 81 "Support 64-bit FP registers">; 83 "Support for FPXX">; 96 "Mips I ISA Support [highly experimental]">; 98 "Mips II ISA Support [highly experimental]", 107 "MIPS III ISA Support [highly experimental]", 118 "Mips4", "MIPS IV ISA Support", 125 "MIPS V ISA Support [highly experimental]", 128 "Mips32 ISA Support", 132 "Mips32r2", "Mips32r2 ISA Support", 136 "Mips32r3", "Mips32r3 ISA Support", [all …]
|
/external/u-boot/board/cadence/xtfpga/ |
D | Kconfig | 7 bool "Support Avnet LX60" 9 bool "Support Avnet LX110" 11 bool "Support Avnet LX200" 13 bool "Support Xilinx ML605" 15 bool "Support Xilinx KC705"
|
/external/u-boot/drivers/usb/host/ |
D | Kconfig | 19 bool "DesignWare USB3 DRD Core Support" 29 Support USB2/3 functionality in simple SoC integrations with 43 bool "Support for PCI-based xHCI USB controller" 50 bool "Support for Rockchip on-chip xHCI USB controller" 67 bool "Support for STMicroelectronics STiH407 family on-chip xHCI USB controller" 76 bool "Support for Xilinx ZynqMP on-chip xHCI USB controller" 92 bool "Support for NXP Layerscape on-chip xHCI USB controller" 122 bool "Support for Atmel on-chip EHCI USB controller" 129 bool "Support for Marvell on-chip EHCI USB controller" 136 bool "Support for i.MX6 on-chip EHCI USB controller" [all …]
|
/external/u-boot/common/spl/ |
D | Kconfig | 20 bool "Support SPL based upon the common SPL framework" 47 bool "Support returning to the BOOTROM" 58 bool "Support bootcount in SPL" 67 bool "Support SPL loading and booting of RAW images" 76 bool "Support SPL loading and booting of Legacy images" 209 bool "Support CRC32" 219 bool "Support MD5" 231 bool "Support SHA1" 243 bool "Support SHA256" 272 bool "Support CPU drivers" [all …]
|
/external/u-boot/drivers/pinctrl/ |
D | Kconfig | 8 bool "Support pin controllers" 15 bool "Support full pin controllers" 31 bool "Support generic pin controllers" 45 bool "Support pin multiplexing controllers" 56 bool "Support pin configuration controllers" 63 bool "Support pin controllers in SPL" 70 bool "Support full pin controllers in SPL" 79 bool "Support generic pin controllers in SPL" 87 bool "Support pin multiplexing controllers in SPL" 101 bool "Support pin configuration controllers in SPL" [all …]
|
/external/u-boot/drivers/reset/ |
D | Kconfig | 1 menu "Reset Controller Support" 27 Support for reset controllers on STMicroelectronics STiH407 family SoCs. 35 Support for reset controllers on STMicroelectronics STM32 family SoCs. 56 Support reset controller on BCM6345. 63 Support for reset controllers on UniPhier SoCs. 72 Support for reset controller on AST2500 SoC. This controller uses 82 Support for reset controller on rockchip SoC. The main limitation 92 Support for reset controller on Amlogic Meson SoC. 99 Support for reset controller on SoCFPGA platform.
|
12345678910>>...67