Searched refs:safe_y_perpendicular (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_torus.c | 2221 bool safe_y_perpendicular(struct torus *t, int i, int j, int k) in safe_y_perpendicular() function 2365 if (safe_y_perpendicular(t, i, j, k) && in handle_case_0x30c() 2374 if (safe_y_perpendicular(t, ip1, j, k) && in handle_case_0x30c() 2519 if (safe_y_perpendicular(t, i, jp1, k) && in handle_case_0x611() 2528 if (safe_y_perpendicular(t, i, jp1, kp1) && in handle_case_0x611() 2565 if (safe_y_perpendicular(t, i, jp1, k) && in handle_case_0x303() 2574 if (safe_y_perpendicular(t, ip1, jp1, k) && in handle_case_0x303() 2719 if (safe_y_perpendicular(t, i, j, k) && in handle_case_0x644() 2728 if (safe_y_perpendicular(t, i, j, kp1) && in handle_case_0x644() 3123 if (safe_y_perpendicular(t, ip1, jp1, kp1) && in handle_case_0x737() [all …]
|