Searched refs:RED (Results 1 – 3 of 3) sorted by relevance
54 printk_color(RED, BLACK, "ERROR"); \64 printk_color(RED, BLACK, "TERMINATED"); \74 printk_color(RED, BLACK, "BUG"); \
21 #define RED 0x00ff0000 // 红 macro
242 pub const RED: FontColor = FontColor::new(0xff, 0, 0); constant