Home
last modified time | relevance | path

Searched defs:x (Results 301 – 325 of 1111) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/sdbusplus/example/
H A Dcalculator-aserver.cpp14 auto method_call(multiply_t, auto x, auto y) in method_call()
21 auto method_call(divide_t, auto x, auto y) in method_call()
/openbmc/openpower-occ-control/
H A Docc_pass_through.cpp51 [](decltype(cmdInBytes)::value_type x) { return x; }); in send()
57 [](decltype(response)::value_type x) { return x; }); in send()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dio.h49 #define outb(x, addr) ((void)writeb(x, addr)) argument
50 #define outw(x, addr) ((void)writew(x, addr)) argument
51 #define outl(x, addr) ((void)writel(x, addr)) argument
58 #define out_8(addr, x) outb(x, addr) argument
59 #define out_be16(addr, x) outw(x, addr) argument
60 #define out_be32(addr, x) outl(x, addr) argument
H A Dbitops.h256 #define hweight32(x) generic_hweight32(x) argument
257 #define hweight16(x) generic_hweight16(x) argument
258 #define hweight8(x) generic_hweight8(x) argument
369 #define hweight32(x) generic_hweight32(x) argument
370 #define hweight16(x) generic_hweight16(x) argument
371 #define hweight8(x) generic_hweight8(x) argument
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c204 #define SWAP16(x) ((((x) & 0x00ff) << 8) | \ argument
207 #define SWAP32(x) ((((x) & 0x000000ff) << 24) | \ argument
212 #define SHORTSWAP32(x) ((((x) & 0x000000ff) << 8) | \ argument
218 #define SWAP16(x) (x) argument
219 #define SWAP32(x) (x) argument
221 #define SHORTSWAP32(x) (((x) >> 16) | ((x) << 16)) argument
223 #define SHORTSWAP32(x) (x) argument
525 int x, y; in video_invertchar() local
1094 static inline void fill_555rgb_pswap(uchar *fb, int x, u8 r, u8 g, u8 b) in fill_555rgb_pswap()
1167 int x, y, bpp, i, ncolors; in display_rle8_bitmap() local
[all …]
/openbmc/u-boot/lib/
H A Dgzip.c21 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc()
33 static void zfree(void *x, void *addr, unsigned nb) in zfree()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_mc.h47 #define AT91_SMC_CSR_RWHOLD(x) ((x & 0x7) << 28) argument
48 #define AT91_SMC_CSR_RWSETUP(x) ((x & 0x7) << 24) argument
58 #define AT91_SMC_CSR_TDF(x) ((x & 0xF) << 8) argument
60 #define AT91_SMC_CSR_NWS(x) (x & 0x7F) argument
/openbmc/qemu/tests/unit/
H A Dtest-int128.c34 static uint64_t expand16(unsigned x) in expand16()
39 static Int128 expand(uint32_t x) in expand()
179 test_rshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_rshift_one()
210 test_urshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_urshift_one()
/openbmc/u-boot/cmd/
H A Djffs2.c137 #define cramfs_check(x) (0) argument
138 #define cramfs_load(x,y,z) (-1) argument
139 #define cramfs_ls(x,y) (0) argument
140 #define cramfs_info(x) (0) argument
/openbmc/qemu/ui/
H A Dgtk-gl-area.c149 int x, int y, int w, int h) in gd_gl_area_update()
295 uint32_t x, uint32_t y, in gd_gl_area_scanout_texture()
327 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_gl_area_scanout_flush()
345 uint32_t x, y, width, height, backing_width, backing_height, texture; in gd_gl_area_scanout_dmabuf() local
H A Dsdl2-gl.c64 int x, int y, int w, int h) in sdl2_gl_update()
207 uint32_t x, uint32_t y, in sdl2_gl_scanout_texture()
228 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in sdl2_gl_scanout_flush()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c32 static void ellipse(efi_uintn_t x, efi_uintn_t y, in ellipse()
47 static void rectangle(efi_uintn_t x, efi_uintn_t y, in rectangle()
104 efi_uintn_t x, y; in setup() local
/openbmc/u-boot/include/power/
H A Dpfuze3000_pmic.h78 #define PFUZE3000_SW1AB_SETP(x) ((x - 7000) / 250) argument
79 #define PFUZE3000_SW3_SETP(x) ((x - 9000) / 500) argument
80 #define PFUZE3000_VLDO_SETP(x) ((x - 8000) / 500) argument
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h34 #define __bi_save_flags(x) __save_flags(x) argument
35 #define __bi_save_and_cli(x) __save_and_cli(x) argument
36 #define __bi_restore_flags(x) __restore_flags(x) argument
40 #define __bi_save_flags(x) argument
41 #define __bi_save_and_cli(x) argument
42 #define __bi_restore_flags(x) argument
717 #define hweight32(x) generic_hweight32(x) argument
718 #define hweight16(x) generic_hweight16(x) argument
719 #define hweight8(x) generic_hweight8(x) argument
/openbmc/u-boot/arch/arm/include/asm/arch-mx35/
H A Dimx-regs.h133 #define PLL_PD(x) (((x) & 0xf) << 26) argument
134 #define PLL_MFD(x) (((x) & 0x3ff) << 16) argument
135 #define PLL_MFI(x) (((x) & 0xf) << 10) argument
136 #define PLL_MFN(x) (((x) & 0x3ff) << 0) argument
138 #define _PLL_BRM(x) ((x) << 31) argument
139 #define _PLL_PD(x) (((x) - 1) << 26) argument
140 #define _PLL_MFD(x) (((x) - 1) << 16) argument
141 #define _PLL_MFI(x) ((x) << 10) argument
142 #define _PLL_MFN(x) (x) argument
151 #define CSCR_U(x) (WEIM_CTRL_CS#x + 0) argument
[all …]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h63 #define __arch__swab32(x) ___arch__swab32(x) argument
64 #define __arch__swab16(x) ___arch__swab16(x) argument
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.gui.c154 { int length, x, y; in print_in_middle() local
217 int x, y; in fill_window() local
256 int i, x, y; in btn_dialog() local
368 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local
556 int x, y, lines, columns; in show_scroll_win() local
/openbmc/u-boot/drivers/spi/
H A Dfsl_qspi.h120 #define OPRND0(x) ((x) << OPRND0_SHIFT) argument
122 #define PAD0(x) ((x) << PAD0_SHIFT) argument
124 #define INSTR0(x) ((x) << INSTR0_SHIFT) argument
126 #define OPRND1(x) ((x) << OPRND1_SHIFT) argument
128 #define PAD1(x) ((x) << PAD1_SHIFT) argument
130 #define INSTR1(x) ((x) << INSTR1_SHIFT) argument
/openbmc/u-boot/include/dt-bindings/reset/
H A Dtegra124-car.h9 #define TEGRA124_RESET(x) (6 * 32 + (x)) argument
/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Dffs.h12 static inline int ffs(int x) in ffs()
/openbmc/u-boot/include/asm-generic/bitops/
H A Dfls.h12 static __always_inline int fls(int x) in fls()
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dpatch-target.c13 unsigned int x = 0; in main() local
/openbmc/u-boot/arch/arm/include/asm/arch-meson/
H A Daxg.h38 #define AXG_ETH_REG_0_TX_PHASE(x) (((x) & 3) << 5) argument
39 #define AXG_ETH_REG_0_TX_RATIO(x) (((x) & 7) << 7) argument
/openbmc/u-boot/tools/
H A Dmksunxiboot.c47 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) argument
48 #define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) argument
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.h97 static inline void writeRegister(unsigned int x, unsigned int y) in writeRegister()
105 static inline void writeConditionCodes(unsigned int x) in writeConditionCodes()

1...<<11121314151617181920>>...45