Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDqueue.h474 struct type *swap_tmp = LIST_FIRST((head1)); \
476 LIST_FIRST((head2)) = swap_tmp; \
477 if ((swap_tmp = LIST_FIRST((head1))) != NULL) \
478 swap_tmp->field.le_prev = &LIST_FIRST((head1)); \
479 if ((swap_tmp = LIST_FIRST((head2))) != NULL) \
480 swap_tmp->field.le_prev = &LIST_FIRST((head2)); \
/dragonfly/crypto/libressl/crypto/bn/
HDbn_exp.c917 BIGNUM *swap_tmp; in BN_mod_exp_mont_word() local
922 (BN_mod_ct(t, r, m, ctx) && (swap_tmp = r, r = t, t = swap_tmp, 1)))) in BN_mod_exp_mont_word()