Home
last modified time | relevance | path

Searched defs:s (Results 1176 – 1200 of 1843) sorted by relevance

1...<<41424344454647484950>>...74

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dread.hpp176 types::details::type_id_downcast_t<typename S::value_type> s; in op() local
242 types::details::type_id_downcast_t<typename S::value_type> s; in op() local
/openbmc/qemu/target/sparc/
H A Dvis_helper.c130 VIS32 s; in helper_fmul8x16() local
145 VIS32 s; in helper_fmul8x16a() local
161 VIS64 s, d; in helper_fmul8sux16() local
176 VIS64 s, d; in helper_fmul8ulx16() local
191 VIS32 s; in helper_fexpand() local
460 } s; in helper_bshuffle() local
/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c556 static bool trans_PCPYH(DisasContext *s, arg_r *a) in trans_PCPYH()
578 static bool trans_PCPYLD(DisasContext *s, arg_r *a) in trans_PCPYLD()
601 static bool trans_PCPYUD(DisasContext *s, arg_r *a) in trans_PCPYUD()
H A Dmsa_translate.c22 static inline int plus_1(DisasContext *s, int x) in plus_1()
27 static inline int plus_2(DisasContext *s, int x) in plus_2()
65 static int df_extract_val(DisasContext *ctx, int x, const struct dfe *s) in df_extract_val()
79 static int df_extract_df(DisasContext *ctx, int x, const struct dfe *s) in df_extract_df()
/openbmc/u-boot/lib/lzma/
H A DTypes.h176 ILookInStream s; member
188 ISeqInStream s; member
196 ISeqInStream s; member
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.c26 const char *s; member
52 static void dump_regs(reg_state *s) in dump_regs()
299 static void init_all(reg_state *s) in init_all()
H A Dtest-i386-fxam.c7 struct { uint64_t sig; uint16_t sign_exp; } s; member
/openbmc/qemu/hw/intc/
H A Driscv_aclint.c39 RISCVAclintMTimerState *s; member
286 RISCVAclintMTimerState *s = RISCV_ACLINT_MTIMER(dev); in riscv_aclint_mtimer_realize() local
363 RISCVAclintMTimerState *s = RISCV_ACLINT_MTIMER(dev); in riscv_aclint_mtimer_create() local
/openbmc/qemu/hw/sensor/
H A Dmax31785.c171 MAX31785State *s = MAX31785(pmdev); in max31785_read_byte() local
317 MAX31785State *s = MAX31785(pmdev); in max31785_write_data() local
450 MAX31785State *s = MAX31785(obj); in max31785_exit_reset() local
H A Disl_pmbus_vr.c18 ISLState *s = ISL69260(pmdev); in isl_pmbus_vr_read_byte() local
124 ISLState *s = ISL69260(obj); in isl69259_exit_reset() local
/openbmc/qemu/hw/arm/
H A Dkzm.c69 IMX31KZM *s = g_new0(IMX31KZM, 1); in kzm_init() local
H A Dimx25_pdk.c69 IMX25PDK *s = g_new0(IMX25PDK, 1); in imx25_pdk_init() local
H A Dhighbank.c124 HighbankRegsState *s = HIGHBANK_REGISTERS(dev); in highbank_regs_reset() local
134 HighbankRegsState *s = HIGHBANK_REGISTERS(obj); in highbank_regs_init() local
H A Dstm32l4x5_soc.c138 Stm32l4x5SocState *s = STM32L4X5_SOC(obj); in stm32l4x5_soc_initfn() local
169 Stm32l4x5SocState *s = STM32L4X5_SOC(dev_soc); in stm32l4x5_soc_realize() local
/openbmc/qemu/bsd-user/
H A Dsignal.c107 const sigset_t *s) in host_to_target_sigset_internal()
119 void host_to_target_sigset(target_sigset_t *d, const sigset_t *s) in host_to_target_sigset()
131 const target_sigset_t *s) in target_to_host_sigset_internal()
143 void target_to_host_sigset(sigset_t *d, const target_sigset_t *s) in target_to_host_sigset()
/openbmc/qemu/hw/pci-host/
H A Dppce500.c355 PPCE500PCIState *s = opaque; in mpc85xx_pci_set_irq() local
366 PPCE500PCIState *s = opaque; in e500_route_intx_pin_to_irq() local
431 PPCE500PCIState *s = opaque; in e500_pcihost_set_iommu() local
444 PPCE500PCIState *s; in e500_pcihost_realize() local
/openbmc/qemu/tests/tcg/minilib/
H A Dprintf.c21 static void print_str(char *s) in print_str()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py91 def write(s): argument
H A Dmain.py.in91 def write(s): argument
/openbmc/fb-ipmi-oem/include/
H A Dcommandutils.hpp32 static void instances(std::string s, std::vector<std::string>& host) in instances()
/openbmc/qemu/include/hw/nvram/
H A Dxlnx-efuse.h120 static inline uint32_t xlnx_efuse_get_row(XlnxEFuse *s, unsigned int bit) in xlnx_efuse_get_row()
/openbmc/pldm/pldmtool/
H A Dpldm_cmd_helper.hpp46 std::stringstream s; in Logger() local
/openbmc/qemu/linux-user/
H A Dthunk.c223 const uint8_t *s; in thunk_convert() local
243 const uint8_t *s; in thunk_convert() local
/openbmc/qemu/hw/net/can/
H A Dctucan_pci.c115 CtuCanCoreState *s; in ctucan_pci_cores_io_read() local
131 CtuCanCoreState *s; in ctucan_pci_cores_io_write() local
/openbmc/sdbusplus/src/async/
H A Dmatch.cpp15 sd_bus_slot* s; in makeMatch() local

1...<<41424344454647484950>>...74