| /openbmc/qemu/target/riscv/ |
| H A D | cpu_cfg.h | 25 #define BOOL_FIELD(x) bool x; argument 26 #define TYPED_FIELD(type, x, default) type x; argument
|
| /openbmc/u-boot/include/linux/ |
| H A D | kconfig.h | 60 #define _config_val(x, cfg) __config_val(x, cfg) argument 61 #define __config_val(x, cfg) ___config_val(__ARG_PLACEHOLDER_##x, cfg) argument 67 #define _config_val(x, cfg) __config_val(x, cfg) argument 68 #define __config_val(x, cfg) ___config_val(__ARG_PLACEHOLDER_##x, cfg) argument
|
| /openbmc/qemu/ |
| H A D | Makefile | 63 x := $(shell rm -rf meson-private meson-info meson-logs) macro 67 x := $(shell rm -rf meson-private meson-info meson-logs) macro 73 x := $(shell rm -rf meson-private meson-info meson-logs) macro 77 x := $(shell rm -rf meson-private meson-info meson-logs) macro
|
| /openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
| H A D | flexbus.h | 94 #define FBCS_CSAR_BA(x) ((x) & 0xFFFF0000) argument 96 #define FBCS_CSMR_BAM(x) (((x) & 0xFFFF) << 16) argument 132 #define FBCS_CSCR_SRWS(x) (((x) & 0x3) << 14) argument 133 #define FBCS_CSCR_IWS(x) (((x) & 0xF) << 10) argument 145 #define FBCS_CSCR_SWWS(x) (((x) & 0x7) << 0) argument 147 #define FBCS_CSCR_SWS(x) (((x) & 0x3F) << 26) argument 150 #define FBCS_CSCR_ASET(x) (((x) & 0x03) << 20) argument 152 #define FBCS_CSCR_RDAH(x) (((x) & 0x03) << 18) argument 154 #define FBCS_CSCR_WRAH(x) (((x) & 0x03) << 16) argument 156 #define FBCS_CSCR_WS(x) (((x) & 0x3F) << 10) argument [all …]
|
| /openbmc/u-boot/tools/ |
| H A D | mingw_support.h | 33 #define LODWORD(x) ((DWORD)((DWORDLONG)(x))) argument 34 #define HIDWORD(x) ((DWORD)(((DWORDLONG)(x) >> 32) & 0xffffffff)) argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ |
| H A D | gpio.h | 26 #define GPIO_OE_ENABLE(x) (1 << x) argument 29 #define GPIO_SETDATAOUT(x) (1 << x) argument
|
| /openbmc/u-boot/arch/mips/mach-mscc/ |
| H A D | lowlevel_init_luton.S | 11 #define REG_MACRO(x) REG_OFFSET(BASE_MACRO, x) argument 19 #define MACRO_CTRL_PLL5G_CFG_PLL5G_CFG0_CPU_CLK_DIV_ENC(x) (x << 6) argument
|
| /openbmc/qemu/qga/vss-win32/ |
| H A D | vss-common.h | 30 #define __RPC__out_ecount_part(x, y) argument 32 #define _declspec(x) argument 34 #define uuid(x) argument
|
| /openbmc/u-boot/arch/arm/cpu/armv7/sunxi/ |
| H A D | timer.c | 21 #define COUNT_TO_USEC(x) ((x) / 24) argument 22 #define USEC_TO_COUNT(x) ((x) * 24) argument 24 #define TICKS_TO_HZ(x) ((x) / TICKS_PER_HZ) argument
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | crypto_helper.c | 156 static uint32_t cho(uint32_t x, uint32_t y, uint32_t z) in cho() 161 static uint32_t par(uint32_t x, uint32_t y, uint32_t z) in par() 166 static uint32_t maj(uint32_t x, uint32_t y, uint32_t z) in maj() 279 static uint32_t S0(uint32_t x) in S0() 284 static uint32_t S1(uint32_t x) in S1() 289 static uint32_t s0(uint32_t x) in s0() 294 static uint32_t s1(uint32_t x) in s1() 403 static uint64_t cho512(uint64_t x, uint64_t y, uint64_t z) in cho512() 408 static uint64_t maj512(uint64_t x, uint64_t y, uint64_t z) in maj512() 413 static uint64_t S0_512(uint64_t x) in S0_512() [all …]
|
| /openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_pit.h | 24 #define AT91_PIT_MR_PIV_MASK(x) (x & 0x000fffff) argument 25 #define AT91_PIT_MR_PIV(x) (x & AT91_PIT_MR_PIV_MASK) argument
|
| /openbmc/sdbusplus/test/gen/ |
| H A D | test_aserver_emit_interfaces_added_signal.cpp | 16 auto x = co_await ifcAdded.next(); in waitForMatch() local 26 auto x = in shouldEmitSignal() local
|
| /openbmc/qemu/ui/ |
| H A D | cursor.c | 13 unsigned int line = 0, i, r, g, b, x, y, pixel; in cursor_parse_xpm() local 64 int x,y; in cursor_print_ascii_art() local 137 int x,y,bpl; in cursor_set_mono() local 204 int x,y,bpl; in cursor_get_mono_mask() local
|
| H A D | vnc-enc-tight.c | 141 int x, y, d, dx; in tight_detect_smooth_image24() local 421 static int tight_fill_palette(VncState *vs, VncTight *tight, int x, int y, in tight_fill_palette() 563 int x, y, c; in tight_filter_gradient24() local 681 check_solid_tile32(VncState *vs, int x, int y, int w, int h, in check_solid_tile32() 710 static bool check_solid_tile(VncState *vs, int x, int y, int w, int h, in check_solid_tile() 717 static void find_best_solid_area(VncState *vs, int x, int y, int w, int h, in find_best_solid_area() 755 static void extend_solid_area(VncState *vs, int x, int y, int w, int h, in extend_solid_area() 923 int x, int y, int w, int h) in send_full_color_rect() 969 static int send_mono_rect(VncState *vs, VncWorker *worker, int x, int y, in send_mono_rect() 1059 int x, int y, int w, int h) in send_gradient_rect() [all …]
|
| /openbmc/boost-dbus/test/ |
| H A D | dbusPropertiesServer.cpp | 98 auto lambda = [&](int32_t x) { in TEST() 212 std::tuple<int> test_method(uint32_t x) { in test_method() 219 static std::tuple<int> test_method(uint32_t x) { in test_method() 241 iface->register_method("MyMethodLambda", [](uint32_t x) { in TEST() 249 [](uint32_t x) { in TEST() 283 [](uint32_t x) { in TEST()
|
| /openbmc/u-boot/include/ |
| H A D | part.h | 19 #define LOG2(x) (((x & 0xaaaaaaaa) ? 1 : 0) + ((x & 0xcccccccc) ? 2 : 0) + \ argument 248 # define part_print_ptr(x) NULL argument 251 # define part_get_info_ptr(x) x argument 253 # define part_get_info_ptr(x) NULL argument 256 #define part_print_ptr(x) x argument 257 #define part_get_info_ptr(x) x argument
|
| /openbmc/u-boot/lib/ |
| H A D | sha1.c | 89 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in sha1_process() argument 97 #define P(a,b,c,d,e,x) { \ in sha1_process() argument 107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument 134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument 161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument 188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | fec.h | 273 #define FEC_MMFR_DATA(x) (((x)&0xFFFF)) argument 274 #define FEC_MMFR_ST(x) (((x)&0x03)<<30) argument 278 #define FEC_MMFR_PA(x) (((x)&0x1F)<<23) argument 279 #define FEC_MMFR_RA(x) (((x)&0x1F)<<18) argument 280 #define FEC_MMFR_TA(x) (((x)&0x03)<<16) argument 285 #define FEC_MSCR_MII_SPEED(x) (((x)&0x3F)<<1) argument 292 #define FEC_RCR_MAX_FL(x) (((x)&0x7FF)<<16) argument 308 #define FEC_PAUR_PADDR2(x) (((x)&0xFFFF)<<16) argument 309 #define FEC_PAUR_TYPE(x) ((x)&0xFFFF) argument 312 #define FEC_OPD_PAUSE_DUR(x) (((x)&0x0000FFFF)<<0) argument [all …]
|
| H A D | byteorder.h | 14 static inline __u32 __sw32(__u32 x) in __sw32() 24 static inline __u16 __sw16(__u16 x) in __sw16()
|
| /openbmc/u-boot/arch/arm/mach-uniphier/bcu/ |
| H A D | bcu-regs.h | 13 #define BCSCR(x) (BCU_BASE + 0x180 + (x) * 4) argument 21 #define BCIPPCCHR(x) (BCU_BASE + 0x0280 + (x) * 4) argument
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | yesno.c | 16 int x = width / 2 - 10; in print_buttons() local 31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | addrspace.h | 25 #define _CONST64_(x) x ## L argument 27 #define _CONST64_(x) x ## LL argument 157 #define PHYS_TO_COMPATK1(x) ((x) | COMPAT_K1BASE32) /* 32-bit compat k1 */ argument 161 #define KDM_TO_PHYS(x) (_ACAST64_ (x) & TO_PHYS_MASK) argument 162 #define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE) argument
|
| /openbmc/u-boot/include/jffs2/ |
| H A D | load_kernel.h | 55 #define putstr(x) printf("%s", x) argument 60 #define ldr_output_string(x) puts(x) argument 61 #define putLabeledWord(x, y) printf("%s %08x\n", x, (unsigned int)y) argument 62 #define led_blink(x, y, z, a) argument
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra30/ |
| H A D | clock.c | 62 #define CLK(x) CLOCK_ID_ ## x argument 650 #define PLLE_SS_CNTL_SSCINCINTRV(x) (((x) & 0x3f) << 24) argument 651 #define PLLE_SS_CNTL_SSCINC(x) (((x) & 0xff) << 16) argument 655 #define PLLE_SS_CNTL_SSCMAX(x) (((x) & 0x1ff) << 0) argument 660 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0xf) << 24) argument 661 #define PLLE_BASE_PLDIV(x) (((x) & 0x3f) << 16) argument 662 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) argument 663 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) argument 666 #define PLLE_MISC_SETUP_BASE(x) (((x) & 0xffff) << 16) argument 670 #define PLLE_MISC_SETUP_EXT(x) (((x) & 0x3) << 2) argument
|
| /openbmc/u-boot/drivers/ram/stm32mp1/ |
| H A D | stm32mp1_ram.c | 66 #define PARAM(x, y) \ in stm32mp1_ddr_setup() argument 71 #define CTL_PARAM(x) PARAM("st,ctl-"#x, c_##x) in stm32mp1_ddr_setup() argument 72 #define PHY_PARAM(x) PARAM("st,phy-"#x, p_##x) in stm32mp1_ddr_setup() argument
|