Home
last modified time | relevance | path

Searched defs:xx (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/fs/yaffs2/
H A Dyaffsfs.c1562 struct yaffs_obj *xx = newdir; in yaffs_rename() local