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

  /src/tests/usr.bin/indent/
lsym_tag.c 21 enum color colors[] = { enum in function:indent_enum_constants
33 if (colors[0] == (enum color)1) {
  /src/sys/uvm/pmap/
pmap.c 1991 u_int colors = 0; local in function:pmap_pvlist_check
1996 colors |= __BIT(atop(pv->pv_va) & colormask);
2003 || colors == 0 || (colors & (colors-1)) == 0
2004 || VM_PAGEMD_UNCACHED_P(mdpg), "colors=%#x uncached=%u",
2005 colors, VM_PAGEMD_UNCACHED_P(mdpg));
  /src/sys/arch/amiga/dev/
amidisplaycc.c 68 /* These can be lowered if you are sure you don't need that much colors. */
287 /* Mapping of colors to screen colors. */
608 /* Extract the colors from the attribute */
613 /* Translate to screen colors */
1003 /* Ensure the colors are displayable. */
1016 * If foreground and background colors are different but would
1354 /* Simple one-to-one mapping for most colors */
1359 * Arrange the most used pens to quickest colors.
1364 * So map colors 3->2, 7->4, 15->8 and so on
1694 u_int colors; local in function:amidisplaycc_setcmap
1788 u_int colors; local in function:amidisplaycc_getcmap
    [all...]
  /src/sys/dev/pci/
if_iwm.c 5854 int colors[IWM_MAX_BINDINGS] = { -1, -1, -1, -1, }; local in function:iwm_update_quotas
5864 colors[id] = in->in_phyctxt->color;
5889 if (colors[i] < 0)
5893 htole32(IWM_FW_CMD_ID_AND_COLOR(i, colors[i]));

Completed in 19 milliseconds