| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-cpu.h | 101 /* Allow slop in size calcs for case where multiple cpu types are supported 103 double slop; member in struct:__anon21880
|
| genmloop.sh | 956 /* Allow enough slop so that while compiling insns, if max_insns > 0
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-cpu.h | 101 /* Allow slop in size calcs for case where multiple cpu types are supported 103 double slop; member in struct:__anon1370
|
| genmloop.sh | 956 /* Allow enough slop so that while compiling insns, if max_insns > 0
|
| /src/external/mit/libuv/dist/src/unix/ |
| pipe.c | 361 size_t slop; local 379 slop = 1; 382 slop = 0; 391 if ((size_t)addrlen + slop > *size) { 392 *size = addrlen + slop;
|
| /src/sys/dev/rasops/ |
| rasops24.c | 214 int bytes, full, slop, cnt; local 266 slop = (bytes - full * (4 * 3)) / 4; 278 for (cnt = 0; cnt < slop; cnt++) 377 /* Trailing slop */
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_handle.c | 158 const int slop = 80; local 190 slop; 242 const int slop = 80; local 257 slop;
|
| /src/sys/dev/ |
| lockstat.c | 169 int i, per, slop, cpuno; local 190 slop = le->le_nbufs - (per * ncpu); 205 if (--slop > 0) {
|
| /src/external/bsd/less/dist/ |
| output.c | 184 int slop = (int) (q - anchor); local 187 ob = &obuf[slop];
|
| /src/sys/dev/pci/ |
| hifn7751var.h | 95 u_int32_t slop[HIFN_D_CMD_RSIZE]; member in struct:hifn_dma
|
| hifn7751.c | 1581 offsetof(struct hifn_dma, slop[cmd->slopidx]); 2535 cmd->sloplen, &dma->slop[cmd->slopidx]); 2539 cmd->sloplen, &dma->slop[cmd->slopidx]);
|
| /src/sbin/resize_ffs/ |
| resize_ffs.c | 1826 int slop; local 1827 slop = 0; 1829 slop += cgs[i]->cg_cs.cs_nifree; 1831 slop -= oldsb->fs_ipg - cgs[i]->cg_cs.cs_nifree; 1832 if (slop < 0)
|
| /src/sys/dev/ic/ |
| mlx.c | 681 mlx_adjqparam(struct mlx_softc *mlx, int mpu, int slop) 692 ldadjqparam(ld, mpu + (slop-- > 0));
|
| /src/sys/kern/ |
| kern_descrip.c | 1248 u_int slop = PCG_NOBJECTS_NORMAL * (ncpu - 1); local 1254 if (__predict_false(nfiles >= slop + maxfiles)) {
|