Home
last modified time | relevance | path

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

/iperf/src/
H A Dqueue.h110 #define SLIST_FIRST(head) ((head)->slh_first) argument
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
129 SLIST_FIRST(head) = SLIST_END(head); \
184 #define LIST_FIRST(head) ((head)->lh_first) argument
186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) argument
198 LIST_FIRST(head) = LIST_END(head); \
264 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) argument
277 (head)->sqh_last = &(head)->sqh_first; \
333 (TAILQ_FIRST(head) == TAILQ_END(head))
420 { CIRCLEQ_END(&head), CIRCLEQ_END(&head) }
[all …]
H A Dcjson.c1491 if (head == NULL) in parse_array()
1494 current_item = head = new_item; in parse_array()
1524 item->child = head; in parse_array()
1531 if (head != NULL) in parse_array()
1533 cJSON_Delete(head); in parse_array()
1604 cJSON *head = NULL; /* linked list head */ in parse_object() local
1645 if (head == NULL) in parse_object()
1648 current_item = head = new_item; in parse_object()
1696 item->child = head; in parse_object()
1702 if (head != NULL) in parse_object()
[all …]
/iperf/config/
H A Dconfig.guess331 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head