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