Searched refs:plot (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/ntp/scripts/stats/
H A Densemble.S5 plot(ensemble$sec, ensemble$ensemble, type="l", xlab=paste("MJD", ensemble$day, "Time (s)"), ylab="Ensemble Offset (ns)", ylim=c(-400, 400))
H A Ditf.S5 plot(itf$sec, itf$offset, type="l", xlab=paste("MJD", itf$day, "Time (s)"), ylab="Internal Offset (ns)", ylim=c(-400, 400))
H A Dtdata.S5 plot(tdata$sec, tdata$m, type="l", xlab=paste("MJD", tdata$day, "Time (s)"), ylab="LORAN-M SNR (dB)")
H A Dloop.S7 plot(loop$sec, loop$offset, type="l", xlab=paste("MJD", loop$day, "Time (s)"), ylab="PLL Offset (us)", ylim=c(-400, 400))
H A Detf.S15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (ns)", ylim=c(-400, 400))
/freebsd-10-stable/lib/libvgl/
H A Dsimple.c210 plot(VGLBitmap * object, int x, int y, int flag, byte color) function
256 /* Go round loop dx/4 times then plot last 0,1,2 or 3 pixels */
261 plot(object, x, y, reverse, color);
263 return; /* plot only one pixel for zero length
265 plot(object, x1, y1, reverse, color); /* plot first two points */
277 plot(object, x, y, reverse, color);
278 plot(object, ++x, y, reverse, color);
280 plot(object, x1, y1, reverse, color);
281 plot(objec
[all...]
/freebsd-10-stable/usr.bin/ministat/
H A Dministat.c258 struct plot { struct
272 static struct plot plot; variable in typeref:struct:plot
277 struct plot *pl;
279 pl = &plot;
293 struct plot *pl;
295 pl = &plot;
317 struct plot *pl;
322 pl = &plot;
390 struct plot *p
[all...]
/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1304 /* Put this object into the cemetary. This may require this plot to
1308 unsigned plot = __mf_object_dead_head [row]; local
1310 del_obj = __mf_object_cemetary [row][plot];
1311 __mf_object_cemetary [row][plot] = old_obj;
1312 plot ++;
1313 if (plot == __mf_opts.persistent_count) plot = 0;
1314 __mf_object_dead_head [row] = plot;
1621 unsigned plot; local
1624 plot
1843 unsigned row, plot; local
[all...]
/freebsd-10-stable/tools/tools/prstats/
H A Dprstats.pl267 plot '$datfn' using 1:2 title 'Open PRs'
/freebsd-10-stable/contrib/libstdc++/scripts/
H A Dmake_graph.py259 for plot in plot_list:
260 ar.add_plot(plot)
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src16259 pcplot|pc-plot terminal emulation program,

Completed in 233 milliseconds