/openbmc/phosphor-power/test/ |
H A D | format_utils_tests.cpp | 32 std::vector<int> vec{1, 3, 5, 7, 9, 11}; in TEST() local 43 std::vector<double> vec{2.1, -3.9, 21.03}; in TEST() local 50 std::vector<int> vec{}; in TEST() local
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | interrupts.c | 55 ulong vec, v_bit; in external_interrupt() local 109 uint vec; in cpm_interrupt() local 146 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler() 170 void irq_free_handler(int vec) in irq_free_handler()
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | interrupts.c | 45 void irq_install_handler (int vec, interrupt_handler_t * handler, void *arg) in irq_install_handler() 57 void irq_free_handler (int vec) in irq_free_handler() 87 int vec; in int_handler() local
|
H A D | traps.c | 42 unsigned long *vec = (ulong *)value; in trap_init() local
|
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | vsx_f2i_nan.c | 135 vsx_float32_vec_t vec) in print_vsx_float32_vec_elements() 142 vsx_float64_vec_t vec) in print_vsx_float64_vec_elements() 148 vsx_int32_vec_t vec) in print_vsx_int32_vec_elements() 154 vsx_uint32_vec_t vec) in print_vsx_uint32_vec_elements() 160 vsx_int64_vec_t vec) in print_vsx_int64_vec_elements() 166 vsx_uint64_vec_t vec) in print_vsx_uint64_vec_elements()
|
/openbmc/bmcweb/test/include/ |
H A D | str_utility_test.cpp | 19 std::vector<std::string> vec; in TEST() local 43 std::vector<std::string> vec; in TEST() local
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | interrupts.c | 84 irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler() 90 irq_free_handler(int vec) in irq_free_handler()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | interrupts.c | 90 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler() 94 void irq_free_handler(int vec) in irq_free_handler()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-syscall.c | 104 abi_ulong target_addr, struct iovec *vec, in helper_unlock_iovec() 121 struct iovec *vec; in lock_iovec() local 200 void unlock_iovec(struct iovec *vec, abi_ulong target_addr, in unlock_iovec()
|
/openbmc/telemetry/tests/src/helpers/types/ |
H A D | container_types_helpers.hpp | 9 void PrintTo(const std::vector<Param>& vec, std::ostream* os) in PrintTo()
|
/openbmc/qemu/hw/intc/ |
H A D | armv7m_nvic.c | 247 VecInfo *vec; in nvic_recompute_state_secure() local 310 VecInfo *vec = &s->vectors[i]; in nvic_recompute_state() local 507 VecInfo *vec; in armv7m_nvic_clear_pending() local 545 VecInfo *vec; in do_armv7m_nvic_set_pending() local 683 VecInfo *vec; in armv7m_nvic_set_pending_lazyfp() local 775 VecInfo *vec; in armv7m_nvic_acknowledge_irq() local 828 VecInfo *vec = NULL; in armv7m_nvic_complete_irq() local 921 VecInfo *vec; in armv7m_nvic_get_ready_status() local 946 VecInfo *vec; in set_irq_level() local
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_huffman.c | 182 Int32 n, vec, i; in BZ2_hbAssignCodes() local 202 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables() local
|
/openbmc/google-ipmi-sys/bifurcation/ |
H A D | bifurcation_static.cpp | 71 std::vector<uint8_t> vec; in getBifurcation() local
|
/openbmc/telemetry/src/utils/ |
H A D | circular_vector.hpp | 63 std::vector<T>& vec; member in CircularVector
|
/openbmc/qemu/target/rx/ |
H A D | helper.c | 82 uint32_t vec = cs->exception_index; in rx_cpu_do_interrupt() local
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager.cpp | 320 const auto& vec = std::get<7>(baseTuple); in convertBiosDataToVersion1() local 358 const auto& vec = std::get<7>(baseTuple); in convertBiosDataToVersion0() local
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | json_utils_test.cpp | 40 std::vector<uint64_t> vec; in TEST() local 61 std::vector<uint64_t> vec; in TEST() local 147 std::vector<uint8_t> vec; in TEST() local 266 std::optional<std::vector<uint8_t>> vec; in TEST() local 302 std::vector<uint8_t> vec; in TEST() local
|
/openbmc/qemu/net/ |
H A D | l2tpv3.c | 70 struct iovec *vec; member 268 struct iovec *vec; in net_l2tpv3_receive_dgram() local 346 struct iovec *vec; in net_l2tpv3_process_queue() local
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 37 static int count(char **vec) in count()
|
H A D | bsd-file.h | 111 struct iovec *vec = lock_iovec(VERIFY_WRITE, arg2, arg3, 0); in do_bsd_readv() local 128 struct iovec *vec = lock_iovec(VERIFY_WRITE, arg2, arg3, 1); in do_bsd_preadv() local 190 struct iovec *vec = lock_iovec(VERIFY_READ, arg2, arg3, 1); in do_bsd_writev() local 207 struct iovec *vec = lock_iovec(VERIFY_READ, arg2, arg3, 1); in do_bsd_pwritev() local 590 struct iovec *vec = lock_iovec(VERIFY_READ, arg1, count, 1); in do_bsd_nmount() local
|
/openbmc/telemetry/tests/src/ |
H A D | test_sensor_cache.cpp | 40 auto vec = GetParam(); in SetUp() local
|
/openbmc/qemu/linux-user/ |
H A D | linuxload.c | 26 static int count(char **vec) in count()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_ovec.c | 214 uint8_t vec[OV_MAXBYTES + 1]; in spapr_dt_ovec() local
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | bcm283x.dtsi | 561 vec: vec@7e806000 { label
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_doe.c | 92 DOEProtocol *protocols, bool intr, uint16_t vec) in pcie_doe_init()
|