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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c50 #define INDEX_CHECK(i) (((i) & INDEX_MAX) != 0) macro
H A Duu_list.c55 #define INDEX_CHECK(i) (((i) & INDEX_MAX) != 0) macro

Completed in 101 milliseconds