Home
last modified time | relevance | path

Searched refs:WHITE (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dbsp.py109 WHITE = 1
117 if color.setdefault(dep, WHITE) == WHITE:
125 if color.setdefault(task, WHITE) == WHITE:
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init_check.sh65 for WHITE in $WHITELIST
67 if [ "$UNDEF" = "$WHITE" ]; then
/openbmc/linux/drivers/staging/fbtft/
H A Dfb_agm1264k-fl.c20 #define WHITE 0xff macro
269 if (p > WHITE) in iterate_diffusion_matrix()
270 p = WHITE; in iterate_diffusion_matrix()
315 signed short error_w = pixel - WHITE; in write_vmem()
/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/test/dm/
H A Dvideo.c114 #define WHITE 0xffff in dm_test_video_text() macro
132 vidconsole_set_row(con, 0, WHITE); in dm_test_video_text()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-Avoid-variable-definition-in-header-files.patch91 #define WHITE 7
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py43 WHITE = (1.0, 1.0, 1.0, 1.0) variable
688 col = WHITE
716 draw_fill_rect(ctx, WHITE, (0, 0, max(w, MIN_IMG_W), h))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py54 BASECOLOR, BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = list(range(29,38))