Searched refs:Green (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h36 const char *Green() const { return ansi_ ? "\033[1m\033[32m" : ""; } function in class:__sanitizer::SanitizerCommonDecorator
/freebsd-13-stable/stand/efi/include/
H A Defiuga.h80 UINT8 Green; member in struct:__anon8081
H A Defigop.h86 UINT8 Green; member in struct:__anon7974
/freebsd-13-stable/stand/i386/libi386/
H A Dvbe.h107 uint8_t Green; member in struct:paletteentry
H A Dvbe.c643 pe.Green = entry->Green;
1102 pe8[i].Red, pe8[i].Green, pe8[i].Blue);
/freebsd-13-stable/usr.sbin/bsdconfig/console/
H A Dsaver169 "8 $msg_green") # "Green" power saving mode (if supported by monitor)
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c476 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green);
599 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Green", PldInfo->Green);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp124 const char *Name() const { return Green(); }
125 const char *Location() { return Green(); }
126 const char *Thread() { return Green(); }
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslpld.c289 PldInfo.Green = (UINT8) Value;
739 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h47 const char *Location() { return Green(); }
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp34 const char *Name() const { return Green(); }
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c703 PldInfo->Green = ACPI_PLD_GET_GREEN (&Dword);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacbuffer.h231 UINT8 Green; member in struct:acpi_pld_info
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c39 * ALL pixel data is assumed to be 32-bit BGRA (byte order Blue, Green, Red,
124 unsigned char g; /* Green percentage value. */
325 diff = g - pe8[k].Green;
436 data = rgb_to_color_index(p->Red, p->Green, p->Blue);
440 data |= (p->Green &
573 p->Green = (c >> gp) & gm;
653 p->Green, p->Blue);
656 (p->Green & gm) << gp |
1275 pd[i].Green = alpha_blend(ps[i].Green, p
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp110 const char *Highlight() const { return Green(); }
/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c906 AcpiOsPrintf (ACPI_PLD_OUTPUT08, "PLD_Green", PldInfo->Green);
/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c179 pix1.Green = ~pix0.Green;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp43 const char *Location() { return Green(); }
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp5928 Green,
5937 BrightGreen = Bright | Green,
5950 Success = Green,
10004 case Colour::Green: return setTextAttribute( FOREGROUND_GREEN );
10067 case Colour::Green: return setColour( "[0;32m" );

Completed in 314 milliseconds