Searched refs:PTR_NOT_EQUAL (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dst.c257 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ macro
269 if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) \
272 while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\

Completed in 74 milliseconds