HomeSort by: relevance | last modified time | path
    Searched refs:outcount (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/mdocml/dist/
mdoc_markdown.c 258 static int outcount; variable
441 outcount = 0;
451 outcount++;
655 outcount += strlen(seq);
658 outcount++;
699 outcount++;
714 outcount++;
1252 outcount = 0;
1319 i = i < nc ? strlen(bln->norm->Bl.cols[i]) - outcount +
1328 outcount = 0
    [all...]
  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 349 static void emitheader(grp, incount, outcount)
351 u_int incount, outcount;
365 printhooks(cfile, incount, outcount, grp);
384 if (outcount) {
388 grp->fg_name, grp->fg_name, outcount);
441 static void emitGroup(num, dir, v, fr, group, incount, outcount)
446 u_int incount, outcount;
532 outcount != 0) {
534 group, outcount);
543 if (i + 1 < outcount)
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
i915_drv.h 555 #define RING_LOCALS unsigned int outring, ringmask, outcount; \
563 outcount = 0; \
572 outcount++; \
580 dev_priv->ring.space -= outcount * 4; \
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 2714 int outcount; local
2830 outcount = 0;
2831 while (outcount < bytes_wanted) {
2915 if (outcount + reclen > bufsize) {
2919 if (!outcount) {
2949 outcount += reclen;
2951 ASSERT(outcount <= bufsize);
2987 iovp->iov_base += outcount;
2988 iovp->iov_len -= outcount;
2989 uio->uio_resid -= outcount;
    [all...]

Completed in 30 milliseconds