Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/
Duser_queue.h444 struct type *swap_tmp = LIST_FIRST((head1)); \
446 LIST_FIRST((head2)) = swap_tmp; \
447 if ((swap_tmp = LIST_FIRST((head1))) != NULL) \
448 swap_tmp->field.le_prev = &LIST_FIRST((head1)); \
449 if ((swap_tmp = LIST_FIRST((head2))) != NULL) \
450 swap_tmp->field.le_prev = &LIST_FIRST((head2)); \
/external/curl/lib/
Dhostip.c376 struct Curl_addrinfo *swap_tmp; in Curl_shuffle_addr() local
378 swap_tmp = nodes[rnd[i] % (i + 1)]; in Curl_shuffle_addr()
380 nodes[i] = swap_tmp; in Curl_shuffle_addr()