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

1 2

  /src/tests/usr.bin/indent/
lsym_tag.c 21 enum color colors[] = { local
33 if (colors[0] == (enum color)1) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 110 Colors.clear();
113 const MapType &colors() const { function in struct:__anon4878::Coloring
114 return Colors;
127 MapType Colors;
139 auto F = Colors.find(N);
140 return F != Colors.end() ? F->second : ColorKind::None;
204 if (Colors.count(N))
210 Colors[N] = other(P.second);
216 if (!Needed.count(conj(N)) || Colors.count(N))
221 Colors[N] = other(P.second)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
whatis-ptype-typedefs.c 71 typedef enum colors {red, green, blue} colors_typedef; enum
72 DEF (colors); variable
exprs.c 178 enum colors {red, green, blue} color; enum
setvar.c 183 enum colors {red, green, blue} color; enum
call-ar-st.c 48 YELLOW} colors; typedef in typeref:enum:__anon18035
144 * IN colors shirt -- enumerated type
146 void print_student_id_shirt_color (id_int student, colors shirt)
880 static colors my_shirt = YELLOW;
ctf-ptype.c 205 enum colors {yellow, purple, pink} nonprimary; enum
cvexpr.c 228 enum colors {yellow, purple, pink} nonprimary; enum
ptype.c 221 enum colors {yellow, purple, pink} nonprimary; enum
whatis.c 242 enum colors {red, green, blue} color; enum
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
whatis-ptype-typedefs.c 71 typedef enum colors {red, green, blue} colors_typedef; enum
72 DEF (colors); variable
exprs.c 178 enum colors {red, green, blue} color; enum
setvar.c 183 enum colors {red, green, blue} color; enum
call-ar-st.c 48 YELLOW} colors; typedef in typeref:enum:__anon20779
144 * IN colors shirt -- enumerated type
146 void print_student_id_shirt_color (id_int student, colors shirt)
880 static colors my_shirt = YELLOW;
ctf-ptype.c 205 enum colors {yellow, purple, pink} nonprimary; enum
cvexpr.c 228 enum colors {yellow, purple, pink} nonprimary; enum
ptype.c 221 enum colors {yellow, purple, pink} nonprimary; enum
whatis.c 242 enum colors {red, green, blue} color; enum
  /src/external/bsd/tmux/dist/
image-sixel.c 523 u_int i, x, c, dx, colors[6]; local
529 colors[i] = 0;
533 colors[i] = sl->data[x];
541 if (colors[i] == 0)
544 c = colors[i] - 1;
  /src/sys/uvm/pmap/
pmap.c 1991 u_int colors = 0; local
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/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/
whatis.c 242 enum colors {red, green, blue} color; enum
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ctf/
whatis.c 242 enum colors {red, green, blue} color; enum
  /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
1788 u_int colors; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
windint.h 723 bfd_byte colors; member in struct:rc_group_icon
746 bfd_byte colors[1]; member in struct:bin_group_icon_item
  /src/external/gpl3/binutils.old/dist/binutils/
windint.h 723 bfd_byte colors; member in struct:rc_group_icon
746 bfd_byte colors[1]; member in struct:bin_group_icon_item

Completed in 58 milliseconds

1 2