Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/
H A D0001-Fixed-compilation-warnings-in-ainput-channel.patch16 @@ -192,7 +192,7 @@ static UINT ainput_server_recv_mouse_event(ainput_server* ainput, wStream* s)
34 @@ -496,17 +496,23 @@ UINT ainput_server_context_poll_int(ainput_server_context* context)
61 @@ -518,7 +524,7 @@ UINT ainput_server_context_poll_int(ainput_server_context* context)
/openbmc/u-boot/tools/
H A Dmingw_support.h36 typedef UINT uint;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch154 + UINT,
177 + [UINT] = PA_INT,
201 + S('o') = E(UINT),S('u') = E(UINT),S('x') = E(UINT), S('X') = E(UINT),
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch169 + UINT,
192 + [UINT] = PA_INT,
216 + S('o') = E(UINT),S('u') = E(UINT),S('x') = E(UINT), S('X') = E(UINT),
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0004-add-fallback-parse_printf_format-implementation.patch154 + UINT,
177 + [UINT] = PA_INT,
201 + S('o') = E(UINT),S('u') = E(UINT),S('x') = E(UINT), S('X') = E(UINT),
/openbmc/qemu/target/s390x/tcg/
H A Dvec_helper.c144 if (src > UINT##TBITS##_MAX) { \
146 return UINT##TBITS##_MAX; \
/openbmc/pldm/pldmtool/
H A DREADME.md114 -m,--mctp_eid UINT MCTP endpoint ID
130 -m,--mctp_eid UINT MCTP endpoint ID
132 -d,--data UINT REQUIRED raw data
/openbmc/linux/drivers/net/ethernet/amd/
H A Damd8111e.h167 UINT = (1 << 7), enumerator
/openbmc/qemu/block/
H A Dfile-win32.c777 UINT type; in find_cdrom()
797 UINT type; in find_device_type()
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h81 typedef unsigned int UINT; typedef
/openbmc/linux/Documentation/fpga/
H A Ddfl.rst276 - Get number of irqs of UINT (DFL_FPGA_PORT_UINT_GET_IRQ_NUM)
277 - Set interrupt trigger for UINT (DFL_FPGA_PORT_UINT_SET_IRQ)
/openbmc/qemu/qga/
H A Dcommands-win32.c315 UINT shutdown_flag = EWX_FORCE; in qmp_guest_shutdown()