Searched refs:slop (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dcgen-cpu.h97 /* Allow slop in size calcs for case where multiple cpu types are supported
99 double slop; member in struct:__anon1277
H A Dgenmloop.sh913 /* Allow enough slop so that while compiling insns, if max_insns > 0
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dlockstat.c137 int i, per, slop, cpuno; local
157 slop = le->le_nbufs - (per * ncpu);
172 if (--slop > 0) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_handle.c158 const int slop = 80; local
190 slop;
242 const int slop = 80; local
257 slop;
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops24.c593 int n12, n4, height, cnt, slop, clr, xstamp[3]; local
654 slop = (int)(long)rp & 3; num -= slop;
664 for (cnt = slop; cnt; cnt--) {
694 /* Trailing slop */
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Doutput.c202 int slop = q - anchor;
205 ob = &obuf[slop];
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dhifn7751var.h93 u_int32_t slop[HIFN_D_CMD_RSIZE]; member in struct:hifn_dma
H A Dhifn7751.c1514 offsetof(struct hifn_dma, slop[cmd->slopidx]);
2522 cmd->sloplen, (void *)&dma->slop[cmd->slopidx]);
2526 cmd->sloplen, (void *)&dma->slop[cmd->slopidx]);
/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c1767 int slop; local
1768 slop = 0;
1770 slop += cgs[i]->cg_cs.cs_nifree;
1772 slop -= oldsb->fs_ipg - cgs[i]->cg_cs.cs_nifree;
1773 if (slop < 0)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmlx.c660 mlx_adjqparam(struct mlx_softc *mlx, int mpu, int slop) argument
672 ldadjqparam(ld, mpu + (slop-- > 0));

Completed in 303 milliseconds