HomeSort by: relevance | last modified time | path
    Searched defs:lcg_depth (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/vax/vsa/
lcg.c 164 static int lcg_depth; variable in typeref:typename:int
722 fb->depth = lcg_depth;
723 fb->cmsize = 1 << lcg_depth;
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);
885 if (index >= (1 << lcg_depth) || count > (1 << lcg_depth) - index)
904 if (index >= (1 << lcg_depth) || count > (1 << lcg_depth) - index
    [all...]

Completed in 11 milliseconds