Home
last modified time | relevance | path

Searched refs:y_sz (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ofed/opensm/opensm/
Dosm_torus.c291 unsigned x_sz, y_sz, z_sz; member
800 if (!parse_size(&t->y_sz, &t->flags, Y_MESH, parse_sep)) in parse_torus()
810 t->sw_pool_sz = t->x_sz * t->y_sz * t->z_sz; in parse_torus()
821 cnt = t->x_sz * (1 + t->y_sz * (1 + t->z_sz)); in parse_torus()
834 ptr += t->y_sz * sizeof(void *); in parse_torus()
837 for (j = 0; j < t->y_sz; j++) { in parse_torus()
843 for (j = 0; j < t->y_sz; j++) in parse_torus()
996 max_dl = t->y_sz; in parse_dir_dateline()
1446 y_sz_gt1 = t->y_sz > 1; in fingerprint()
1450 jp1 = canonicalize(j + 1, t->y_sz); in fingerprint()
[all …]