Searched refs:swap_tmp (Results 1 – 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
D | queue.h | 610 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/ |
D | hostip.c | 434 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/ |
D | bn_exp.c | 1171 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/ |
D | bn_exp.c | 1163 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()
|