Searched refs:outcount (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipfcomp.c351 static void emitheader(grp, incount, outcount)
353 u_int incount, outcount;
367 printhooks(cfile, incount, outcount, grp);
386 if (outcount) {
390 grp->fg_name, grp->fg_name, outcount);
443 static void emitGroup(num, dir, v, fr, group, incount, outcount)
448 u_int incount, outcount;
534 outcount != 0) {
536 group, outcount);
545 if (i + 1 < outcount)
[all...]
/freebsd-10.0-release/sys/dev/drm/
H A Di915_drv.h576 #define RING_LOCALS unsigned int outring, ringmask, outcount; \
584 outcount = 0; \
593 outcount++; \
601 dev_priv->ring.space -= outcount * 4; \
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileInfo.cpp526 double outcount = 0; local
538 outcount += readEdgeOrRemember(e, getEdgeWeight(e), edgetocalc, uncalculated);
543 outcount += readEdgeOrRemember(e, getEdgeWeight(e), edgetocalc, uncalculated);
553 if (incount < outcount) {
554 EdgeInformation[BB->getParent()][edgetocalc] = outcount-incount;
556 EdgeInformation[BB->getParent()][edgetocalc] = incount-outcount;
563 if (uncalculated == 2 && assumeEmptySelf && edgetocalc.first == edgetocalc.second && incount == outcount) {
/freebsd-10.0-release/contrib/ncurses/progs/
H A Ddump_entry.c578 bool outcount = 0; local
582 outcount = TRUE
792 outcount = TRUE;
847 if (outcount) {
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c2429 int outcount; local
2532 outcount = 0;
2533 while (outcount < bytes_wanted) {
2617 if (outcount + reclen > bufsize) {
2621 if (!outcount) {
2651 outcount += reclen;
2653 ASSERT(outcount <= bufsize);
2683 iovp->iov_base += outcount;
2684 iovp->iov_len -= outcount;
2685 uio->uio_resid -= outcount;
[all...]

Completed in 190 milliseconds