Searched refs:xcount (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dbench.c120 { int xcount = 0; local
124 xcount++;
128 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
/freebsd-9.3-release/crypto/openssh/
H A Dssh-agent.c150 static int xcount = 1; variable
158 debug("xcount %d -> %d", xcount, xcount - 1);
159 if (--xcount == 0)
816 debug("xcount %d -> %d", xcount, xcount + 1);
817 ++xcount;
1110 xcount
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c762 uint64_t *dst, *src, xcount, ccount, count, i; local
770 xcount = rm->rm_col[x].rc_size / sizeof (src[0]);
771 ASSERT(xcount <= rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]));
772 ASSERT(xcount > 0);
776 for (i = 0; i < xcount; i++, dst++, src++) {
788 count = MIN(ccount, xcount);
801 uint64_t *dst, *src, xcount, ccount, count, mask, i; local
808 xcount = rm->rm_col[x].rc_size / sizeof (src[0]);
809 ASSERT(xcount <= rm->rm_col[VDEV_RAIDZ_Q].rc_size / sizeof (src[0]));
820 count = MIN(ccount, xcount);
[all...]

Completed in 103 milliseconds