Home
last modified time | relevance | path

Searched defs:yy (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c320 static void video_drawchars(int xx, int yy, unsigned char *s, int count) in video_drawchars()
503 static inline void video_drawstring(int xx, int yy, unsigned char *s) in video_drawstring()
508 static void video_putchar(int xx, int yy, unsigned char c) in video_putchar()
521 static void video_invertchar(int xx, int yy) in video_invertchar()
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_compress.c162 UChar yy[256]; in generateMTFValues() local