yy               1426 crypto/ecc.c   	u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS];
yy               1442 crypto/ecc.c   	vli_mod_square_fast(yy, pk->y, curve->p, pk->ndigits); /* y^2 */
yy               1448 crypto/ecc.c   	if (vli_cmp(yy, w, pk->ndigits) != 0) /* Equation */
yy                653 drivers/tty/vt/vt.c 	unsigned int xx, yy, offset;
yy                660 drivers/tty/vt/vt.c 		yy = offset / vc->vc_cols;
yy                664 drivers/tty/vt/vt.c 		xx = nxx; yy = nyy;
yy                673 drivers/tty/vt/vt.c 					vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
yy                683 drivers/tty/vt/vt.c 			vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
yy                687 drivers/tty/vt/vt.c 		yy++;
yy                144 drivers/video/fbdev/core/bitblit.c 		      const unsigned short *s, int count, int yy, int xx,
yy                160 drivers/video/fbdev/core/bitblit.c 	image.dy = yy * vc->vc_font.height;
yy                 60 drivers/video/fbdev/core/fbcon.h 		      const unsigned short *s, int count, int yy, int xx,
yy                130 drivers/video/fbdev/core/fbcon_ccw.c 		      const unsigned short *s, int count, int yy, int xx,
yy                150 drivers/video/fbdev/core/fbcon_ccw.c 	image.dx = yy * vc->vc_font.height;
yy                115 drivers/video/fbdev/core/fbcon_cw.c 		      const unsigned short *s, int count, int yy, int xx,
yy                135 drivers/video/fbdev/core/fbcon_cw.c 	image.dx = vxres - ((yy + 1) * vc->vc_font.height);
yy                152 drivers/video/fbdev/core/fbcon_ud.c 		      const unsigned short *s, int count, int yy, int xx,
yy                173 drivers/video/fbdev/core/fbcon_ud.c 	image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height);
yy                 55 drivers/video/fbdev/core/tileblit.c 		       const unsigned short *s, int count, int yy, int xx,
yy                 63 drivers/video/fbdev/core/tileblit.c 	blit.sy = yy;
yy               1046 drivers/video/fbdev/fsl-diu-fb.c 		uint32_t xx, yy;
yy               1048 drivers/video/fbdev/fsl-diu-fb.c 		yy = (cursor->image.dy - info->var.yoffset) & 0x7ff;
yy               1051 drivers/video/fbdev/fsl-diu-fb.c 		out_be32(&hw->curs_pos, yy << 16 | xx);
yy               1199 drivers/video/fbdev/imsttfb.c         u32 flags = cursor->set, fg, bg, xx, yy;
yy               1208 drivers/video/fbdev/imsttfb.c 		yy = cursor->image.dy - info->var.yoffset;
yy               1250 drivers/video/fbdev/imsttfb.c 		imsttfb_load_cursor_image(par, xx, yy, fgc);
yy                407 drivers/video/fbdev/matrox/matroxfb_accel.c 				    int width, int height, int yy, int xx)
yy                424 drivers/video/fbdev/matrox/matroxfb_accel.c 	ydstlen = (yy << 16) | height;
yy                550 drivers/video/fbdev/nvidia/nvidia.c 		u32 xx, yy, temp;
yy                552 drivers/video/fbdev/nvidia/nvidia.c 		yy = cursor->image.dy - info->var.yoffset;
yy                555 drivers/video/fbdev/nvidia/nvidia.c 		temp |= yy << 16;
yy               1598 drivers/video/fbdev/riva/fbdev.c 		u32 xx, yy, temp;
yy               1600 drivers/video/fbdev/riva/fbdev.c 		yy = cursor->image.dy - info->var.yoffset;
yy               1603 drivers/video/fbdev/riva/fbdev.c 		temp |= yy << 16;
yy                762 drivers/video/fbdev/via/viafbdev.c 	u32 temp, xx, yy, bg_color = 0, fg_color = 0,
yy                782 drivers/video/fbdev/via/viafbdev.c 		yy = cursor->image.dy - info->var.yoffset;
yy                784 drivers/video/fbdev/via/viafbdev.c 		temp = yy & 0xFFFF;
yy                 68 tools/testing/selftests/bpf/progs/btf_dump_test_case_namespacing.c 	Y yy;