| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| D | enumeration-1.m | 11 } color; typedef 17 - (color)color; method 18 - (void)setColor: (color)a; argument 23 { 42 if ([c color] != black) argument
|
| D | enumeration-2.m | 5 typedef enum { black, white } color; typedef
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| D | mangle2.C | 5 } color; typedef 7 void foo(color) { in foo() argument
|
| D | mangle1.C | 8 typedef enum { red } color; typedef
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| D | enum13.C | 6 COLOR color:2; member 9 COLOR color; variable
|
| D | enum-clash.C | 4 enum color {red, yellow, green=20, blue}; enum
|
| D | enum7.C | 3 enum color { red, green, blue, orange, brown }; enum
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/core/ |
| D | dc_hw_sequencer.c | 311 struct tg_color *color) in get_mpctree_visual_confirm_color() 332 struct tg_color *color) in get_surface_visual_confirm_color() 382 struct tg_color *color) in get_hdr_visual_confirm_color() 430 struct tg_color *color) in get_subvp_visual_confirm_color() 458 struct tg_color *color) in get_mclk_switch_visual_confirm_color() 561 struct tg_color *color) in get_fams2_visual_confirm_color() 966 struct tg_color *color) in get_surface_tile_visual_confirm_color()
|
| /openbsd/src/lib/libcurses/base/ |
| D | lib_color.c | 708 _nc_init_color(SCREEN *sp, int color, int r, int g, int b) in _nc_init_color() 769 init_color(NCURSES_COLOR_T color, in init_color() 831 _nc_color_content(SCREEN *sp, int color, int *r, int *g, int *b) in _nc_color_content() 916 color_content(NCURSES_COLOR_T color, in color_content() 1141 init_extended_color(int color, int r, int g, int b) in init_extended_color() 1149 extended_color_content(int color, int *r, int *g, int *b) in extended_color_content()
|
| D | lib_screen.c | 213 decode_attr(char *source, attr_t *target, int *color) in decode_attr() 329 int color = PAIR_NUMBER((int) attr); in decode_chtype() local 344 int color; in decode_cchar() local 379 int color; in read_win() local
|
| /openbsd/src/sys/dev/pci/drm/i915/ |
| D | i915_gem_gtt.c | 105 u64 size, u64 offset, unsigned long color, in i915_gem_gtt_reserve() 198 u64 size, u64 alignment, unsigned long color, in i915_gem_gtt_insert()
|
| /openbsd/src/sys/dev/pci/drm/include/drm/ |
| D | drm_mm.h | 159 unsigned long color; member 240 unsigned long color; member 435 unsigned long color, in drm_mm_insert_node_generic() 535 unsigned long color, in drm_mm_scan_init()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_panic.c | 229 static u32 convert_from_xrgb8888(u32 color, u32 format) in convert_from_xrgb8888() 375 u16 color) in drm_panic_fill16() 386 u32 color) in drm_panic_fill24() 404 u32 color) in drm_panic_fill32() 415 u32 color) in drm_panic_fill_pixel() 433 u32 color) in drm_panic_fill() 485 u32 color) in draw_txt_rectangle()
|
| D | drm_damage_helper.c | 109 unsigned int color, struct drm_clip_rect *clips, in drm_atomic_helper_dirtyfb()
|
| /openbsd/src/games/hack/ |
| D | def.objects.h | 215 #define POTION(name,color) { name, color, NULL, 0, 1,\ argument 318 #define GEM(name,color,prob,gval) { name, color, NULL, 0, 1,\ argument
|
| D | hack.wield.c | 126 char *color = (amount < 0) ? "black" : "green"; in chwepon() local
|
| /openbsd/src/gnu/llvm/llvm/tools/opt-viewer/ |
| D | optrecord.py | 241 def color(self): member in Analysis 257 def color(self): member in Passed 265 def color(self): member in Missed
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/dce60/ |
| D | dce60_hw_sequencer.c | 198 struct tg_color *color) in dce60_get_surface_visual_confirm_color() 235 struct tg_color color = {0}; in dce60_program_scaler() local
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_color.c | 797 static u32 i9xx_lut_8(const struct drm_color_lut *color) in i9xx_lut_8() 817 static u32 i9xx_lut_10_ldw(const struct drm_color_lut *color) in i9xx_lut_10_ldw() 845 static u32 i9xx_lut_10_udw(const struct drm_color_lut *color) in i9xx_lut_10_udw() 852 static void i9xx_lut_10_pack(struct drm_color_lut *color, in i9xx_lut_10_pack() 867 static void i9xx_lut_10_pack_slope(struct drm_color_lut *color, in i9xx_lut_10_pack_slope() 885 static u32 i965_lut_10p6_ldw(const struct drm_color_lut *color) in i965_lut_10p6_ldw() 893 static u32 i965_lut_10p6_udw(const struct drm_color_lut *color) in i965_lut_10p6_udw() 916 static u32 ilk_lut_10(const struct drm_color_lut *color) in ilk_lut_10() 931 static u32 ilk_lut_12p4_ldw(const struct drm_color_lut *color) in ilk_lut_12p4_ldw() 939 static u32 ilk_lut_12p4_udw(const struct drm_color_lut *color) in ilk_lut_12p4_udw() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ |
| D | ANSIColor.pm | 394 sub color { subroutine
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | rbtree.h | 65 uint8_t color; member
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/ |
| D | Tester.pm | 430 sub color { subroutine
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | rbtree.h | 65 uint8_t color; member
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | DebuggerEvents.cpp | 65 llvm::HighlightColor color = m_type == Type::Warning in Dump() local
|
| /openbsd/src/usr.sbin/nsd/ |
| D | rbtree.h | 26 uint8_t color; member
|