Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/bmcweb/test/http/
H A Dhttp_body_test.cpp30 EXPECT_EQ(value2.str(), "teststring"); in TEST()
31 EXPECT_EQ(value2.payloadSize(), 10); in TEST()
41 EXPECT_EQ(value2.str(), "teststring"); in TEST()
42 EXPECT_EQ(value2.payloadSize(), 10); in TEST()
50 HttpBody::value_type value2(value); in TEST() local
52 EXPECT_EQ(value2.str(), "teststring"); in TEST()
53 EXPECT_EQ(value2.payloadSize(), 10); in TEST()
61 HttpBody::value_type value2 = value; in TEST() local
64 EXPECT_EQ(value2.payloadSize(), 10); in TEST()
88 EXPECT_EQ(value2.payloadSize(), 16); in TEST()
[all …]
/openbmc/linux/drivers/clocksource/
H A Dacpi_pm.c148 u64 value1, value2; in verify_pmtmr_rate() local
154 value2 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in verify_pmtmr_rate()
155 delta = (value2 - value1) & ACPI_PM_MASK; in verify_pmtmr_rate()
178 u64 value1, value2; in init_acpi_pm_clocksource() local
189 value2 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in init_acpi_pm_clocksource()
190 if (value2 == value1) in init_acpi_pm_clocksource()
192 if (value2 > value1) in init_acpi_pm_clocksource()
194 if ((value2 < value1) && ((value2) < 0xFFF)) in init_acpi_pm_clocksource()
197 value1, value2); in init_acpi_pm_clocksource()
/openbmc/linux/fs/ocfs2/
H A Docfs2_trace.h104 __entry->value2 = value2;
123 __entry->value2 = value2;
142 __entry->value2 = value2;
161 __entry->value2 = value2;
180 __entry->value2 = value2;
199 __entry->value2 = value2;
220 __entry->value2 = value2;
244 __entry->value2 = value2;
268 __entry->value2 = value2;
291 __entry->value2 = value2;
[all …]
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst47 foo.bar.qux.quux = value2
53 qux.quux = value2
58 foo.bar { baz = value1; qux.quux = value2 }
90 foo.bar = value2
98 baz = value2
107 foo = value2
111 foo = value2
/openbmc/linux/arch/mips/bcm47xx/
H A Dboard.c21 const char *value2; member
27 const char *value2; member
263 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
295 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
312 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram()
323 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
330 if (!strcmp(buf1, e2->value2)) in bcm47xx_board_get_nvram()
/openbmc/linux/samples/bpf/
H A Dtracex6_user.c27 struct bpf_perf_event_value value2; in check_on_cpu() local
56 if (bpf_map_lookup_elem(map_fd[2], &cpu, &value2)) { in check_on_cpu()
62 value2.counter, value2.enabled, value2.running); in check_on_cpu()
/openbmc/qemu/tests/qapi-schema/
H A Dunion-no-base.json7 'data': [ 'value1', 'value2' ] }
11 'value2': 'TestTypeB' } }
H A Dunion-invalid-discriminator.json2 'data': [ 'value1', 'value2' ] }
14 'value2': 'TestTypeB' } }
H A Dunion-invalid-if-discriminator.json2 'data': [ 'value1', 'value2' ] }
14 'value2': 'TestTypeB' } }
H A Dunion-invalid-branch-key.json2 'data': [ 'value1', 'value2' ] }
17 'value2': 'TestTypeB' } }
H A Dunion-array-branch.json3 'data': [ 'value1', 'value2' ] }
12 'value2': 'TestTypeB' } }
H A Dunion-int-branch.json3 'data': [ 'value1', 'value2' ] }
12 'value2': 'TestTypeB' } }
H A Dunion-base-any.json3 'data': [ 'value1', 'value2' ] }
12 'value2': 'TestTypeB' } }
H A Dunion-bad-base.json3 'data': [ 'value1', 'value2' ] }
12 'value2': 'TestTypeB' } }
H A Dunion-inline-invalid-dict.json4 'data': [ 'value1', 'value2' ] }
11 'value2': { 'integer': 'int' } } }
H A Dunion-clash-member.json4 'data': [ 'value1', 'value2' ] }
15 'value2': 'Branch2' } }
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c133 uint32_t value2 = dm_read_reg(tg->ctx, addr2); in dce60_timing_generator_enable_advanced_request() local
145 value2, in dce60_timing_generator_enable_advanced_request()
156 value2, in dce60_timing_generator_enable_advanced_request()
175 dm_write_reg(tg->ctx, addr2, value2); in dce60_timing_generator_enable_advanced_request()
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot228 ${value2}= Convert To String ${j}
229 ${value2}= Replace String ${value2} " ${EMPTY}
230 Should Be Equal ${value1.strip()} ${value2.strip()}
251 ${value2}= Convert To String ${bios_attr_data['${key}']}
252 ${value2}= Replace String ${value2} " ${EMPTY}
253 Should Be Equal ${value1.strip()} ${value2.strip()}
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DCreate.interface.yaml25 "key2": "value2"
28 ["KEY1=value1", "KEY2=value2"]
56 "key2": "value2"
59 ["KEY1=value1", "KEY2=value2"]
/openbmc/linux/tools/testing/selftests/riscv/mm/
H A Dmmap_test.h63 void *value2 = mmap(NULL, sizeof(int), prot, flags, 0, 0); in memory_layout() local
65 return value2 > value1; in memory_layout()
/openbmc/qemu/hw/m68k/
H A Dbootinfo.h33 #define BOOTINFO2(base, id, value1, value2) \ argument
41 stl_p(base, value2); \
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_link_encoder.c55 uint32_t value1, value2; in dcn201_link_encoder_get_max_link_cap() local
60 RDPCS_PHY_DPALT_DP4, &value2); in dcn201_link_encoder_get_max_link_cap()
63 if (!value1 && !value2 && link_settings->lane_count > LANE_COUNT_TWO) in dcn201_link_encoder_get_max_link_cap()
/openbmc/u-boot/cmd/ti/
H A Dddr3.c139 u32 index, value, index2, value2; in ddr_memory_compare() local
145 value2 = __raw_readl(index2); in ddr_memory_compare()
147 if (value != value2) { in ddr_memory_compare()
149 index, value, index2, value2); in ddr_memory_compare()
/openbmc/linux/drivers/iio/pressure/
H A Ddlhl60d.c140 int *value2, long mask) in dlh_read_raw() argument
178 *value2 = rem; in dlh_read_raw()
183 *value2 = DLH_NUM_TEMP_BITS; in dlh_read_raw()
193 *value2 = 100 * st->info.osdig * 100000; in dlh_read_raw()
/openbmc/linux/drivers/cdx/controller/
H A Dbitfield.h56 field2, value2, \ argument
63 CDX_INSERT_FIELD(field2, (value2)) | \

1234