/openbmc/ibm-logging/test/ |
H A D | test_policy.cpp | 283 auto values = policy::find(policy, testProperties); in TEST_F() local 295 auto values = policy::find(policy, testProperties); in TEST_F() local 308 auto values = policy::find(policy, testProperties); in TEST_F() local 321 auto values = policy::find(policy, testProperties); in TEST_F() local 333 auto values = policy::find(policy, testProperties); in TEST_F() local 345 auto values = policy::find(policy, testProperties); in TEST_F() local 357 auto values = policy::find(policy, testProperties); in TEST_F() local 366 auto values = policy::find(policy, testProperties); in TEST_F() local 378 auto values = policy::find(policy, testProperties); in TEST_F() local 390 auto values = policy::find(policy, testProperties); in TEST_F() local [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | i2c_write_bytes_action_tests.cpp | 53 std::vector<uint8_t> values{0x56, 0x14, 0xDA}; in TEST() local 73 std::vector<uint8_t> values{}; in TEST() local 95 std::vector<uint8_t> values{0x56, 0x14}; in TEST() local 117 std::vector<uint8_t> values{}; in TEST() local 134 std::vector<uint8_t> values{0x56, 0x14, 0xFE}; in TEST() local 177 std::vector<uint8_t> values{0x56, 0x14, 0xDA}; in TEST() local 221 std::vector<uint8_t> values{0xD6, 0xD2}; in TEST() local 265 std::vector<uint8_t> values{0xD6}; in TEST() local 283 std::vector<uint8_t> values{0x56, 0x14, 0xDB}; in TEST() local 324 std::vector<uint8_t> values{0xD6, 0xD2}; in TEST() local [all …]
|
H A D | i2c_compare_bytes_action_tests.cpp | 50 std::vector<uint8_t> values{0x56, 0x14, 0xDA}; in TEST() local 73 std::vector<uint8_t> values{}; in TEST() local 95 std::vector<uint8_t> values{0x56, 0x14}; in TEST() local 117 std::vector<uint8_t> values{}; in TEST() local 134 std::vector<uint8_t> values{0x56, 0x14, 0xFE}; in TEST() local 177 const std::vector<uint8_t> values{0x56, 0x14}; in TEST() local 210 std::vector<uint8_t> values{0x56, 0x14, 0xDA}; in TEST() local 245 const std::vector<uint8_t> values{0x56, 0x13}; in TEST() local 278 std::vector<uint8_t> values{0x56, 0x14, 0xDB}; in TEST() local 313 std::vector<uint8_t> values{0x56}; in TEST() local [all …]
|
/openbmc/linux/tools/perf/util/ |
D | values.c |
|
/openbmc/phosphor-virtual-sensor/src/ |
H A D | calculate.cpp | 10 double calculateModifiedMedianValue(std::vector<double>& values) in calculateModifiedMedianValue() 35 double calculateMaximumValue(std::vector<double>& values) in calculateMaximumValue() 45 double calculateMinimumValue(std::vector<double>& values) in calculateMinimumValue() 55 double calculateSumValue(std::vector<double>& values) in calculateSumValue() 64 double calculateAverageValue(std::vector<double>& values) in calculateAverageValue()
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.cpp | 61 static const std::array<uint8_t, 8> values = { in get() local 73 static const std::array<uint16_t, 8> values = { in get() local 85 static const std::array<uint32_t, 8> values = { in get() local 97 static const std::array<uint64_t, 8> values = { in get() local 109 static const std::array<std::string, 8> values = { in get() local 140 static const std::array<std::any, 8> values = { in expected() local 162 static const std::array<std::any, 8> values = { in expected() local 184 static const std::array<std::any, 8> values = { in expected() local 205 static const std::array<std::any, 8> values = { in expected() local 226 static const std::array<std::any, 8> values = { in expected() local
|
/openbmc/linux/drivers/iio/test/ |
D | iio-test-format.c |
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | i2c_compare_bytes_action.hpp | 60 const std::vector<uint8_t>& values) : in I2CCompareBytesAction() 82 const std::vector<uint8_t>& values, in I2CCompareBytesAction() 171 const std::vector<uint8_t> values{}; member in phosphor::power::regulators::I2CCompareBytesAction
|
H A D | i2c_write_bytes_action.hpp | 60 const std::vector<uint8_t>& values) : in I2CWriteBytesAction() 86 const std::vector<uint8_t>& values, in I2CWriteBytesAction() 172 const std::vector<uint8_t> values{}; member in phosphor::power::regulators::I2CWriteBytesAction
|
/openbmc/linux/tools/gpio/ |
D | gpio-utils.c |
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
D | lpm_trie_map_batch_ops.c |
|
D | array_map_batch_ops.c |
|
D | htab_map_batch_ops.c |
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-stattrib-kvm.c | 42 uint8_t *values, in kvm_s390_stattrib_read_helper() 68 uint8_t *values) in kvm_s390_stattrib_get_stattr() 76 uint8_t *values) in kvm_s390_stattrib_peek_stattr() 85 uint8_t *values) in kvm_s390_stattrib_set_stattr()
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 282 def process_line(self, srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values): argument 289 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument 296 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument 707 …o(self, srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, inherits, values): argument 720 def process_prog(self, srctree, keyword, value, prog, deps, outlines, inherits, values): argument 727 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
D | af9005.c |
|
/openbmc/linux/drivers/i2c/ |
D | i2c-core-smbus.c |
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | standard_device.cpp | 77 std::vector<int> values{}; in getGPIOValuesIfPossible() local 138 Services& services, const std::vector<int>& values, in storeGPIOValues()
|
/openbmc/linux/samples/bpf/ |
D | tracex3_user.c |
|
/openbmc/u-boot/drivers/i2c/muxes/ |
H A D | i2c-mux-gpio.c | 31 u32 *values; member 75 u32 *values; in i2c_mux_gpio_probe() local
|
/openbmc/linux/drivers/mfd/ |
D | stmpe-i2c.c |
|
D | stmpe-spi.c |
|
/openbmc/dbus-sensors/src/ipmb/ |
H A D | IpmbSensorMain.cpp | 38 SensorBaseConfigMap values; in sdrHandler() local 59 boost::container::flat_map<std::string, std::variant<std::string>> values; in reinitSensors() local
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | version.cpp | 33 std::vector<std::string> values = getRepeatedValues(manifestFilePath, key); in getValue() local 60 std::vector<std::string> values{}; in getRepeatedValues() local
|
/openbmc/u-boot/post/lib_powerpc/fpu/ |
H A D | acc1.c | 30 double values[] = { 0.1e-100, 1.0, -1.0, 0.0 }; in fpu_post_test_math5() local
|