Lines Matching full:colors
19 static void split(u8 *mem, uint size, u8 *text, u8 *colors) in split() argument
25 colors[i] = p[i] % 0x100; in split()
33 u8 colors[memsize / 2]; in print_mem() local
37 split(mem, memsize / 2, text, colors); in print_mem()
48 printf("%c", colors[i]); in print_mem()
58 u8 colors[memsize / 2]; in dm_test_osd_basics() local
72 split(mem, memsize / 2, text, colors); in dm_test_osd_basics()
85 ut_assertok(memcmp(colors, "kkkkkkkkkk" in dm_test_osd_basics()
101 split(mem, memsize / 2, text, colors); in dm_test_osd_basics()
114 ut_assertok(memcmp(colors, "kkkkkkkkkk" in dm_test_osd_basics()
136 u8 colors[memsize / 2]; in dm_test_osd_extended() local
153 split(mem, memsize / 2, text, colors); in dm_test_osd_extended()
161 ut_assertok(memcmp(colors, "kkkkkkkkkkkkkkkkkkkk" in dm_test_osd_extended()
191 split(mem, memsize / 2, text, colors); in dm_test_osd_extended()
201 ut_assertok(memcmp(colors, "gggggggggggggggggggg" in dm_test_osd_extended()