Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dp_lib.c2082 EVP_PKEY *tmp_copy = NULL; in evp_pkey_get_legacy() local
2108 if (!evp_pkey_copy_downgraded(&tmp_copy, pk)) in evp_pkey_get_legacy()
2118 ret = pk->legacy_cache_pkey.ptr = tmp_copy->pkey.ptr; in evp_pkey_get_legacy()
2119 tmp_copy->pkey.ptr = NULL; in evp_pkey_get_legacy()
2128 EVP_PKEY_free(tmp_copy); in evp_pkey_get_legacy()
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1427 copy_operation tmp_copy = copy; in do_swap() local
1428 tmp_copy.op.setFixed(copy.def.physReg()); in do_swap()
1429 tmp_copy.def.setFixed(copy.op.physReg()); in do_swap()
1430 do_copy(ctx, bld, tmp_copy, &preserve_scc, pi->scratch_sgpr); in do_swap()