Searched refs:tmpe (Results 1 – 3 of 3) sorted by relevance
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jquanti-altivec.c | 107 tmpe = vec_mule((__vector unsigned short)vs0, \ 111 out = (__vector short)vec_perm((__vector unsigned short)tmpe, \ 124 __vector unsigned int tmpe, tmpo; in jsimd_quantize_altivec() local
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jquanti-altivec.c | 107 tmpe = vec_mule((__vector unsigned short)vs0, \ 111 out = (__vector short)vec_perm((__vector unsigned short)tmpe, \ 124 __vector unsigned int tmpe, tmpo; in jsimd_quantize_altivec() local
|
/third_party/openssl/crypto/evp/ |
D | p_lib.c | 391 ENGINE *tmpe = NULL; in new_raw_key_int() local 394 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1); in new_raw_key_int() 396 ameth = EVP_PKEY_asn1_find(&tmpe, nidtype); in new_raw_key_int() 399 if (tmpe == NULL) in new_raw_key_int() 402 ENGINE_finish(tmpe); in new_raw_key_int() 1720 ENGINE *tmpe = NULL; in evp_pkey_free_legacy() local 1723 ameth = EVP_PKEY_asn1_find(&tmpe, x->type); in evp_pkey_free_legacy() 1744 ENGINE_finish(tmpe); in evp_pkey_free_legacy()
|