Home
last modified time | relevance | path

Searched refs:XSIMPLEQ_XOR (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/sys/
H A Dqueue.h368 (head)->sqx_first = XSIMPLEQ_XOR(head, NULL); \
374 XSIMPLEQ_XOR(head, NULL)) \
376 (head)->sqx_first = XSIMPLEQ_XOR(head, (elm)); \
380 (elm)->field.sqx_next = XSIMPLEQ_XOR(head, NULL); \
381 *(XSIMPLEQ_XOR(head, (head)->sqx_last)) = XSIMPLEQ_XOR(head, (elm)); \
387 XSIMPLEQ_XOR(head, NULL)) \
389 (listelm)->field.sqx_next = XSIMPLEQ_XOR(head, (elm)); \
393 if (((head)->sqx_first = XSIMPLEQ_XOR(head, \
399 if (((elm)->field.sqx_next = XSIMPLEQ_XOR(head, \
401 == XSIMPLEQ_XOR(head, NULL)) \
[all …]