Searched refs:B_COLS (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/tetris/src/
H A Dtetris.c56 #define TL -B_COLS-1 /* Top left. */
57 #define TC -B_COLS /* Top center. */
58 #define TR -B_COLS+1 /* Top right. */
61 #define BL B_COLS-1 /* Bottom left. */
62 #define BC B_COLS /* Bottom center. */
63 #define BR B_COLS+1 /* Bottom right. */
91 int preview[B_COLS * 10], shadowPreview[B_COLS * 10];
116 6, TC, BC, 2 * B_COLS, /* sticks out */
179 preview[2 * B_COLS
[all...]
H A Dio.h30 #define B_COLS 12 macro
32 #define B_SIZE (B_COLS * B_ROWS)
/seL4-refos-master/apps/tetris/src/
H A Dtetris.c56 #define TL -B_COLS-1 /* Top left. */
57 #define TC -B_COLS /* Top center. */
58 #define TR -B_COLS+1 /* Top right. */
61 #define BL B_COLS-1 /* Bottom left. */
62 #define BC B_COLS /* Bottom center. */
63 #define BR B_COLS+1 /* Bottom right. */
91 int preview[B_COLS * 10], shadowPreview[B_COLS * 10];
116 6, TC, BC, 2 * B_COLS, /* sticks out */
179 preview[2 * B_COLS
[all...]
H A Dio.h30 #define B_COLS 12 macro
32 #define B_SIZE (B_COLS * B_ROWS)

Completed in 27 milliseconds