Searched defs:bmax (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/dev/vt/colors/ |
H A D | vt_termcolors.c | 155 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) in vt_generate_cons_palette() 180 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) in vt_config_cons_colors()
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | ntp_refclock.c | 725 int bmax, /* remaining characters in line */ in refclock_gtlin() 784 int bmax, /* remaining characters in line */ in refclock_gtraw()
|
/freebsd-src/contrib/diff/src/ |
H A D | analyze.c | 104 lin bmin = bmid, bmax = bmid; /* Limits of bottom-up search. */ in diag() local
|
/freebsd-src/stand/common/ |
H A D | gfx_fb.c | 226 rgb_color_map(uint8_t index,uint32_t rmax,int roffset,uint32_t gmax,int goffset,uint32_t bmax,int boffset) rgb_color_map() argument 353 generate_cons_palette(uint32_t * palette,int format,uint32_t rmax,int roffset,uint32_t gmax,int goffset,uint32_t bmax,int boffset) generate_cons_palette() argument
|