HomeSort by: relevance | last modified time | path
    Searched refs:Red (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /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/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/sys/external/bsd/gnu-efi/dist/apps/
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;
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;
  /src/external/gpl2/groff/dist/src/libs/libgroff/
color.cpp 99 if (Red != c.Red || Green != c.Green || Blue != c.Blue)
148 Red = min(MAX_COLOR_VAL, r);
262 *r = Red;
296 *c = MAX_COLOR_VAL - Red;
327 *k = min(MAX_COLOR_VAL - Red,
335 *c = (MAX_COLOR_VAL * (MAX_COLOR_VAL - Red - *k))
379 *g = (222*Red + 707*Green + 71*Blue) / 1000;
406 double(Red) / MAX_COLOR_VAL,
  /src/sys/altq/
altq_flowvalve.h 63 enum fv_state { Green, Red } fve_state;
  /src/external/gpl2/groff/dist/src/include/
color.h 92 #define Red components[0]
  /src/sys/arch/i386/stand/lib/
vbe.h 84 uint8_t Red;
  /src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.h 22 // The Persistent Red-Black Tree
57 Red,
PRBTree.cc 21 // The Persistent Red-Black Tree
39 #define IS_RED(x) ((x)!=NULL && (x)->color == Red)
41 #define SET_RED(x) (x)->color = Red
49 color = Red;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PRBTree.h 22 // The Persistent Red-Black Tree
57 Red,
PRBTree.cc 21 // The Persistent Red-Black Tree
39 #define IS_RED(x) ((x)!=NULL && (x)->color == Red)
41 #define SET_RED(x) (x)->color = Red
49 color = Red;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/m32c/
gloss.s 4 ;;; Contributed by Red Hat, Inc.
sample.s 4 ;;; Contributed by Red Hat, Inc.
  /src/external/gpl3/gdb/dist/sim/testsuite/m32c/
gloss.s 4 ;;; Contributed by Red Hat, Inc.
sample.s 4 ;;; Contributed by Red Hat, Inc.
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 55 return Red();
61 return Red();
74 return Red();
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_descriptions.h 54 return Red();
60 return Red();
73 return Red();
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_descriptions.h 54 return Red();
60 return Red();
73 return Red();
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
rbtree.d 2 This module implements a red-black tree container.
8 Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
43 // A Red Black tree with the highest element at front:
69 * Implementation for a Red Black node for use in a Red Black Tree (see below)
78 * A Red Black tree should have O(lg(n)) insertion, removal, and search time.
102 Red,
139 * $(RED Warning: If the node this is called on is a local variable, a stack pointer can be
156 * $(RED Warning: If the node this is called on is a local variable, a stack pointer can be
273 * update to the whole tree, possibly rotating nodes to keep the Red-Blac
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
epilogue.S 2 ; Contributed by Red Hat.
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
signbit.S 2 ; Contributed by Red Hat.
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
epilogue.S 2 ; Contributed by Red Hat.
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
signbit.S 2 ; Contributed by Red Hat.

Completed in 24 milliseconds

1 2 3