Home
last modified time | relevance | path

Searched refs:Blue (Results 1 – 25 of 166) sorted by relevance

1234567

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dcolor.cpp99 if (Red != c.Red || Green != c.Green || Blue != c.Blue) in operator ==()
150 Blue = min(MAX_COLOR_VAL, b); in set_rgb()
264 *b = Blue; in get_rgb()
298 *y = MAX_COLOR_VAL - Blue; in get_cmy()
328 min(MAX_COLOR_VAL - Green, MAX_COLOR_VAL - Blue)); in get_cmyk()
339 *y = (MAX_COLOR_VAL * (MAX_COLOR_VAL - Blue - *k)) in get_cmyk()
379 *g = (222*Red + 707*Green + 71*Blue) / 1000; in get_gray()
408 double(Blue) / MAX_COLOR_VAL); in print_color()
/netbsd-src/external/bsd/libfido2/dist/udev/
H A Dfidodevs105 product LEDGER 0x0000 Ledger Blue
108 product LEDGER 0x0011 Ledger Blue
109 product LEDGER 0x0015 Ledger Blue Legacy
H A D70-u2f.rules186 # Ledger Blue by LEDGER
195 # Ledger Blue by LEDGER
198 # Ledger Blue Legacy by LEDGER
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.h47 const char *Access() { return Blue(); } in Access()
70 return Blue(); in ShadowByte()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_descriptions.h46 const char *Access() { return Blue(); } in Access()
69 return Blue(); in ShadowByte()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.h45 const char *Access() { return Blue(); } in Access()
68 return Blue(); in ShadowByte()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h39 const char *Blue() const { return ansi_ ? "\033[1m\033[34m" : ""; } in Blue() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_report_decorator.h38 const char *Blue() const { return ansi_ ? "\033[1m\033[34m" : ""; } in Blue() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_report_decorator.h37 const char *Blue() const { return ansi_ ? "\033[1m\033[34m" : ""; } in Blue() function
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dorion5x-lacie-d2-network.dts192 * MPP16: Blue front LED blink control
222 * GPIO 23: Blue front LED off
H A Dexynos5422-odroidxu4.dts82 * PWM 2 -- Blue LED
H A Dexynos5422-odroidxu3.dts66 * PWM 2 -- Blue LED
H A Dexynos5422-odroidxu3-lite.dts99 * PWM 2 -- Blue LED
H A Dexynos5422-odroidhc1.dts254 * PWM 2 -- Blue LED
H A Dorion5x-maxtor-shared-storage-2.dts164 * GPIO 23: Blue front LED off
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dcolor.h94 #define Blue components[2] macro
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbconvert.c371 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue); in AcpiDbEncodePldBuffer()
494 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Blue", PldInfo->Blue); in AcpiDbDumpPldBuffer()
/netbsd-src/games/quiz/datfiles/
H A Dlocomotive7 2-6-6-6:Allegheny|Blue Ridge
/netbsd-src/sys/arch/i386/stand/lib/
H A Dvbe.h82 uint8_t Blue; member
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/javadoc2/
H A Dstylesheet.css23 .NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td15 // PPC-440- and PPC-450-based Blue Gene (L and P) supercomputers.
18 // SIMD floating-point unit for Blue Gene/L.
21 // Carlos Sosa and Brant Knudson. IBM System Blue Gene Solution:
22 // Blue Gene/P Application Development.
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslpld.c185 PldInfo.Blue = (UINT8) Value; in OpcDoPld()
632 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue); in OpcEncodePldBuffer()
/netbsd-src/sys/arch/playstation2/conf/
H A DGENERIC28 #options ALTQ_BLUE # Stochastic Fair Blue
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutxface.c596 PldInfo->Blue = ACPI_PLD_GET_BLUE (&Dword); in ACPI_EXPORT_SYMBOL()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst132 typedef enum { Red, Green, Blue } Color;
177 typedef enum : unsigned char { Red, Green, Blue } Color;
178 …NSNumber *red = @(Red), *green = @(Green), *blue = @(Blue); // => [NSNumber numberWithUnsignedChar…
191 typedef enum : unsigned char { Red, Green, Blue } Color;

1234567