Lines Matching defs:x
64 #define VCXK_BWS(x, data) vcxk_bws[x] = data; argument
65 #define VCXK_BWS_WORD_SET(x, mask) vcxk_bws_word[x] |= mask; argument
66 #define VCXK_BWS_WORD_CLEAR(x, mask) vcxk_bws_word[x] &= ~mask; argument
67 #define VCXK_BWS_LONG(x, data) vcxk_bws_long[x] = data; argument
72 #define VCXK_BWS(x,data) \ argument
74 #define VCXK_BWS_WORD_SET(x,mask) \ argument
77 #define VCXK_BWS_WORD_CLEAR(x,mask) \ argument
80 #define VCXK_BWS_LONG(x,data) \ argument
186 void vcxk_setpixel(int x, int y, unsigned long color) in vcxk_setpixel()
358 int vcxk_display_bitmap(ulong addr, int x, int y) in vcxk_display_bitmap()
415 int video_display_bitmap(ulong addr, int x, int y) in video_display_bitmap()