/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 221 std::vector<uint8_t> values{0xD6, 0xD2}; in TEST() local 265 std::vector<uint8_t> values{0xD6}; in TEST() local 324 std::vector<uint8_t> values{0xD6, 0xD2}; in TEST() local 421 std::vector<uint8_t> values{0x56, 0x14}; in TEST() local 428 std::vector<uint8_t> values{0x56, 0x14}; in TEST() local 447 std::vector<uint8_t> values{0x56, 0x14}; 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 313 std::vector<uint8_t> values{0x56}; in TEST() local 368 std::vector<uint8_t> values{0x56, 0x14}; in TEST() local 403 std::vector<uint8_t> values{0x56, 0x14}; in TEST() local 410 std::vector<uint8_t> values{0x56, 0x14}; in TEST() local 432 std::vector<uint8_t> values{0x56, 0x14}; in TEST() local [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | values.c | 12 int perf_read_values_init(struct perf_read_values *values) in perf_read_values_init() 47 void perf_read_values_destroy(struct perf_read_values *values) in perf_read_values_destroy() 65 static int perf_read_values__enlarge_threads(struct perf_read_values *values) in perf_read_values__enlarge_threads() 88 static int perf_read_values__findnew_thread(struct perf_read_values *values, in perf_read_values__findnew_thread() 117 static int perf_read_values__enlarge_counters(struct perf_read_values *values) in perf_read_values__enlarge_counters() 162 static int perf_read_values__findnew_counter(struct perf_read_values *values, in perf_read_values__findnew_counter() 184 int perf_read_values_add_value(struct perf_read_values *values, in perf_read_values_add_value() 202 struct perf_read_values *values) in perf_read_values__display_pretty() 250 struct perf_read_values *values) in perf_read_values__display_raw() 299 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) in perf_read_values_display()
|
/openbmc/phosphor-virtual-sensor/ |
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/ |
H A D | iio-test-format.c | 47 int values[2]; in iio_test_iio_format_value_fixedpoint() local 108 int values[2]; in iio_test_iio_format_value_fractional() local 148 int values[2]; in iio_test_iio_format_value_fractional_log2() local 188 int values[] = {1, -2, 3, -4, 5}; in iio_test_iio_format_value_multiple() local 202 int values[2]; in iio_test_iio_format_value_integer_64() local
|
/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/lib/ |
H A D | test_min_heap.c | 36 int *values = heap->data; in pop_verify_heap() local 64 int values[] = { 3, 1, 2, 4, 0x8000000, 0x7FFFFFF, 0, in test_heapify_all() local 98 int values[ARRAY_SIZE(data)]; in test_heap_push() local 131 int values[ARRAY_SIZE(data)]; in test_heap_pop_push() local
|
/openbmc/linux/tools/gpio/ |
H A D | gpio-utils.c | 111 int gpiotools_set_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_set_values() 135 int gpiotools_get_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_get_values() 206 unsigned int num_lines, unsigned int *values) in gpiotools_gets() 264 unsigned int num_lines, unsigned int *values) in gpiotools_sets()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-stattrib-kvm.c | 41 uint8_t *values, in kvm_s390_stattrib_read_helper() 67 uint8_t *values) in kvm_s390_stattrib_get_stattr() 75 uint8_t *values) in kvm_s390_stattrib_peek_stattr() 84 uint8_t *values) in kvm_s390_stattrib_set_stattr()
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | lpm_trie_map_batch_ops.c | 23 struct test_lpm_key *keys, int *values) in map_batch_update() 45 struct test_lpm_key *keys, int *values) in map_batch_verify() 70 int map_fd, *values, *visited; in test_lpm_trie_map_batch_ops() local
|
H A D | array_map_batch_ops.c | 16 __s64 *values, bool is_pcpu) in map_batch_update() 41 __s64 *values, bool is_pcpu) in map_batch_verify() 77 void *values; in __test_map_lookup_and_update_batch() local
|
H A D | htab_map_batch_ops.c | 15 void *values, bool is_pcpu) in map_batch_update() 42 int *keys, void *values, bool is_pcpu) in map_batch_verify() 86 void *values; in __test_map_lookup_and_delete_batch() local
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | af9005.c | 46 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write() 149 u8 * values, int len) in af9005_read_ofdm_registers() 179 u8 * values, int len) in af9005_write_ofdm_registers() 230 u16 reg, u8 * values, int len) in af9005_usb_read_tuner_registers() 238 u16 reg, u8 * values, int len) in af9005_usb_write_tuner_registers() 246 u8 * values, int len) in af9005_write_tuner_registers() 299 u8 * values, int len) in af9005_read_tuner_registers() 510 int af9005_read_eeprom(struct dvb_usb_device *d, u8 address, u8 * values, in af9005_read_eeprom()
|
/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/input/touchscreen/ |
H A D | cyttsp_i2c_common.c | 27 u16 addr, u8 length, void *values) in cyttsp_i2c_read_block_data() 57 u16 addr, u8 length, const void *values) in cyttsp_i2c_write_block_data()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-smbus.c | 225 u8 *values) in i2c_smbus_read_block_data() 252 u8 length, const u8 *values) in i2c_smbus_write_block_data() 268 u8 length, u8 *values) in i2c_smbus_read_i2c_block_data() 288 u8 length, const u8 *values) in i2c_smbus_write_i2c_block_data() 641 u8 command, u8 length, u8 *values) in i2c_smbus_read_i2c_block_data_or_emulated()
|
/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/ |
H A D | tracex3_user.c | 20 __u64 values[nr_cpus]; in clear_stats() local 78 long values[nr_cpus]; in print_hist() local
|
/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/ |
H A D | stmpe-i2c.c | 34 static int i2c_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in i2c_block_read() 42 const u8 *values) in i2c_block_write()
|
/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/bmcweb/redfish-core/lib/ |
H A D | memory.hpp | 335 constexpr const std::array<const char*, 3> values{"Volatile", "PMEM", in getPersistentMemoryProperties() local 351 constexpr const std::array<const char*, 3> values{"DRAM", "NAND", in getPersistentMemoryProperties() local 499 constexpr const std::array<const char*, 4> values{ in assembleDimmProperties() local 514 constexpr const std::array<const char*, 11> values{ in assembleDimmProperties() local
|