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

/freebsd-10-stable/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-10-stable/crypto/openssh/
H A Dssh-agent.c162 static int xcount = 1; variable
170 debug("xcount %d -> %d", xcount, xcount - 1);
171 if (--xcount == 0)
969 debug("xcount %d -> %d", xcount, xcount + 1);
970 ++xcount;
1283 xcount
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c763 uint64_t *dst, *src, xcount, ccount, count, i; local
771 xcount = rm->rm_col[x].rc_size / sizeof (src[0]);
772 ASSERT(xcount <= rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]));
773 ASSERT(xcount > 0);
777 for (i = 0; i < xcount; i++, dst++, src++) {
789 count = MIN(ccount, xcount);
802 uint64_t *dst, *src, xcount, ccount, count, mask, i; local
809 xcount = rm->rm_col[x].rc_size / sizeof (src[0]);
810 ASSERT(xcount <= rm->rm_col[VDEV_RAIDZ_Q].rc_size / sizeof (src[0]));
821 count = MIN(ccount, xcount);
[all...]

Completed in 173 milliseconds