Searched refs:swap_tmp (Results 1 – 2 of 2) sorted by relevance
474 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)); \
917 BIGNUM *swap_tmp; in BN_mod_exp_mont_word() local922 (BN_mod_ct(t, r, m, ctx) && (swap_tmp = r, r = t, t = swap_tmp, 1)))) in BN_mod_exp_mont_word()