Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dqueue.h610 QUEUE_TYPEOF(type) *swap_tmp = LIST_FIRST(head1); \
612 LIST_FIRST((head2)) = swap_tmp; \
613 if ((swap_tmp = LIST_FIRST((head1))) != NULL) \
614 swap_tmp->field.le_prev = &LIST_FIRST((head1)); \
615 if ((swap_tmp = LIST_FIRST((head2))) != NULL) \
616 swap_tmp->field.le_prev = &LIST_FIRST((head2)); \
/third_party/curl/lib/
Dhostip.c434 struct Curl_addrinfo *swap_tmp; in Curl_shuffle_addr() local
436 swap_tmp = nodes[rnd[i] % (i + 1)]; in Curl_shuffle_addr()
438 nodes[i] = swap_tmp; in Curl_shuffle_addr()
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_exp.c1171 BIGNUM *swap_tmp; in BN_mod_exp_mont_word() local
1175 (BN_mod(t, r, m, ctx) && (swap_tmp = r, r = t, t = swap_tmp, 1)))) in BN_mod_exp_mont_word()
/third_party/openssl/crypto/bn/
Dbn_exp.c1163 BIGNUM *swap_tmp; in BN_mod_exp_mont_word() local
1167 (BN_mod(t, r, m, ctx) && (swap_tmp = r, r = t, t = swap_tmp, 1)))) in BN_mod_exp_mont_word()