Home
last modified time | relevance | path

Searched defs:x (Results 426 – 450 of 1111) sorted by relevance

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

/openbmc/qemu/ui/
H A Dinput-barrier.c123 #define read_char(x, p, l) \ argument
134 #define read_short(x, p, l) \ argument
145 #define write_short(p, x, l) \ argument
156 #define read_int(x, p, l) \ argument
167 #define write_int(p, x, l) \ argument
H A Dvnc.c664 int x, int y, int w, int h) in vnc_dpy_update()
672 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update()
777 void *vnc_server_fb_ptr(VncDisplay *vd, int x, int y) in vnc_server_fb_ptr()
935 int vnc_raw_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_raw_send_framebuffer_update()
950 int x, int y, int w, int h) in vnc_send_framebuffer_update()
983 int x, int y, bool visible) in vnc_mouse_set()
1042 int y, int last_x, int x, int height) in find_and_clear_dirty_height()
1178 int x, h; in vnc_update_client() local
1783 static void pointer_event(VncState *vs, int button_mask, int x, int y) in pointer_event()
2067 int x, int y, int w, int h) in framebuffer_update_request()
[all …]
H A Degl-headless.c30 int x, int y, int w, int h) in egl_gfx_update()
63 uint32_t x, uint32_t y, in egl_scanout_texture()
143 uint32_t x, uint32_t y, in egl_scanout_flush()
/openbmc/u-boot/board/synopsys/hsdk/
H A Dclk-lib.c13 #define ceil(x, y) ({ ulong __x = (x), __y = (y); (__x + __y - 1) / __y; }) argument
/openbmc/openbmc-tools/dbus-vis/
H A Dmain.js11 const x = dialog.showOpenDialogSync(options) + ''; // Convert to string constant
H A Ddbus_pcap_loader.js4 function MyFloatMillisToBigIntUsec(x) { argument
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dmp.h33 #define id_to_core(x) ((x & 3) | (x >> 6)) argument
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.c12 #define DB(x) x argument
14 #define DB(x) argument
/openbmc/u-boot/arch/arm/include/asm/
H A Dptrace.h26 #define predicate(x) (x & 0xf0000000) argument
/openbmc/u-boot/include/linux/
H A Derr.h22 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO) argument
H A Dlzo.h20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) argument
H A Dbitops.h41 static inline int generic_ffs(int x) in generic_ffs()
77 static inline int generic_fls(int x) in generic_fls()
/openbmc/qemu/tests/qtest/
H A Dds1338-test.c26 static inline uint8_t bcd2bin(uint8_t x) in bcd2bin()
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_elf.h23 #define elf_check_arch(x) ((x) == EM_RISCV) argument
/openbmc/u-boot/include/configs/
H A Dimx6-engicam.h123 # define DRAM_OFFSET(x) 0x87##x argument
126 # define DRAM_OFFSET(x) 0x1##x argument
/openbmc/u-boot/include/
H A Dmvmfp.h51 #define MFP_REG(x) MFP(x, 0, 0, 0, 0, 0, 0) argument
52 #define MFP_REG_GET_OFFSET(x) ((x & MFP_OFFSET_MASK) >> 16) argument
/openbmc/qemu/hw/display/
H A Dmacfb.c133 int x; in macfb_draw_line1() local
153 int x; in macfb_draw_line2() local
173 int x; in macfb_draw_line4() local
193 int x; in macfb_draw_line8() local
211 int x; in macfb_draw_line16() local
231 int x; in macfb_draw_line24() local
/openbmc/u-boot/drivers/serial/
H A Dns16550.c26 #define serial_out(x, y) outb(x, (ulong)y) argument
29 #define serial_out(x, y) out_be32(y, x) argument
32 #define serial_out(x, y) out_le32(y, x) argument
35 #define serial_out(x, y) writeb(x, y) argument
/openbmc/u-boot/drivers/gpio/
H A Daspeed_gpio.c181 #define GPIO_BANK(x) ((x) >> 5) argument
182 #define GPIO_OFFSET(x) ((x) & 0x1f) argument
183 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) argument
/openbmc/qemu/tests/tcg/x86_64/
H A Dcross-modifying-code.c60 long x = 0; in main() local
/openbmc/u-boot/common/
H A Dexports.c17 #define EXPORT_FUNC(f, a, x, ...) gd->jt->x = f; argument
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h213 #define count_leading_zeros(count, x) \ argument
239 #define count_trailing_zeros(count, x) \ argument
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun9i.h156 #define MCTL_CR_RANK(x) (((x) - 1) << 0) argument
158 #define MCTL_CR_BANK(x) ((x) << 2) argument
160 #define MCTL_CR_ROW(x) (((x) - 1) << 4) argument
162 #define MCTL_CR_PAGE_SIZE(x) ((fls(x) - 4) << 8) argument
217 #define MCTL_MSTR_ACTIVERANKS(x) (((x == 2) ? 3 : 1) << 24) argument
225 #define MCTL_ZQCTRL0_TZQCS(x) (x << 0) argument
226 #define MCTL_ZQCTRL0_TZQCL(x) (x << 16) argument
229 #define MCTL_ZQCTRL1_TZQRESET(x) (x << 20) argument
230 #define MCTL_ZQCTRL1_TZQSI_x1024(x) (x << 0) argument
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h397 #define STBTT_ifloor(x) ((int) floor(x)) argument
398 #define STBTT_iceil(x) ((int) ceil(x)) argument
403 #define STBTT_sqrt(x) sqrt(x) argument
408 #define STBTT_fabs(x) fabs(x) argument
414 #define STBTT_malloc(x,u) ((void)(u),malloc(x)) argument
415 #define STBTT_free(x,u) ((void)(u),free(x)) argument
420 #define STBTT_assert(x) assert(x) argument
425 #define STBTT_strlen(x) strlen(x) argument
535 #define STBTT_POINT_SIZE(x) (-(x)) argument
731 stbtt_vertex_type x,y,cx,cy; member
[all …]
/openbmc/u-boot/arch/arm/include/asm/proc-armv/
H A Ddomain.h34 #define set_domain(x) \ argument

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