Home | Sort by: relevance | last modified time | path |
/src/sys/dev/hpc/ | |
hpccmap_gen.c | 47 unsigned char compo6[6] = { 0, 51, 102, 153, 204, 255 }; variable in typeref:typename:unsigned char[6] 134 compo6[r], compo6[g], compo6[b]); |
/src/sys/arch/ews4800mips/dev/ | |
ga.c | 228 const uint8_t compo6[6] = { 0, 51, 102, 153, 204, 255 }; local in function:ga_clut_init 270 ga->clut[i][0] = compo6[r]); 272 ga->clut[i][1] = compo6[g]); 274 ga->clut[i][2] = compo6[b]); |
/src/sys/arch/hpcmips/dev/ | |
plumvideo.c | 664 static const u_int8_t compo6[6] = { 0, 51, 102, 153, 204, 255 }; local in function:__plumvideo_clut_default 687 RGB24(compo6[r], 688 compo6[g], 689 compo6[b])); |