Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Duu_avl.c51 #define INDEX_CHECK(i) (((i) & INDEX_MAX) != 0) macro
H A Duu_list.c56 #define INDEX_CHECK(i) (((i) & INDEX_MAX) != 0) macro