Searched defs:CIRC_SPACE (Results 1 – 2 of 2) sorted by relevance
19 #define CIRC_SPACE(head, tail, size) CIRC_CNT((tail), (head) + 1, (size)) macro