Home
last modified time | relevance | path

Searched defs:y (Results 426 – 450 of 1296) sorted by relevance

1...<<11121314151617181920>>...52

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_subprogs.c24 __noinline int sub2(int y) in sub2()
H A Dtest_global_func9.c13 int y; member
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c879 int y; in vga_8planes_fillrect() local
1144 int y; in vga_8planes_imageblit() local
1172 int x, y; in vga_imageblit_expand() local
1240 int x, y; in vga_imageblit_color() local
/openbmc/linux/include/linux/
H A Dvmstat.h114 #define count_vm_numa_events(x, y) count_vm_events(x, y) argument
117 #define count_vm_numa_events(x, y) do { (void)(y); } while (0) argument
122 #define count_vm_tlb_events(x, y) count_vm_events(x, y) argument
125 #define count_vm_tlb_events(x, y) do { (void)(y); } while (0) argument
/openbmc/linux/drivers/input/touchscreen/
H A Dtsc40.c29 u32 y; in tsc_process_data() local
H A Dti_am335x_tsc.c225 u32 *x, u32 *y, u32 *z1, u32 *z2) in titsc_read_coordinates()
281 unsigned int x = 0, y = 0; in titsc_irq() local
/openbmc/qemu/qobject/
H A Dqnum.c188 bool qnum_is_equal(const QObject *x, const QObject *y) in qnum_is_equal()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h36 #define BNX2X_PCI_FREE(x, y, size) \ argument
53 #define BNX2X_PCI_ALLOC(y, size) \ argument
62 #define BNX2X_PCI_FALLOC(y, size) \ argument
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_plane.c586 static void lsdc_cursor0_update_position(struct lsdc_cursor *cursor, int x, int y) in lsdc_cursor0_update_position()
624 static void lsdc_cursor1_update_position(struct lsdc_cursor *cursor, int x, int y) in lsdc_cursor1_update_position()
677 static void lsdc_cursor1_update_position_quirk(struct lsdc_cursor *cursor, int x, int y) in lsdc_cursor1_update_position_quirk()
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dmte_def.h48 #define MT_SET_TAG(x, y) ((x) | (y << MT_TAG_SHIFT)) argument
/openbmc/qemu/qga/vss-win32/
H A Dvss-common.h30 #define __RPC__out_ecount_part(x, y) argument
/openbmc/linux/net/rds/
H A Dthreads.c274 u64 x, y; in rds_addr_cmp() local
/openbmc/linux/tools/testing/selftests/mm/
H A Dmigration.c99 volatile uint64_t y = 0; in access_mem() local
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dhgsmi_base.c199 u32 x, u32 y, u32 *x_host, u32 *y_host) in hgsmi_cursor_position()
/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/linux/drivers/media/platform/nxp/dw100/
H A Ddw100_regs.h84 #define DW100_ROI_START_Y(y) (((y) & GENMASK(12, 0)) << 16) argument
88 #define DW100_BOUNDARY_PIXEL_Y(y) (((y) & GENMASK(7, 0)) << 16) argument
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_frame_public.h68 struct ia_css_frame_plane y; /** Y plane */ member
76 struct ia_css_frame_plane y; /** Y plane */ member
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c58 static int get_y_pos(struct vkms_frame_info *frame_info, int y) in get_y_pos()
192 for (size_t y = 0; y < crtc_y_limit; y++) { in blend() local
/openbmc/linux/arch/riscv/include/asm/
H A Dpage.h137 #define kernel_mapping_pa_to_va(y) ({ \ argument
150 #define kernel_mapping_va_to_pa(y) ({ \ argument
/openbmc/linux/arch/m68k/mac/
H A Dmisc.c557 int days, rem, y, wday, yday; in unmktime() local
580 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in unmktime() argument
/openbmc/u-boot/drivers/video/
H A Dmxcfb.h42 __u16 y; member
H A Dstb_truetype.h731 stbtt_vertex_type x,y,cx,cy; member
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
2359 float x=0,y=0; in stbtt_FlattenCurves() local
2522 int x,y,bottom_y, i; in stbtt_BakeFontBitmap() local
2609 int x,y,bottom_y; member
2619 stbrp_coord x,y; member
[all …]
/openbmc/linux/drivers/staging/fbtft/
H A Dfb_ssd1325.c141 int y, x; in write_vmem() local
/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/linux/arch/riscv/kernel/
H A Dmodule-sections.c58 static int is_rela_equal(const Elf_Rela *x, const Elf_Rela *y) in is_rela_equal()

1...<<11121314151617181920>>...52