Searched defs:NEXT_ENTRY (Results 1 – 2 of 2) sorted by relevance
91 #define NEXT_ENTRY(index, wrap) ((index + 1) & wrap) macro
148 #define NEXT_ENTRY(index, wrap) ((index + 1) & wrap) macro