Home
last modified time | relevance | path

Searched defs:bmax (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/vt/colors/
H A Dvt_termcolors.c158 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) in vt_generate_cons_palette()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_refclock.c721 int bmax, /* remaining characters in line */ in refclock_gtlin()
780 int bmax, /* remaining characters in line */ in refclock_gtraw()
/freebsd-12.1/contrib/diff/src/
H A Danalyze.c104 lin bmin = bmid, bmax = bmid; /* Limits of bottom-up search. */ in diag() local