Searched refs:red (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.h96 /* codel, red and rio related info */
98 struct redstats red[3]; member in struct:_cbq_class_stats_
H A Daltq_red.h51 /* static red parameters */
70 int red_thmin; /* red min threshold */
71 int red_thmax; /* red max threshold */
78 /* red flags */
85 * simpler versions of red parameters and statistics used by other
89 int th_min; /* red min threshold */
90 int th_max; /* red max threshold */
131 typedef struct red { struct
134 int red_flags; /* red flags */
136 /* red parameter
[all...]
H A Daltq_hfsc.h107 /* codel, red and rio related info */
109 struct redstats red[3]; member in struct:hfsc_classstats
237 struct red *cl_red; /* RED state */
H A Daltq_red.c66 #ifdef ALTQ_RED /* red is enabled by ALTQ_RED option in opt_altq.h */
111 * you can learn more about red and ns from Sally's home page at
114 * most of the red parameter values are fixed in this implementation
129 * alternative red parameters for a slow link.
141 /* normal red parameters */
145 /* red parameters for a slow link */
149 /* red parameters for a very slow link (e.g., dialup) */
156 /* red parameters for drop probability */
174 * flow-valve is an extension to protect red from unresponsive flows
192 /* default red paramete
714 altqdev_decl(red); variable
[all...]
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl452 if ($val =~ /^(default,black,red,green,yellow,blue,magenta,cyan,white)$/) {
461 } elsif ($val =~ /^(fg|bg)-(default|black|red|green|yellow|blue|magenta|cyan|white)$/) {
473 #@ xo_emit("{C:fg-red,bold}{:foo}{C:fg-green}", x);
475 #@ set of colors includes default, black, red, green,
/freebsd-11-stable/contrib/less/
H A Dsearch.c52 * lines. Each range is stored as a node within a red-black tree, and we
57 * on top of the red-black tree so we can find the preceding/succeeding
78 int red; member in struct:hilite_node
872 n->red = 1;
878 * standard red-black tree constraints and operations.
885 n->red = 0;
889 /* case 2 - parent is black, we can always be red */
890 if (!n->parent->red)
895 * parent is red it cannot be the root therefore we must
900 * case 3 - parent and uncle are red, repain
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.c50 void rsaz_1024_norm2red_avx2(void *red, const void *norm);
57 void rsaz_1024_red2norm_avx2(void *norm, const void *red);
/freebsd-11-stable/lib/libvgl/
H A Dsimple.c614 VGLSetPalette(byte *red, byte *green, byte *blue) argument
619 VGLSavePaletteRed[i] = red[i];
640 VGLSetPaletteIndex(byte color, byte red, byte green, byte blue) argument
642 VGLSavePaletteRed[color] = red;
649 outb(0x3C9, red); outb(0x3C9, green); outb(0x3C9, blue);
/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c189 byte *red,
241 VGLSetPalette(red, green, blue);
368 pal_red[i]=(palette+i)->red>>k;
188 display( VGLBitmap *pic, byte *red, byte *green, byte *blue, struct action *e) argument
/freebsd-11-stable/sys/dev/fb/
H A Dvesa.c1670 u_char *red, u_char *green, u_char *blue, u_char *trans)
1691 copyout(r, red, count);
1706 u_char *red, u_char *green, u_char *blue, u_char *trans)
1725 copyin(red, r, count);
1773 ((video_color_palette_t *)arg)->red,
1784 ((video_color_palette_t *)arg)->red,
1794 ((struct fbcmap *)arg)->red,
1803 ((struct fbcmap *)arg)->red,
1669 get_palette(video_adapter_t *adp, int base, int count, u_char *red, u_char *green, u_char *blue, u_char *trans) argument
1705 set_palette(video_adapter_t *adp, int base, int count, u_char *red, u_char *green, u_char *blue, u_char *trans) argument
H A Dvga.c2856 u_char *red, u_char *green, u_char *blue, u_char *trans)
2873 copyout(r, red, count);
2887 u_char *red, u_char *green, u_char *blue, u_char *trans)
2901 err = copyin(red, r, count);
2936 ((video_color_palette_t *)arg)->red,
2944 ((video_color_palette_t *)arg)->red,
2964 ((struct fbcmap *)arg)->red,
2971 ((struct fbcmap *)arg)->red,
2855 get_palette(video_adapter_t *adp, int base, int count, u_char *red, u_char *green, u_char *blue, u_char *trans) argument
2886 set_palette(video_adapter_t *adp, int base, int count, u_char *red, u_char *green, u_char *blue, u_char *trans) argument
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c689 tp[f].red, tp[f].green, tp[f].blue,
690 tp[b].red, tp[b].green, tp[b].blue));
695 tp[f].red, tp[f].green, tp[f].blue,
696 tp[b].red, tp[b].green, tp[b].blue));
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h398 __u64 red; member in struct:drm_mode_crtc_lut
/freebsd-11-stable/rescue/rescue/
H A DMakefile67 CRUNCH_ALIAS_ed= red
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c163 uint8_t red; member in struct:__anon3
210 retval = (ofwfb_cmap[attr].red << 16) |
216 ofwfb_cmap[attr].red;
469 ofwfb_cmap[i].red,
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c72 { "red", TOK_RED },
476 char red[200]; /* Display RED parameters */ local
492 sprintf(red,
500 strncat(red, " (ecn)", 6);
504 get_extra_parms(fs->fs_nr, red, DN_AQM_PARAMS);
507 sprintf(red, "droptail");
511 prefix, qs, plr, fs->oid.id, fs->buckets, red);
517 fs->sched_nr, fs->par[0], fs->par[1], fs->par[2], red);
1595 NEED1("red/gred needs w_q/min_th/max_th/max_p\n");
1770 errx(EX_USAGE, "ECN can be used with red/gre
[all...]
/freebsd-11-stable/contrib/openpam/t/
H A DMakefile.in236 mgn= red= grn= lgn= blu= brg= std=; \
248 red=''; \
838 result_count $$1 "FAIL: " $$fail "$$red"; \
839 result_count $$1 "XPASS:" $$xpass "$$red"; \
856 col="$$red"; \
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c205 void radeon_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green, argument
210 radeon_crtc->lut_r[regno] = red >> 6;
216 void radeon_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green, argument
221 *red = radeon_crtc->lut_r[regno] << 6;
226 static void radeon_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, argument
234 radeon_crtc->lut_r[i] = red[i] >> 6;
H A Dradeon_mode.h680 extern void radeon_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
682 extern void radeon_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_drv.h602 extern void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
604 extern void intel_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
/freebsd-11-stable/sys/conf/
H A DMakefile.arm66 --dynamic-linker /red/herring \
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp1272 ColorArg red = 0, green = 0, blue = 0; local
1297 red = get_color_arg();
1300 col->set_rgb(red, green, blue);
/freebsd-11-stable/contrib/expat/tests/
H A DMakefile.in265 mgn= red= grn= lgn= blu= brg= std=; \
277 red=''; \
962 result_count $$1 "FAIL: " $$fail "$$red"; \
963 result_count $$1 "XPASS:" $$xpass "$$red"; \
980 col="$$red"; \
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_drm.h337 unsigned int red; member in struct:__anon9816
/freebsd-11-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h32 * splay trees and red-black trees.
46 * A red-black tree is a binary search tree with the node color as an
50 * - each red node (except for the root) has a black parent,
53 * Every operation on a red-black tree is bounded as O(lg n).
54 * The maximum height of a red-black tree is 2lg (n+1).
290 /* Macros that define a red-back tree */
326 #define RB_SET_BLACKRED(black, red, field) do { \
328 RB_COLOR(red, field) = RB_RED; \

Completed in 298 milliseconds

1234