Searched refs:ORANGE (Results 1 – 3 of 3) sorted by relevance
22 #define ORANGE 0x00ff8000 // 橙 macro
75 printk_color(ORANGE, BLACK, "rbp:%#018lx,*rbp:%#018lx\n", rbp, *rbp); in traceback()
247 pub const ORANGE: FontColor = FontColor::new(0xff, 0x80, 0); constant