Searched refs:coffs (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/common/
H A Demit.c91 ptrdiff_t coffs; local
93 coffs = ob.o_nxt - ob.o_buf;
96 ob.o_nxt = ob.o_buf + coffs;
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Demit.c92 ptrdiff_t coffs; local
94 coffs = ob.o_nxt - ob.o_buf;
97 ob.o_nxt = ob.o_buf + coffs;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c349 static void dump_buf P((l_fp *coffs, int from, int to, char *text));
372 l_fp *coffs,
390 " %06d", ((int)coffs[i].l_f) / 4295);
1248 register l_fp *coffs = ees->codeoffsets; local
1279 dump_buf(coffs, 0, samples, "Raw data is:");
1282 qsort(coffs, (size_t)samples, sizeof(coffs[0]), offcompare);
1293 tmp = coffs[(noff + i)/2];
1295 L_SUB(&tmp, &coffs[i]);
1296 L_SUB(&tmp, &coffs[nof
371 dump_buf( l_fp *coffs, int from, int to, char *text ) argument
[all...]

Completed in 108 milliseconds