Home
last modified time | relevance | path

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

1234

/openbmc/bmcweb/test/http/
H A Dhttp_body_test.cpp30 HttpBody::value_type value2(std::move(value)); in TEST() local
31 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
32 EXPECT_EQ(value2.str(), "teststring"); in TEST()
33 EXPECT_EQ(value2.payloadSize(), 10); in TEST()
41 HttpBody::value_type value2 = std::move(value); in TEST() local
42 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
43 EXPECT_EQ(value2.str(), "teststring"); in TEST()
44 EXPECT_EQ(value2.payloadSize(), 10); in TEST()
52 HttpBody::value_type value2(value); in TEST() local
53 EXPECT_EQ(value2.encodingType, EncodingType::Raw); 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.h96 TP_PROTO(int value1, int value2),
97 TP_ARGS(value1, value2),
100 __field(int, value2)
104 __entry->value2 = value2;
106 TP_printk("%d %d", __entry->value1, __entry->value2)
115 TP_PROTO(unsigned int value1, int value2),
116 TP_ARGS(value1, value2),
119 __field(int, value2)
123 __entry->value2 = value2;
125 TP_printk("%u %d", __entry->value1, __entry->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/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/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/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/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/qemu/hw/m68k/
H A Dbootinfo.h33 #define BOOTINFO2(base, id, value1, value2) \ argument
41 stl_be_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/linux/drivers/iio/adc/
H A Dcpcap-adc.c539 unsigned short value2 = 0; in cpcap_adc_setup_bank() local
547 value2 |= CPCAP_BIT_THERMBIAS_EN; in cpcap_adc_setup_bank()
550 value2); in cpcap_adc_setup_bank()
569 value2 |= ato->adc_ps_factor_in; in cpcap_adc_setup_bank()
570 value2 |= ato->atox_ps_factor_in; in cpcap_adc_setup_bank()
575 value2 |= ato->adc_ps_factor_out; in cpcap_adc_setup_bank()
576 value2 |= ato->atox_ps_factor_out; in cpcap_adc_setup_bank()
600 value2); in cpcap_adc_setup_bank()
/openbmc/linux/drivers/cdx/controller/
H A Dbitfield.h56 field2, value2, \ argument
63 CDX_INSERT_FIELD(field2, (value2)) | \

1234