Home
last modified time | relevance | path

Searched defs:YELLOW (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/futex/include/
H A Dlogging.h33 #define YELLOW '3', '3' macro
/openbmc/u-boot/tools/patman/
H A Dterminal.py94 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c20 static const struct efi_gop_pixel YELLOW = { 0, 255, 255, 0}; variable
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c24 #define YELLOW(str) "\033[0;33m" str "\033[0m" macro