Home
last modified time | relevance | path

Searched defs:color (Results 1 – 25 of 82) sorted by relevance

1234

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
Denumeration-1.m11 } color; typedef
17 - (color)color; method
18 - (void)setColor: (color)a; argument
23 {
42 if ([c color] != black) argument
Denumeration-2.m5 typedef enum { black, white } color; typedef
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dmangle2.C5 } color; typedef
7 void foo(color) { in foo() argument
Dmangle1.C8 typedef enum { red } color; typedef
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
Denum13.C6 COLOR color:2; member
9 COLOR color; variable
Denum-clash.C4 enum color {red, yellow, green=20, blue}; enum
Denum7.C3 enum color { red, green, blue, orange, brown }; enum
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_hw_sequencer.c311 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/
Dlib_color.c708 _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()
Dlib_screen.c213 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/
Di915_gem_gtt.c105 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/
Ddrm_mm.h159 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/
Ddrm_panic.c229 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()
Ddrm_damage_helper.c109 unsigned int color, struct drm_clip_rect *clips, in drm_atomic_helper_dirtyfb()
/openbsd/src/games/hack/
Ddef.objects.h215 #define POTION(name,color) { name, color, NULL, 0, 1,\ argument
318 #define GEM(name,color,prob,gval) { name, color, NULL, 0, 1,\ argument
Dhack.wield.c126 char *color = (amount < 0) ? "black" : "green"; in chwepon() local
/openbsd/src/gnu/llvm/llvm/tools/opt-viewer/
Doptrecord.py241 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/
Ddce60_hw_sequencer.c198 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/
Dintel_color.c797 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/
DANSIColor.pm394 sub color { subroutine
/openbsd/src/usr.sbin/unbound/util/
Drbtree.h65 uint8_t color; member
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
DTester.pm430 sub color { subroutine
/openbsd/src/sbin/unwind/libunbound/util/
Drbtree.h65 uint8_t color; member
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebuggerEvents.cpp65 llvm::HighlightColor color = m_type == Type::Warning in Dump() local
/openbsd/src/usr.sbin/nsd/
Drbtree.h26 uint8_t color; member

1234