Searched defs:INDEX_NEXT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c45 #define INDEX_NEXT(m) (((m) == INDEX_MAX)? 2 : ((m) + 2) & INDEX_MAX) macro
H A Duu_list.c50 #define INDEX_NEXT(m) (((m) == INDEX_MAX)? 1 : ((m) + 1) & INDEX_MAX) macro

Completed in 94 milliseconds