Home
last modified time | relevance | path

Searched refs:RED (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/unbound/util/
H A Drbtree.c50 #define RED 1 macro
163 while (node != rbtree->root && node->parent->color == RED) { in rbtree_insert_fixup()
169 if (uncle->color == RED) { in rbtree_insert_fixup()
175 node->parent->parent->color = RED; in rbtree_insert_fixup()
187 node->parent->parent->color = RED; in rbtree_insert_fixup()
194 if (uncle->color == RED) { in rbtree_insert_fixup()
200 node->parent->parent->color = RED; in rbtree_insert_fixup()
212 node->parent->parent->color = RED; in rbtree_insert_fixup()
256 data->color = RED; in rbtree_insert()
387 if(to_delete->color == RED) in rbtree_delete()
[all …]
/freebsd/contrib/ldns/
H A Drbtree.c52 #define RED 1 macro
171 while (node != rbtree->root && node->parent->color == RED) { in ldns_rbtree_insert_fixup()
177 if (uncle->color == RED) { in ldns_rbtree_insert_fixup()
183 node->parent->parent->color = RED; in ldns_rbtree_insert_fixup()
195 node->parent->parent->color = RED; in ldns_rbtree_insert_fixup()
202 if (uncle->color == RED) { in ldns_rbtree_insert_fixup()
208 node->parent->parent->color = RED; in ldns_rbtree_insert_fixup()
220 node->parent->parent->color = RED; in ldns_rbtree_insert_fixup()
269 data->color = RED; in ldns_rbtree_insert()
394 if(to_delete->color == RED) in ldns_rbtree_delete()
[all …]
/freebsd/contrib/dialog/samples/
H A Dsourcemage.rc31 screen_color = (RED,BLACK,ON)
40 title_color = (RED,WHITE,ON)
46 button_active_color = (WHITE,RED,ON)
55 button_key_inactive_color = (RED,WHITE,OFF)
58 button_label_active_color = (RED,RED,ON)
H A Dslackware.rc55 button_key_inactive_color = (RED,CYAN,OFF)
76 searchbox_border_color = (RED,WHITE,OFF)
103 tag_key_selected_color = (RED,BLUE,ON)
H A Ddebian.rc56 button_key_inactive_color = (RED,WHITE,OFF)
104 tag_key_selected_color = (RED,BLUE,ON)
H A Dsuse.rc55 button_key_inactive_color = (RED,WHITE,OFF)
103 tag_key_selected_color = (RED,BLUE,ON)
H A Dwhiptail.rc40 title_color = (RED,WHITE,ON)
46 button_active_color = (WHITE,RED,ON)
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/enum/
H A Derr.D_DECL_IDRED.EnumSameName.d42 RED, enumerator
48 RED, enumerator
H A Dtst.EnumEquality.d40 RED, enumerator
53 /(WHITE == RED) && (YELLOW == BLUE) && (GREEN == BLACK)/
H A Dtst.EnumValAssign.d42 RED, enumerator
53 /(0 == RED) && (10 == ORANGE) && (2 == YELLOW) && (3 == GREEN) &&
H A Dtst.EnumSameValue.d43 RED = 2, enumerator
H A Derr.D_UNKNOWN.RepeatIdentifiers.d43 RED, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp176 Highlight = raw_ostream::RED; in renderLine()
189 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
191 Highlight = raw_ostream::RED; in renderLine()
317 colored_ostream(OS, raw_ostream::RED, in renderBranchView()
327 colored_ostream(OS, raw_ostream::RED, in renderBranchView()
382 colored_ostream(OS, raw_ostream::RED, in renderMCDCView()
398 getOptions().colored_ostream(OS, raw_ostream::RED) in renderInstantiationView()
H A Dllvm-cov.cpp87 errs().changeColor(raw_ostream::RED); in main()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp39 llvm::WithColor Header(OS, llvm::raw_ostream::Colors::RED, /*Bold=*/true); in beginAnalysis()
51 llvm::WithColor Header(OS, llvm::raw_ostream::Colors::RED, /*Bold=*/true); in endAnalysis()
63 llvm::WithColor Header(OS, llvm::raw_ostream::Colors::RED, /*Bold=*/true); in enterBlock()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h66 static const TerminalColor ErrorsColor = {llvm::raw_ostream::RED, true};
76 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
/freebsd/sys/dev/syscons/fire/
H A Dfire_saver.c51 #define RED(n) ((n) * 3 + 0) macro
172 fire_pal[RED(i)] = red; in fire_init()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp65 OS.changeColor(raw_ostream::RED); in WithColor()
68 OS.changeColor(raw_ostream::RED, true); in WithColor()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Derr.D_XLATE_SOU.BadTransDecl8.d46 RED, enumerator
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8-apalis-ixora-v1.1.dtsi164 "LED-5-GREEN", "LED-5-RED", "gpio5-22", "gpio5-23",
166 "LED-4-GREEN", "gpio5-28", "LED-4-RED", "gpio5-30",
H A Dimx8-apalis-ixora-v1.2.dtsi213 "LED-5-GREEN", "LED-5-RED", "gpio5-22", "gpio5-23",
215 "LED-4-GREEN", "gpio5-28", "LED-4-RED", "gpio5-30",
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a-moxa-uc-8410a.dts56 label = "UC8410A:RED:PROG";
110 label = "UC8410A:RED:DIA";
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionDataTypes.d81 RED, enumerator
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d82 RED, enumerator
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d81 RED, enumerator

123