/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>; typedef 26 template<template<typename> class F, typename X> using Sixteen = Mul<Four, Four, F, X>;
|
/external/u-boot/board/freescale/t1040qds/ |
D | README | 14 - Four e5500 cores, each with a private 256 KB L2 cache 30 - Four 1 Gbps Ethernet controllers 33 - Four PCI Express 2.0 controllers running at up to 5 GHz 42 - Four I2C controllers 43 - Four UARTs 44 - Four GPIO controllers 92 - Four I2C ports
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
D | README.soc | 19 - Four 64-bit ARM Cortex-A53 CPUs 44 - Four I2C controllers 110 - Four PCIe 3.0 controllers, one supporting SR-IOV 117 - Four I2C controllers 175 - Four 64-bit ARM Cortex-A72 CPUs 203 - Four I2C controllers 237 - Four PCIe 3.0 controllers, one supporting SR-IOV 244 - Four I2C controllers 254 a) Four 64-bit ARM v8 Cortex-A72 CPUs 263 a) Four 64-bit ARM v8 Cortex-A72 CPUs [all …]
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | genericnoncanon10.test | 9 public class Three extends B<Float>.Four { 13 public class Four {
|
D | param_bound.test | 19 class Four<A extends I, B extends I, T extends A> {}
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 33 const MCExpr *Four = MCConstantExpr::Create(4, getContext()); in getExprForDwarfGlobalReference() local 34 return MCBinaryExpr::CreateAdd(Res, Four, getContext()); in getExprForDwarfGlobalReference()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 118 const MCExpr *Four = MCConstantExpr::Create(4, Context); in getExprForPersonalitySymbol() local 119 return MCBinaryExpr::CreateAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 108 DIEInteger Four(4); in TEST_F() local 109 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 114 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 141 DIEInteger Four(4); in TEST_F() local 145 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 165 Four); in TEST_F() 610 DIEInteger Four(4); in TEST_F() local 614 IntTyDIE.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 656 DIEInteger Four(4); in TEST_F() local 660 Four); in TEST_F() [all …]
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 108 DIEInteger Four(4); in TEST_F() local 109 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 114 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 141 DIEInteger Four(4); in TEST_F() local 145 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 165 Four); in TEST_F() 610 DIEInteger Four(4); in TEST_F() local 614 IntTyDIE.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 656 DIEInteger Four(4); in TEST_F() local 660 Four); in TEST_F() [all …]
|
/external/u-boot/board/freescale/t104xrdb/ |
D | README | 45 - Four e5500 cores, each with a private 256 KB L2 cache 61 - Four 1 Gbps Ethernet controllers 64 - Four PCI Express 2.0 controllers running at up to 5 GHz 73 - Four I2C controllers 74 - Four UARTs 75 - Four GPIO controllers 127 - Four I2C ports 161 - Four I2C ports
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 36 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local 37 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
/external/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 122 OwningBuffer Four(MemoryBuffer::getNewMemBuffer(123, "zeros")); in TEST_F() local 123 EXPECT_TRUE(nullptr != Four.get()); in TEST_F() 125 EXPECT_EQ(0, Four->getBufferStart()[0]); in TEST_F()
|
/external/u-boot/board/freescale/t208xqds/ |
D | README | 12 - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz 23 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV) 30 - Four I2C controllers 31 - Four 2-pin UARTs or two 4-pin UARTs 58 - Four 10Gbps XFI on-board cages 73 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV) 81 - Four I2C controllers.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 119 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local 120 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 123 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local 124 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 125 OwningBuffer Four(WritableMemoryBuffer::getNewMemBuffer(123, "zeros")); in TEST_F() local 126 EXPECT_TRUE(nullptr != Four.get()); in TEST_F() 128 EXPECT_EQ(0, Four->getBufferStart()[0]); in TEST_F()
|
/external/u-boot/board/freescale/t102xqds/ |
D | README | 33 - Four 1 Gbps Ethernet controllers 40 - Four SGMII interface supporting 1000 Mbps 47 - Four I2C controllers 48 - Four UARTs 49 - Four GPIO controllers 102 - Four SGMII interface supporting 1Gbps 149 - Four I2C ports
|
/external/u-boot/board/freescale/t102xrdb/ |
D | README | 33 - Four 1 Gbps Ethernet controllers 40 - Four SGMII interface supporting 1000 Mbps 47 - Four I2C controllers 48 - Four UARTs 49 - Four GPIO controllers 99 - Four I2C ports
|
/external/u-boot/board/freescale/t208xrdb/ |
D | README | 12 - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz 23 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV) 30 - Four I2C controllers 31 - Four 2-pin UARTs or two 4-pin UARTs 83 - Four I2C ports
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 37 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local 38 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
/external/u-boot/doc/device-tree-bindings/timer/ |
D | atcpit100_timer.txt | 13 Four 8-bit timers
|
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/ |
D | control | 21 This test starts 5 high resolution loopback peer connections. Four of the video
|
/external/u-boot/board/freescale/ls1021aqds/ |
D | README | 59 - Four GPIO controllers supporting up to 109 general purpose I/O signals 61 - Four synchronous audio interfaces (SAI)
|
/external/u-boot/board/freescale/ls1021atwr/ |
D | README | 59 - Four GPIO controllers supporting up to 109 general purpose I/O signals 61 - Four synchronous audio interfaces (SAI)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP9.td | 70 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd. 84 // Four DP (Floating Point) units in total. Two even, two Odd. 95 // Four LS (Load or Store) units.
|