Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 2647) sorted by relevance

12345678910>>...106

/openbmc/qemu/disas/
H A Dm68k.c3887 {"psac", 4, two(0xf040, 0x0007), two(0xffc0, 0xffff), "$s", m68851 },
3888 {"psas", 4, two(0xf040, 0x0006), two(0xffc0, 0xffff), "$s", m68851 },
3889 {"psbc", 4, two(0xf040, 0x0001), two(0xffc0, 0xffff), "$s", m68851 },
3890 {"psbs", 4, two(0xf040, 0x0000), two(0xffc0, 0xffff), "$s", m68851 },
3891 {"pscc", 4, two(0xf040, 0x000f), two(0xffc0, 0xffff), "$s", m68851 },
3892 {"pscs", 4, two(0xf040, 0x000e), two(0xffc0, 0xffff), "$s", m68851 },
3893 {"psgc", 4, two(0xf040, 0x000d), two(0xffc0, 0xffff), "$s", m68851 },
3894 {"psgs", 4, two(0xf040, 0x000c), two(0xffc0, 0xffff), "$s", m68851 },
3895 {"psic", 4, two(0xf040, 0x000b), two(0xffc0, 0xffff), "$s", m68851 },
3896 {"psis", 4, two(0xf040, 0x000a), two(0xffc0, 0xffff), "$s", m68851 },
[all …]
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-arm.c1176 #define COPROCESSOR_INSTRUCTIONS_ST_LD(two,cc) \ in kprobe_arm_test_cases() argument
1177 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #4]") \ in kprobe_arm_test_cases()
1178 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #-4]") \ in kprobe_arm_test_cases()
1179 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #4]!") \ in kprobe_arm_test_cases()
1181 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], #4") \ in kprobe_arm_test_cases()
1182 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], #-4") \ in kprobe_arm_test_cases()
1183 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], {1}") \ in kprobe_arm_test_cases()
1191 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13, #4]") \ in kprobe_arm_test_cases()
1195 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13], #4") \ in kprobe_arm_test_cases()
1233 TEST_COPROCESSOR( "ldc"two"l p0, cr0, [r15], {1}") in kprobe_arm_test_cases()
[all …]
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c80 double two = i_two, two_bump = two * 0.01; in approx() local
83 two_bump = two + MAX(two_bump, 2.0); in approx()
86 if (one == two || in approx()
87 (one > two && one <= two_bump) || in approx()
88 (two > one && two <= one_bump)) in approx()
101 unsigned long long one, bool (*eval)(int, int), unsigned long long two) in compare() argument
106 (long long)one, name_eval, (long long)two); in compare()
111 if (two > INT_MAX) { in compare()
112 printf("Miscalculation! Measurement went negative: %lld\n", (long long)two); in compare()
116 good = eval(one, two); in compare()
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dmediatek,iommu.yaml74 - mediatek,mt2712-m4u # generation two
75 - mediatek,mt6779-m4u # generation two
76 - mediatek,mt6795-m4u # generation two
77 - mediatek,mt8167-m4u # generation two
78 - mediatek,mt8173-m4u # generation two
79 - mediatek,mt8183-m4u # generation two
80 - mediatek,mt8186-iommu-mm # generation two
81 - mediatek,mt8188-iommu-vdo # generation two
82 - mediatek,mt8188-iommu-vpp # generation two
84 - mediatek,mt8192-m4u # generation two
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_conversion.cpp15 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/linux/lib/
H A Dstackinit_kunit.c82 zero.two = 0; \
99 .two = 0, \
103 #define __dynamic_partial { .two = arg->two, }
105 .two = arg->two, \
109 #define __runtime_partial var.two = 0
111 var.two = 0; \
244 unsigned long two; member
252 char two; member
261 u8 two; member
269 char *two; member
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,audmix.txt3 The Audio Mixer is a on-chip functional module that allows mixing of two
4 audio streams into a single audio stream. Audio Mixer has two input serial
5 audio interfaces. These are driven by two Synchronous Audio interface
8 from two interfaces into a single sample. Before mixing, audio samples of
9 two inputs can be attenuated based on configuration. The output of the
20 Mixing operation is independent of audio sample rate but the two audio
37 DAIs. The current implementation requires two phandles
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/
H A Dlibalgorithm-diff-perl_1.15.bb1 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 Dtask.cpp32 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 DREADME.VSC3316-330810 … 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…
23two-wire or four-wire interface. In our case the interface is two-wire I2C serial interface. So th…
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8qm-lvds-phy.yaml14 It converts two groups of four 7/10 bits of CMOS data into two
19 through the two groups of LVDS data streams. Together with the
20 transmit clocks, the two groups of LVDS data streams form two
/openbmc/linux/arch/sh/boards/mach-r2d/
H A DKconfig11 R2D-PLUS is the smaller of the two R2D board versions, equipped
19 R2D-1 is the larger of the two R2D board versions, equipped
20 with two PCI slots.
/openbmc/qemu/target/hexagon/imported/
H A Dcompare.idef308 "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 ",
356 "Compare elements of two vectors ",
365 "Compare elements of two vectors ",
374 "Compare elements of two vectors ",
422 "Compare elements of two vectors ",
432 "Compare elements of two vectors ",
[all …]
/openbmc/linux/tools/testing/selftests/splice/
H A Dshort_splice_read.sh100 two=$(echo "$full" | grep -m1 . | cut -c-2)
110 if ! do_splice "$filename" 2 "$two" "'$two'" ; then
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h98 int *f, two = 2; in bpf_prog1() local
100 f = bpf_map_lookup_elem(&sock_skb_opts, &two); in bpf_prog1()
239 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
252 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog4()
269 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local
286 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog6()
354 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
366 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog10()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsubprogs.c15 char two = '2'; in toggle_jit_harden() local
20 write(ctx->fd, &two, sizeof(two)); in toggle_jit_harden()
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-bad-section.json8 # @two is undocumented
10 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }
H A Dunion-optional-discriminator.json2 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }
10 'two': 'Branch' } }
H A Dunion-discriminator-bad-name.json2 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }
10 'two': 'Branch' } }
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio_atmel.txt7 - #gpio-cells: Should be two. The first cell is the pin number and
12 - #interrupt-cells: Should be two. The first cell is the pin number and the
13 second cell is used to specify irq type flags, see the two cell description
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dusb.txt5 - reg : the first two cells should contain usb registers location and
6 length, the next two two cells should contain PRAM location and
/openbmc/phosphor-host-ipmid/scripts/
H A Dentity-example.md38 # two ranges of entity instances; this record has contained entities
53 # The below two records have:
101 # This record has contained entities as two ranges of entity instances
114 # The below two records have:
122 # This record has contained entities as two ranges of entity instances
140 # This record has contained entities as two ranges of entity instances
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dunstriped.rst85 Intel NVMe drives contain two cores on the physical device.
88 in a 256k stripe across the two cores::
97 neighbor environments. When two partitions are created on the
100 are striped across the two cores. When we unstripe this hardware RAID 0
101 and make partitions on each new exposed device the two partitions are now
121 There will now be two devices that expose Intel NVMe core 0 and 1
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-stopit_1.1.2.bb1 …ther threads, control the timeout of blocks or callables with two context managers and two decorat…
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-kizbox2-2.dts4 * two head board
15 model = "Overkiz Kizbox 2 with two heads";

12345678910>>...106