Searched refs:iters (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c500 printf(" -n, --iters=<iters> number of exchanges (default 1000)\n");
521 int iters = 1000; local
542 { .name = "iters", .has_arg = 1, .val = 'n' },
591 iters = strtol(optarg, NULL, 0);
720 while (rcnt < iters || scnt < iters) {
790 if (scnt < iters && !ctx->pending) {
810 long long bytes = (long long) size * iters * 2;
814 printf("%d iters i
[all...]
H A Duc_pingpong.c485 printf(" -n, --iters=<iters> number of exchanges (default 1000)\n");
506 int iters = 1000; local
527 { .name = "iters", .has_arg = 1, .val = 'n' },
576 iters = strtol(optarg, NULL, 0);
703 while (rcnt < iters || scnt < iters) {
772 if (scnt < iters && !ctx->pending) {
792 long long bytes = (long long) size * iters * 2;
796 printf("%d iters i
[all...]
H A Dud_pingpong.c494 printf(" -n, --iters=<iters> number of exchanges (default 1000)\n");
513 int iters = 1000; local
533 { .name = "iters", .has_arg = 1, .val = 'n' },
574 iters = strtol(optarg, NULL, 0);
697 while (rcnt < iters || scnt < iters) {
766 if (scnt < iters && !ctx->pending) {
786 long long bytes = (long long) size * iters * 2;
790 printf("%d iters i
[all...]
H A Dsrq_pingpong.c566 printf(" -n, --iters=<iters> number of exchanges per QP(default 1000)\n");
589 int iters = 1000; local
613 { .name = "iters", .has_arg = 1, .val = 'n' },
666 iters = strtol(optarg, NULL, 0);
812 while (rcnt < iters || scnt < iters) {
887 if (scnt < iters && !ctx->pending[qp_ind]) {
908 long long bytes = (long long) size * iters * 2;
912 printf("%d iters i
[all...]
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c752 int iters = cb->count; local
770 while (scnt < iters) {
882 int iters=cb->count; local
910 if (cycle_iters > iters)
911 cycle_iters = iters;
913 while (scnt < iters || ccnt < iters || rcnt < iters) {
916 if (rcnt < iters && !(scnt < 1 && !cb->server)) {
926 if (scnt < iters) {
999 int iters=cb->count; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-transform.c2667 tree iters, iters_name; local
2686 iters = build_int_cst (niters_type, (vf - elem_misalign)&(vf-1));
2716 iters = build2 (MINUS_EXPR, type, vf_tree, elem_misalign);
2717 iters = build2 (BIT_AND_EXPR, type, iters, vf_minus_1);
2718 iters = fold_convert (niters_type, iters);
2721 /* Create: prolog_loop_niters = min (iters, loop_niters) */
2723 greater than vf; since the misalignment ('iters') is at most vf, there's
2726 iters
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dumac.c564 UWORD iters = num_bytes / bpw; local
570 } while (--iters);
579 } while (--iters);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c3257 int iters; local
3321 iters = ztest_random(5);
3322 for (int i = 0; i < iters; i++) {
3324 if (ztest_random(iters) == 0)
4757 int iters = 1000; local
4916 while (--iters != 0) {
6067 int iters = 0; local
6204 iters++;
6215 iters,
6273 kills, iters
[all...]

Completed in 94 milliseconds