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

  /src/games/trek/
srscan.c 60 static const char *const Color[4] = {
118 printf("condition %s", Color[Ship.cond]);
  /src/sys/external/bsd/gnu-efi/dist/apps/
bltgrid.c 18 *Color;
21 Color = ((y / 32) % 2 == 0) ? &Red : &Green;
24 Color = (Color == &Red) ? &Green : &Red;
25 PixelBuffer[y * Width + x] = *(UINT32 *)Color;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
EHPersonalities.cpp 86 // Build up the color map, which maps each block to its set of 'colors'.
103 BasicBlock *Color;
104 std::tie(Visiting, Color) = Worklist.pop_back_val();
107 << Color->getName() << "\n");
111 Color = Visiting;
113 // Note that this is a member of the given color.
115 if (!is_contained(Colors, Color))
116 Colors.push_back(Color);
121 dbgs() << " Assigned color \'" << Color->getName(
    [all...]
  /src/external/mit/xorg/server/xorg-server/hw/xnest/
Makefile 16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \
46 CPPFLAGS.Color.c= -Wno-error
  /src/external/mit/xorg/server/xorg-server.old/hw/xnest/
Makefile 16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \
45 CPPFLAGS.Color.c= -Wno-error
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegColoring.cpp 139 size_t Color = I;
150 Color = C;
155 unsigned New = SortedIntervals[Color]->reg();
158 UsedColors.set(Color);
159 Assignments[Color].push_back(LI);
  /src/external/bsd/less/dist/lesstest/
lt_types.h 6 typedef unsigned char Color;
8 #define NULL_COLOR ((Color)0xff)
  /src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.h 55 enum Color
76 char color; member in struct:PRBTree::LMap
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PRBTree.h 55 enum Color
76 char color; member in struct:PRBTree::LMap
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTDumperUtils.h 30 llvm::raw_ostream::Colors Color;
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color)
94 OS.changeColor(Color.Color, Color.Bold);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFGPrinter.h 289 std::string Color = getHeatColor(Freq, CFGInfo->getMaxFreq());
294 std::string Attrs = "color=\"" + EdgeColor + "ff\", style=filled," +
295 " fillcolor=\"" + Color + "70\"";
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackSlotColoring.cpp 82 // AllColors - If index is set, it's a spill slot, i.e. color.
85 // index == better color. This is per stack ID.
88 // NextColor - Next "color" that's not yet used. This is per stack ID.
94 // Assignments - Color to intervals mapping.
120 bool OverlapWithAssignments(LiveInterval *li, int Color) const;
247 // Get first "color".
253 /// LiveIntervals that have already been assigned to the specified color.
255 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const {
256 const SmallVectorImpl<LiveInterval *> &OtherLIs = Assignments[Color];
265 /// ColorSlot - Assign a "color" (stack slot) to the specified stack slot
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 109 if (!color())
117 ColorKind other(ColorKind Color) {
118 if (Color == ColorKind::None)
120 return Color == ColorKind::Red ? ColorKind::Black : ColorKind::Red;
146 bool color();
151 auto Color = ColorKind::None;
156 if (Color == ColorKind::None)
157 Color = ColorN;
158 else if (Color != ColorKind::None && Color != ColorN
189 bool Coloring::color() { function in class:Coloring
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 22 // and assign them all the same "color" (oddness/evenness).
50 // destination register is the correct color. Used for testing.
53 cl::desc("Always modify dest registers regardless of color"),
57 // color always. Used for testing.
100 /// A "color", which is either even or odd. Yes, these aren't really colors
101 /// but the algorithm is conceptually doing two-color graph coloring.
102 enum class Color { Even, Odd };
140 bool colorChain(Chain *G, Color C, MachineBasicBlock &MBB);
141 int scavengeRegister(Chain *G, Color C, MachineBasicBlock &MBB);
147 Color getColor(unsigned Register)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 188 /// What color to use for this annotation.
189 raw_ostream::Colors Color;
195 MarkerStyle(char Lead, raw_ostream::Colors Color,
197 : Lead(Lead), Color(Color), Note(Note), FiltersAsError(FiltersAsError) {
247 << " - -color forces colors to be enabled both in the dump and below\n"
253 << " $ FILECHECK_OPTS='-dump-input-filter=all -vv -color' ninja check\n"
697 WithColor COS(*LineOS, AnnotationItr->Marker.Color, /*Bold=*/true,
729 // Enable use of ANSI color codes because FileCheck is using them to
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageViewHTML.cpp 74 background-color: #ffd0d0;
77 background-color: cyan;
89 background-color: #eee;
100 background-color: rgba(0, 0, 0, 0);
129 background-color: #ffffd0;
132 background-color: #fffff0;
136 background-color: #ffd0d0;
139 background-color: #fff0f0;
143 background-color: #d0ffd0;
146 background-color: #f0fff0
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 658 int Color = NextReservedID;
682 int ProposedColor = Color;
762 Color = ++NextReservedID;
763 ProposedColor = Color;
769 Color = ++NextReservedID;
770 ProposedColor = Color;
808 // Color 0 by default.
811 // Same color than parents.
850 // Keep color 0.
853 // Same color than parents
1056 unsigned color = CurrentColoring[SU->NodeNum]; local
1062 unsigned color = CurrentColoring[SU->NodeNum]; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 5715 const raw_ostream::Colors Color = raw_ostream::BLUE;
5717 OS.changeColor(Color);
5725 OS.changeColor(Color);
5752 const raw_ostream::Colors Color = raw_ostream::MAGENTA;
5754 OS.changeColor(Color);
5762 OS.changeColor(Color);

Completed in 35 milliseconds