Searched refs:colours (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/plat/optee/ |
H A D | lws-plat-optee.c | 89 static const char * const colours[] = { variable 106 int n, m = LWS_ARRAY_SIZE(colours) - 1; in lwsl_emit_optee() 110 n = 1 << (LWS_ARRAY_SIZE(colours) - 1); in lwsl_emit_optee() 125 EMSG("%c%s%s%s%c[0m", 27, colours[m], buf, linecp, 27); in lwsl_emit_optee()
|
/third_party/libdrm/tests/etnaviv/ |
H A D | write_bmp.c | 56 unsigned int colours; member 85 .colours = 0, in bmp_header_write()
|
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 265 static const char * const colours[] = { variable 285 int n, m = LWS_ARRAY_SIZE(colours) - 1; in _lwsl_emit_stderr() 291 n = 1 << (LWS_ARRAY_SIZE(colours) - 1); in _lwsl_emit_stderr() 298 fprintf(stderr, "%c%s%s%c[0m", 27, colours[m], line, 27); in _lwsl_emit_stderr()
|
/third_party/backends/backend/ |
H A D | canon_pp-dev.c | 944 char colours[3][6] = {"Red", "Green", "Blue"}; in sanei_canon_pp_calibrate() local 1083 colours[colournum-1], readnum + 1, in sanei_canon_pp_calibrate()
|
Completed in 4 milliseconds