| /openbmc/u-boot/board/bluewater/gurnard/ |
| H A D | gurnard.c | 119 int x, y; in lcd_splash() local
|
| /openbmc/obmc-console/ |
| H A D | config.c | 152 #define TERM_SPEED(x) { B##x, x, #x } argument
|
| /openbmc/qemu/hw/tpm/ |
| H A D | tpm_tis.h | 34 #define TPM_TIS_IS_VALID_LOCTY(x) ((x) < TPM_TIS_NUM_LOCALITIES) argument
|
| /openbmc/u-boot/cmd/ |
| H A D | load.c | 403 #define tochar(x) ((char) (((x) + SPACE) & 0xff)) argument 404 #define untochar(x) ((int) (((x) - SPACE) & 0xff)) argument
|
| /openbmc/qemu/ui/ |
| H A D | curses.c | 69 int x, int y, int w, int h) in curses_update() 193 int x, int y) in curses_cursor_position()
|
| /openbmc/qemu/hw/net/ |
| H A D | i82596.c | 25 #define DBG(x) x argument 27 #define DBG(x) do { } while (0) argument
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | mem_helper.c | 57 #define HELPER_LOG(x...) qemu_log(x) argument 59 #define HELPER_LOG(x...) argument 379 const uint8_t x = access_get_byte(env, &srca1, i, ra) & in do_helper_nc() local 423 const uint8_t x = access_get_byte(env, &srca1, i, ra) ^ in do_helper_xc() local 460 const uint8_t x in do_helper_oc() local 561 const uint8_t x = access_get_byte(env, &srca, l - i - 1, ra); HELPER() local 584 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0x0f) | HELPER() local 646 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0xf0) | HELPER() local 665 uint8_t x = cpu_ldub_data_ra(env, s1 + i, ra); do_helper_clc() local [all...] |
| /openbmc/u-boot/drivers/rtc/ |
| H A D | i2c_rtc_emul.c | 27 #define debug_buffer(x, ...) argument
|
| /openbmc/skeleton/op-flasher/ |
| H A D | flasher_obj.c | 44 #define __aligned(x) __attribute__((aligned(x))) argument
|
| /openbmc/u-boot/arch/x86/cpu/i386/ |
| H A D | interrupt.c | 24 #define DECLARE_INTERRUPT(x) \ argument
|
| /openbmc/u-boot/board/samsung/universal_c210/ |
| H A D | universal.c | 114 #define IS_RANGE(x, min, max) ((x) > (min) && (x) < (max)) in get_hw_revision() argument
|
| /openbmc/u-boot/include/ |
| H A D | axp209.h | 69 #define AXP209_LDO3_VOLTAGE_SET(x) ((x) & AXP209_LDO3_VOLTAGE_MASK) argument
|
| H A D | fsl_memac.h | 241 #define MDIO_STAT_CLKDIV(x) (((x>>1) & 0xff) << 8) argument 249 #define MDIO_CTL_DEV_ADDR(x) (x & 0x1f) argument 250 #define MDIO_CTL_PORT_ADDR(x) ((x & 0x1f) << 5) argument 256 #define MDIO_DATA(x) (x & 0xffff) argument
|
| /openbmc/qemu/hw/intc/ |
| H A D | xilinx_intc.c | 37 #define D(x) argument
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | hotpages.c | 23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
|
| /openbmc/u-boot/net/ |
| H A D | net.c | 617 thand_f *x; in net_loop() local 1601 void ip_to_string(struct in_addr x, char *s) in ip_to_string() 1612 void vlan_to_string(ushort x, char *s) in vlan_to_string()
|
| /openbmc/qemu/hw/display/ |
| H A D | xenfb.c | 80 int x,y,w,h; member 633 static void xenfb_guest_copy(struct XenFB *xenfb, int x, int y, int w, int h) in xenfb_guest_copy() 827 int x, y, w, h; in xenfb_handle_events() local
|
| H A D | artist.c | 316 static void artist_get_cursor_pos(ARTISTState *s, int *x, int *y) in artist_get_cursor_pos() 372 int x, y; in artist_invalidate_cursor() local 457 int x, y; in fill_window() local 498 int dx, dy, t, e, x, y, incy, diago, horiz; in draw_line() local 1299 int x; in artist_draw_line() local
|
| /openbmc/qemu/include/hw/xen/interface/ |
| H A D | memory.h | 32 #define XENMEMF_address_bits(x) (x) argument 33 #define XENMEMF_get_address_bits(x) ((x) & 0xffu) argument 35 #define XENMEMF_node(x) (((x) + 1) << 8) argument 36 #define XENMEMF_get_node(x) ((((x) >> 8) - 1) & 0xffu) argument
|
| /openbmc/qemu/disas/ |
| H A D | m68k.c | 577 #define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000)) argument 583 #define COERCE32(x) ((bfd_signed_vma) ((x) ^ 0x80000000) - 0x80000000) argument 2068 #define one(x) ((unsigned int) (x) << 16) argument 2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) argument
|
| /openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-bcm281xx.c | 57 #define MKSTR(x) {&x, #x} argument
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | ipmi_parse.js | 354 function AppendToParseBuffer(x) { argument
|
| /openbmc/u-boot/drivers/w1/ |
| H A D | mxc_w1.c | 30 #define MXC_W1_CONTROL_WR(x) BIT(5 - (x)) argument
|
| /openbmc/u-boot/board/compulab/common/ |
| H A D | omap3_display.c | 139 static void set_resolution_params(int x, int y) in set_resolution_params()
|
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | stsi-topology.c | 66 #define SYSIB_GUARD(data, x) do { \ argument
|