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

  /src/sys/arch/sgimips/gio/
newport.c 129 uint8_t our_cmap[768]; variable in typeref:typename:uint8_t[768]
499 our_cmap[i * 3] = ctmp;
503 our_cmap[i * 3 + 1] = ctmp;
508 our_cmap[i * 3 + 2] = ctmp;
510 newport_cmap_setrgb(dc, i, our_cmap[i * 3],
511 our_cmap[i * 3 + 1], our_cmap[i * 3 + 2]);

Completed in 13 milliseconds