Home
last modified time | relevance | path

Searched defs:y (Results 126 – 150 of 282) sorted by relevance

12345678910>>...12

/openbmc/qemu/ui/
H A Dconsole-gl.c149 int x, int y, int w, int h) in surface_gl_update_texture()
H A Ddmabuf.c24 uint32_t y; member
36 uint32_t x, uint32_t y, in qemu_dmabuf_new()
H A Dvnc-enc-zywrle-template.c111 int y, u, v; in ZYWRLE_RGBYUV() local
/openbmc/u-boot/drivers/video/
H A Dmxcfb.h42 __u16 y; member
H A Dconsole_normal.c73 static int console_normal_putc_xy(struct udevice *dev, uint x_frac, uint y, in console_normal_putc_xy()
H A Dcfb_console.c525 int x, y; in video_invertchar() local
1167 int x, y, bpp, i, ncolors; in display_rle8_bitmap() local
1313 int video_display_bitmap(ulong bmp_image, int x, int y) in video_display_bitmap()
1698 static void logo_plot(void *screen, int x, int y) in logo_plot()
1724 static void plot_logo_or_black(void *screen, int x, int y, int black) in plot_logo_or_black()
H A Dstb_truetype.h731 stbtt_vertex_type x,y,cx,cy; member
1176 static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_… in stbtt_setvertex()
1263 stbtt_int32 x,y,cx,cy,sx,sy, scx,scy; in stbtt_GetGlyphShape() local
1435 stbtt_vertex_type x,y; in stbtt_GetGlyphShape() local
1767 int y,j=0; in stbtt__rasterize_sorted_edges() local
2069 int y,j=0, i; in stbtt__rasterize_sorted_edges() local
2245 float x,y; member
2305 static void stbtt__add_point(stbtt__point *points, int n, float x, float y) in stbtt__add_point()
2359 float x=0,y=0; in stbtt_FlattenCurves() local
2522 int x,y,bottom_y, i; in stbtt_BakeFontBitmap() local
[all …]
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtarget_from_group_max.cpp100 [](const auto& x, const auto& y) { return x.second < y.second; }); in run()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc.h18 #define VARIANT_COMPARE(x,y) g_variant_compare(GET_VARIANT(x),GET_VARIANT(y)) argument
/openbmc/qemu/hw/usb/
H A Ddev-wacom.c47 int x, y; member
205 int x, int y, int dz, int buttons_state) in usb_wacom_event()
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c38 #define isless(x, y) __builtin_isless(x, y) argument
/openbmc/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_ram.c66 #define PARAM(x, y) \ in stm32mp1_ddr_setup() argument
H A Dstm32mp1_ddr.c34 #define DDRCTL_REG(x, y) \ argument
39 #define DDRPHY_REG(x, y) \ argument
/openbmc/ipmitool/include/ipmitool/
H A Dhpm2.h46 #define LAN_PARAM_REV(x, y) ((x) << 4 | (y) & 0xF) argument
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py96 def saveYaml(y, f, safe=True): argument
/openbmc/u-boot/lib/
H A Dsha512.c52 static inline uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch()
57 static inline uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_debug.h10 #define MUSB_FLAGS_PRINT(v, x, y) \ argument
/openbmc/qemu/qobject/
H A Dqlist.c143 bool qlist_is_equal(const QObject *x, const QObject *y) in qlist_is_equal()
/openbmc/qemu/include/qemu/
H A Dcompiler.h29 #define xglue(x, y) x ## y argument
30 #define glue(x, y) xglue(x, y) argument
/openbmc/u-boot/board/siemens/draco/
H A Dboard.h23 #define PRINTARGS(y) printf("%-20s, %8x, %8x, %4d\n", PARGS(y)) argument
/openbmc/qemu/include/ui/
H A Dsdl2.h39 int x, y, w, h; member
/openbmc/obmc-ikvm/
H A Dikvm_input.cpp230 void Input::pointerEvent(int buttonMask, int x, int y, rfbClientPtr cl) in pointerEvent()
/openbmc/qemu/hw/misc/
H A Dmps2-fpgaio.c108 uint64_t y = ticks - s->pscntr + s->prescale; in resync_counter() local
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c46 uint32_t y; member
65 uint32_t y; member
74 uint32_t y; member
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h49 #define MIN(x,y) (x < y ? x : y) argument
50 #define MAX(x,y) (x > y ? x : y) argument

12345678910>>...12