| /openbmc/qemu/disas/ |
| H A D | m68k.c | 2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro 2229 {"bfchg", 4, two(0165300, 0), two(0177700, 0170000), "?sO2O3", m68020up }, 2230 {"bfclr", 4, two(0166300, 0), two(0177700, 0170000), "?sO2O3", m68020up }, 2231 {"bfexts", 4, two(0165700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up }, 2232 {"bfextu", 4, two(0164700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up }, 2233 {"bfffo", 4, two(0166700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up }, 2234 {"bfins", 4, two(0167700, 0), two(0177700, 0100000), "D1?sO2O3", m68020up }, 2235 {"bfset", 4, two(0167300, 0), two(0177700, 0170000), "?sO2O3", m68020up }, 2236 {"bftst", 4, two(0164300, 0), two(0177700, 0170000), "/sO2O3", m68020up }, 2265 {"cas2w", 6, two(0006374,0), two(0177777,0007070), "D3D6D2D5r1r4", m68020up }, [all …]
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_conversion.cpp | 15 two enumerator 38 std::make_pair<std::string_view, Enum>("two", Enum::two)}}; 55 EXPECT_EQ(toEnum(2), Enum::two); in TEST_F() 67 EXPECT_THAT(utils::toUnderlying(Enum::two), Eq(2)); in TEST_F() 74 EXPECT_THAT(enumToString(Enum::two), Eq("two")); in TEST_F() 81 EXPECT_THAT(toEnum("two"), Eq(Enum::two)); in TEST_F()
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/ |
| H A D | libalgorithm-diff-perl_1.15.bb | 1 SUMMARY = "Algorithm::Diff - Compute 'intelligent' differences between two \ 3 DESCRIPTION = "This is a module for computing the difference between two files, \ 4 two strings, or any other two lists of things. It uses an intelligent \
|
| /openbmc/sdbusplus/test/async/ |
| H A D | task.cpp | 32 static auto two(bool& executed) -> task<> in TEST() function 44 stdexec::sync_wait(_::two(executed)); in TEST() 58 static auto two(bool& caught) -> task<> in TEST() function 76 stdexec::sync_wait(_::two(caught)); in TEST()
|
| /openbmc/u-boot/doc/ |
| H A D | README.VSC3316-3308 | 10 … 8 input and 8 output ports. Programming of these devices are performed by two-wire or four-wire s… 15 First thing required is to program it to interface with either two-wire or four-wire interface. 16 … the interface is two-wire I2C serial interface. So the value in Interface mode register at addres… 23 …two-wire or four-wire interface. In our case the interface is two-wire I2C serial interface. So th…
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | compare.idef | 208 "Pack the odd and even bits of two predicate registers", 237 "Conditionally combine two words into a register pair", 245 "Conditionally combine two words into a register pair", 253 "Conditionally combine two words into a register pair", 261 "Conditionally combine two words into a register pair", 308 "Compare elements of two vectors ", 317 "Compare elements of two vectors ", 326 "Compare elements of two vectors ", 336 "Compare elements of two vectors ", 347 "Compare elements of two vectors ", [all …]
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | union-optional-discriminator.json | 2 { 'enum': 'Enum', 'data': [ 'one', 'two' ] } 10 'two': 'Branch' } }
|
| H A D | union-discriminator-bad-name.json | 2 { 'enum': 'Enum', 'data': [ 'one', 'two' ] } 10 'two': 'Branch' } }
|
| H A D | alternate-array.json | 5 'two': [ 'int' ] } }
|
| H A D | alternate-invalid-dict.json | 4 'two': { 'if': 'foo' } } }
|
| H A D | redefined-type.json | 3 { 'enum': 'Foo', 'data': [ 'two' ] }
|
| H A D | alternate-conflict-string.json | 4 'two': 'int' } }
|
| H A D | redefined-command.json | 3 { 'command': 'foo', 'data': { '*two': 'str' } }
|
| H A D | alternate-invalid-dict.err | 2 alternate-invalid-dict.json:2: 'data' member 'two' misses key 'type'
|
| H A D | alternate-conflict-bool-string.json | 4 'two': 'str' } }
|
| H A D | alternate-conflict-num-string.json | 4 'two': 'str' } }
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-stopit_1.1.2.bb | 1 …ther threads, control the timeout of blocks or callables with two context managers and two decorat…
|
| /openbmc/phosphor-host-ipmid/scripts/ |
| H A D | entity-example.md | 40 # two ranges of entity instances; this record has contained entities 55 # The below two records have: 103 # This record has contained entities as two ranges of entity instances 116 # The below two records have: 124 # This record has contained entities as two ranges of entity instances 142 # This record has contained entities as two ranges of entity instances
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-config.bbappend | 4 # file. It is calculated from the VERSION_ID field which currently has two 5 # formats. The revision field is 4 bytes, the first two bytes represent the 6 # count of commits from the tagging and next two bytes represent the version.
|
| /openbmc/phosphor-hwmon/test/ |
| H A D | env_unittest.cpp | 43 std::string two = "2"; in TEST() local 52 phosphor::utility::isAverageEnvSet(std::make_pair(power, two))); in TEST()
|
| /openbmc/u-boot/doc/device-tree-bindings/pmic/ |
| H A D | max77686.txt | 3 This device uses two drivers: 16 With those two properties, the pmic device can be used for read/write only.
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | nuvoton.rst | 6 servers. Currently there are two families: NPCM7XX series and 7 NPCM8XX series. NPCM7XX series feature one or two Arm Cortex-A9 CPU cores, 14 The NPCM750 SoC has two Cortex-A9 cores and is targeted for the Enterprise 19 The NPCM730 SoC has two Cortex-A9 cores and is targeted for Data Center and 27 There are also two more SoCs, NPCM710 and NPCM705, which are single-core
|
| /openbmc/qemu/docs/specs/ |
| H A D | pci-serial.rst | 8 There is one single-port variant and two multiport-variants. Linux 34 IO bar, with two or four 16550 UARTs mapped after each other.
|
| /openbmc/qemu/tests/decode/ |
| H A D | err_pattern_group_overlap1.decode | 3 two 0000000000000000000000000000000 s:1
|
| /openbmc/u-boot/board/freescale/t4qds/ |
| H A D | README | 24 - Supports 4X Aurora debug with two connectors 28 Supports two DDR3/DDR3LP UDIMM/RDIMMs per controller 47 Support two on-board RGMII 10/100/1G ethernet ports. 73 Supports two USB 2.0 ports with integrated PHYs 87 So, for XFI usage, there are two scenarios, one will use fiber cable, 98 set "fsl_10gkr_copper:fm1_10g1,fm1_10g2" in hwconfig, then first two 99 XFI ports will use copper cable, the other two XFI ports will use fiber
|