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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_report_decorator.h 30 const char *Warning() const { return Red(); }
31 const char *Error() const { return Red(); }
36 const char *Red() const { return ansi_ ? "\033[1m\033[31m" : ""; }
  /src/sys/external/bsd/gnu-efi/dist/apps/
bltgrid.c 13 * This assums BGRR, but it doesn't really matter; we pick red and
16 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Red = {0, 0, 0xff, 0},
21 Color = ((y / 32) % 2 == 0) ? &Red : &Green;
24 Color = (Color == &Red) ? &Green : &Red;
lfbgrid.c 14 UINT32 Red, Green;
19 Red = be32_to_cpu(0xff000000);
23 Red = be32_to_cpu(0x0000ff00);
27 Red = Info.RedMask;
38 color = ((y / 32) % 2 == 0) ? Red : Green;
41 color = (color == Red) ? Green : Red;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_report_decorator.h 29 const char *Warning() const { return Red(); }
30 const char *Error() const { return Red(); }
35 const char *Red() const { return ansi_ ? "\033[1m\033[31m" : ""; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_report_decorator.h 29 const char *Warning() const { return Red(); }
30 const char *Error() const { return Red(); }
35 const char *Red() const { return ansi_ ? "\033[1m\033[31m" : ""; }
  /src/external/gpl2/groff/dist/src/include/
color.h 92 #define Red components[0]
  /src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.h 22 // The Persistent Red-Black Tree
57 Red,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PRBTree.h 22 // The Persistent Red-Black Tree
57 Red,
  /src/sys/altq/
altq_flowvalve.h 63 enum fv_state { Green, Red } fve_state;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 98 enum class ColorKind { None, Red, Black };
119 return ColorKind::Red;
120 return Color == ColorKind::Red ? ColorKind::Black : ColorKind::Red;
299 case ColorKind::Red:
300 return "Red";
553 // Both assignments, i.e. Red->Up and Red->Down are valid, but they will
565 ColorUp = (I < Num / 2) ? ColorKind::Red : ColorKind::Black;
  /src/sys/arch/i386/stand/lib/
vbe.h 84 uint8_t Red;
  /src/sys/external/bsd/acpica/dist/include/
acbuffer.h 122 UINT8 Red;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h 915 UINT8 Red;

Completed in 32 milliseconds