Home
last modified time | relevance | path

Searched refs:FGBG (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DProcess.cpp58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" argument
60 #define ALLCOLORS(FGBG,BOLD) {\ argument
61 COLOR(FGBG, "0", BOLD),\
62 COLOR(FGBG, "1", BOLD),\
63 COLOR(FGBG, "2", BOLD),\
64 COLOR(FGBG, "3", BOLD),\
65 COLOR(FGBG, "4", BOLD),\
66 COLOR(FGBG, "5", BOLD),\
67 COLOR(FGBG, "6", BOLD),\
68 COLOR(FGBG, "7", BOLD)\
/external/llvm/lib/Support/
DProcess.cpp58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" argument
60 #define ALLCOLORS(FGBG,BOLD) {\ argument
61 COLOR(FGBG, "0", BOLD),\
62 COLOR(FGBG, "1", BOLD),\
63 COLOR(FGBG, "2", BOLD),\
64 COLOR(FGBG, "3", BOLD),\
65 COLOR(FGBG, "4", BOLD),\
66 COLOR(FGBG, "5", BOLD),\
67 COLOR(FGBG, "6", BOLD),\
68 COLOR(FGBG, "7", BOLD)\
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DProcess.cpp67 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" argument
69 #define ALLCOLORS(FGBG,BOLD) {\ argument
70 COLOR(FGBG, "0", BOLD),\
71 COLOR(FGBG, "1", BOLD),\
72 COLOR(FGBG, "2", BOLD),\
73 COLOR(FGBG, "3", BOLD),\
74 COLOR(FGBG, "4", BOLD),\
75 COLOR(FGBG, "5", BOLD),\
76 COLOR(FGBG, "6", BOLD),\
77 COLOR(FGBG, "7", BOLD)\
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DProcess.inc269 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m"
271 #define ALLCOLORS(FGBG,BOLD) {\
272 COLOR(FGBG, "0", BOLD),\
273 COLOR(FGBG, "1", BOLD),\
274 COLOR(FGBG, "2", BOLD),\
275 COLOR(FGBG, "3", BOLD),\
276 COLOR(FGBG, "4", BOLD),\
277 COLOR(FGBG, "5", BOLD),\
278 COLOR(FGBG, "6", BOLD),\
279 COLOR(FGBG, "7", BOLD)\