Searched refs:tmp64 (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/sha/asm/ |
H A D | sha1-sparcv9.pl | 39 $tmp64="%g3"; 326 ldx [$tmp0+64],$tmp64 336 srlx $tmp64,$tmp2,$tmp64 337 or $tmp64,@X[7],@X[7]
|
/openssl/crypto/ |
H A D | threads_win.c | 220 uint64_t tmp64; in get_hold_current_qp() local 226 CRYPTO_atomic_add64(&lock->qp_group[qp_idx].users, VAL_READER, &tmp64, in get_hold_current_qp() 232 CRYPTO_atomic_add64(&lock->qp_group[qp_idx].users, -VAL_READER, &tmp64, in get_hold_current_qp() 330 uint64_t tmp64; in update_qp() local 361 CRYPTO_atomic_and(&lock->qp_group[current_idx].users, ID_MASK, &tmp64, in update_qp() 363 CRYPTO_atomic_add64(&lock->qp_group[current_idx].users, new_id, &tmp64, in update_qp()
|
Completed in 11 milliseconds