Searched defs:INDEX_VALID (Results 1 – 2 of 2) sorted by relevance
49 #define INDEX_VALID(p, i) (((i) & INDEX_MAX) == (p)->ua_index) macro
55 #define INDEX_VALID(p, i) (((i) & INDEX_MAX) == (p)->ul_index) macro