Home
last modified time | relevance | path

Searched defs:m (Results 226 – 250 of 379) sorted by relevance

12345678910>>...16

/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c212 int value, n, m, div, diff; in sunxi_dw_hdmi_pll_set() local
/openbmc/qemu/util/
H A Dhost-utils.c284 Int128 d0, d1, q0, q1, r1, r0, m; in udiv256_qrnnd() local
H A Dmain-loop.c206 MainLoop *m = MAIN_LOOP(base); in main_loop_init() local
/openbmc/qemu/contrib/plugins/
H A Dlockstep.c127 #define g_memdup2(m, s) g_memdup2_qemu(m, s) argument
/openbmc/u-boot/cmd/
H A Dbootmenu.c447 void menu_display_statusline(struct menu *m) in menu_display_statusline()
/openbmc/phosphor-host-ipmid/oem/example/
H A Dapphandler.cpp200 std::smatch m; in convertVersion() local
/openbmc/qemu/hw/arm/
H A Dxilinx_zynq.c185 ZynqMachineState *m = ZYNQ_MACHINE(obj); in zynq_set_boot_mode() local
/openbmc/qemu/hw/core/
H A Dmachine-hmp-cmds.c114 MemdevList *m = memdev_list; in hmp_info_memdev() local
H A Dmachine-qmp-cmds.c175 Memdev *m; in query_memdev() local
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c187 int m, b, k1, k2; in sdr_convert_sensor_reading() local
269 int m, k2; in sdr_convert_sensor_hysterisis() local
344 int m, k2; in sdr_convert_sensor_tolerance() local
419 int m, b, k1, k2; in sdr_convert_sensor_value_to_raw() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c5339 static void gen_fnmul_h(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_ptr s) in gen_fnmul_h()
5345 static void gen_fnmul_s(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_ptr s) in gen_fnmul_s()
5351 static void gen_fnmul_d(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, TCGv_ptr s) in gen_fnmul_d()
5357 static void gen_fnmul_ah_h(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_ptr s) in gen_fnmul_ah_h()
5363 static void gen_fnmul_ah_s(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_ptr s) in gen_fnmul_ah_s()
5369 static void gen_fnmul_ah_d(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, TCGv_ptr s) in gen_fnmul_ah_d()
5422 static void gen_fabd_h(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_ptr s) in gen_fabd_h()
5428 static void gen_fabd_s(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_ptr s) in gen_fabd_s()
5434 static void gen_fabd_d(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, TCGv_ptr s) in gen_fabd_d()
5440 static void gen_fabd_ah_h(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_ptr s) in gen_fabd_ah_h()
[all …]
H A Dtranslate-sve.c612 TCGv_vec m, TCGv_vec k) in gen_bsl1n_vec()
618 static void gen_bsl1n(unsigned vece, uint32_t d, uint32_t n, uint32_t m, in gen_bsl1n()
650 TCGv_vec m, TCGv_vec k) in gen_bsl2n_vec()
656 static void gen_bsl2n(unsigned vece, uint32_t d, uint32_t n, uint32_t m, in gen_bsl2n()
679 TCGv_vec m, TCGv_vec k) in gen_nbsl_vec()
685 static void gen_nbsl(unsigned vece, uint32_t d, uint32_t n, uint32_t m, in gen_nbsl()
2191 unsigned m = vec_full_reg_offset(s, rm); in do_EXT() local
3145 TCGv_ptr m = tcg_temp_new_ptr(); in DO_PPZI() local
7983 static void gen_sclamp_i32(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_i32 a) in gen_sclamp_i32()
7989 static void gen_sclamp_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, TCGv_i64 a) in gen_sclamp_i64()
[all …]
/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c73 u16 m; member
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp253 unsigned m = mp < 10 ? mp + 3 : mp - 9; // [1, 12] in civilFromDays() local
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp39 auto _signal(sd_bus_message* m, void* data, sd_bus_error* /* e */) noexcept in _signal()
/openbmc/qemu/hw/intc/
H A Dsifive_plic.c299 int addrid, hartid, modes, m; in parse_hart_config() local
/openbmc/qemu/hw/timer/
H A Dcadence_ttc.c175 int64_t m = (int64_t)s->reg_match[i] << 16; in cadence_timer_sync() local
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c80 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) argument
83 #define ALIGN_UP(n, m) ALIGN_DOWN((n) + (m) - 1, (m)) argument
949 VhostUserMemoryRegion m = vmsg->payload.memreg.region, *msg_region = &m; in vu_add_mem_reg() local
1013 VhostUserMemoryRegion m = vmsg->payload.memreg.region, *msg_region = &m; in vu_rem_mem_reg() local
1094 VhostUserMemory m = vmsg->payload.memory, *memory = &m; in vu_set_mem_table_exec() local
/openbmc/skeleton/fanctl/
H A Dfan_control.c44 sd_bus_message *m = NULL; in get_connection() local
/openbmc/u-boot/include/linux/usb/
H A Dmusb.h49 #define MUSB_EP_FIFO(ep, st, m, pkt) \ argument
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c486 int i, j, k, m; in dump_spd_ddr_reg() local
/openbmc/qemu/target/alpha/
H A Dint_helper.c49 uint64_t m = 0x7f7f7f7f7f7f7f7fULL; in helper_cmpbe0() local
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp616 sdbusplus::message_t& m) { in handleReplaceCertificateAction()
880 [asyncResp, service, objectPath, certURI](sdbusplus::message_t& m) { in handleGenerateCSRAction()
/openbmc/u-boot/drivers/phy/
H A Dti-pipe3-phy.c66 u16 m; member
/openbmc/u-boot/lib/libavb/
H A Davb_util.c210 size_t n, m; in avb_strstr() local

12345678910>>...16