Searched refs:BURST (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/stand/kshim/
H A Dbsd_busspace.c178 enum { BURST = sizeof(struct burst) / 4 }; enumerator in enum:__anon5012
182 while (count >= BURST) {
185 h += BURST * 4;
186 datap += BURST;
187 count -= BURST;
200 enum { BURST = sizeof(struct burst) / 4 }; enumerator in enum:__anon5013
204 while (count >= BURST) {
207 h += BURST * 4;
208 datap += BURST;
209 count -= BURST;
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c246 #define BURST 11 /* max characters per burst */ macro
331 l_fp cstamp[BURST]; /* character timestamps */
350 int cbuf[BURST]; /* character buffer */
1012 if (dtemp > BURST * CHAR) {
1023 if (up->ndx < BURST) {

Completed in 123 milliseconds