| /freebsd-14.2/contrib/unbound/util/ |
| H A D | rbtree.c | 50 #define RED 1 macro 169 if (uncle->color == RED) { in rbtree_insert_fixup() 194 if (uncle->color == RED) { in rbtree_insert_fixup() 256 data->color = RED; in rbtree_insert() 387 if(to_delete->color == RED) in rbtree_delete() 391 else if(child->color == RED) in rbtree_delete() 424 if(sibling->color == RED) in rbtree_delete_fixup() 442 sibling->color = RED; in rbtree_delete_fixup() 460 sibling->color = RED; in rbtree_delete_fixup() 473 sibling->color = RED; in rbtree_delete_fixup() [all …]
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | rbtree.c | 52 #define RED 1 macro 177 if (uncle->color == RED) { in ldns_rbtree_insert_fixup() 202 if (uncle->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() 398 else if(child->color == RED) in ldns_rbtree_delete() 430 if(sibling->color == RED) in ldns_rbtree_delete_fixup() 448 sibling->color = RED; in ldns_rbtree_delete_fixup() 466 sibling->color = RED; in ldns_rbtree_delete_fixup() 478 sibling->color = RED; in ldns_rbtree_delete_fixup() [all …]
|
| /freebsd-14.2/contrib/dialog/samples/ |
| H A D | sourcemage.rc | 31 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 D | slackware.rc | 55 button_key_inactive_color = (RED,CYAN,OFF) 76 searchbox_border_color = (RED,WHITE,OFF) 103 tag_key_selected_color = (RED,BLUE,ON)
|
| H A D | debian.rc | 56 button_key_inactive_color = (RED,WHITE,OFF) 104 tag_key_selected_color = (RED,BLUE,ON)
|
| H A D | whiptail.rc | 40 title_color = (RED,WHITE,ON) 46 button_active_color = (WHITE,RED,ON)
|
| H A D | suse.rc | 55 button_key_inactive_color = (RED,WHITE,OFF) 103 tag_key_selected_color = (RED,BLUE,ON)
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/enum/ |
| H A D | err.D_DECL_IDRED.EnumSameName.d | 42 RED, enumerator 48 RED, enumerator
|
| H A D | tst.EnumEquality.d | 40 RED, enumerator 53 /(WHITE == RED) && (YELLOW == BLUE) && (GREEN == BLACK)/
|
| H A D | tst.EnumValAssign.d | 42 RED, enumerator 53 /(0 == RED) && (10 == ORANGE) && (2 == YELLOW) && (3 == GREEN) &&
|
| H A D | tst.EnumSameValue.d | 43 RED = 2, enumerator
|
| H A D | err.D_UNKNOWN.RepeatIdentifiers.d | 43 RED, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Logger.cpp | 39 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-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 176 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 D | llvm-cov.cpp | 87 errs().changeColor(raw_ostream::RED); in main()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 66 static const TerminalColor ErrorsColor = {llvm::raw_ostream::RED, true}; 76 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
|
| /freebsd-14.2/sys/dev/syscons/fire/ |
| H A D | fire_saver.c | 51 #define RED(n) ((n) * 3 + 0) macro 172 fire_pal[RED(i)] = red; in fire_init()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
| H A D | err.D_XLATE_SOU.BadTransDecl8.d | 46 RED, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 65 OS.changeColor(raw_ostream::RED); in WithColor() 68 OS.changeColor(raw_ostream::RED, true); in WithColor()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8-apalis-ixora-v1.1.dtsi | 164 "LED-5-GREEN", "LED-5-RED", "gpio5-22", "gpio5-23", 166 "LED-4-GREEN", "gpio5-28", "LED-4-RED", "gpio5-30",
|
| H A D | imx8-apalis-ixora-v1.2.dtsi | 211 "LED-5-GREEN", "LED-5-RED", "gpio5-22", "gpio5-23", 213 "LED-4-GREEN", "gpio5-28", "LED-4-RED", "gpio5-30",
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/ |
| H A D | tst.UnionDataTypes.d | 81 RED, enumerator
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/ |
| H A D | tst.SizeofDataTypes.d | 82 RED, enumerator
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/ |
| H A D | tst.StructDataTypes.d | 81 RED, enumerator
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | ls1021a-moxa-uc-8410a.dts | 56 label = "UC8410A:RED:PROG"; 110 label = "UC8410A:RED:DIA";
|