Searched refs:_tail (Results 1 – 4 of 4) sorted by relevance
65 typeof_strip_qual(list) _tail; \66 for (_tail = list; _tail != NULL; _tail = _tail->next) { \
59 #define EP_RING_FULL(_head, _tail, _max) \ argument60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
84 (s)->name##_tail > ARRAY_SIZE((s)->name))87 ((s)->name##_head == (s)->name##_tail)90 ((s)->name##_head == ((s)->name##_tail + 1) % ARRAY_SIZE((s)->name))99 (s)->name[(s)->name##_tail++] = (val); \100 (s)->name##_tail %= ARRAY_SIZE((s)->name); \
412 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how