OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lcg_cmap
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/vax/vsa/
lcg.c
184
}
lcg_cmap
;
variable in typeref:struct:hwcmap256
745
lcg_cmap
.r[i] = lcg_default_cmap.r[i];
746
lcg_cmap
.g[i] = lcg_default_cmap.g[i];
747
lcg_cmap
.b[i] = lcg_default_cmap.b[i];
750
lutaddr[i * 8 + 3] =
lcg_cmap
.r[i] >> (lcg_depth & 7);
752
lutaddr[i * 8 + 5] =
lcg_cmap
.g[i] >> (lcg_depth & 7);
754
lutaddr[i * 8 + 7] =
lcg_cmap
.b[i] >> (lcg_depth & 7);
888
error = copyout(&
lcg_cmap
.r[index], p->red, count);
891
error = copyout(&
lcg_cmap
.g[index], p->green, count);
894
error = copyout(&
lcg_cmap
.b[index], p->blue, count)
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025