Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_ocsp.c689 enum tls_ocsp_result res_first = res; in tls_process_ocsp_response() local
796 res_first = res; in tls_process_ocsp_response()
802 return res == TLS_OCSP_REVOKED ? res : res_first; in tls_process_ocsp_response()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_convolve_avx2.c1029 __m256i res_reg, res_first, res_last; in vpx_highbd_filter_block1d8_h4_avx2() local
1063 res_first = mm256_madd_add_epi32(&src_reg_shift_0, &src_reg_shift_2, in vpx_highbd_filter_block1d8_h4_avx2()
1077 res_first = mm256_round_epi32(&res_first, &reg_round, CONV8_ROUNDING_BITS); in vpx_highbd_filter_block1d8_h4_avx2()
1081 res_reg = _mm256_packus_epi32(res_first, res_last); in vpx_highbd_filter_block1d8_h4_avx2()
1102 res_reg = mm256_round_epi32(&res_first, &reg_round, CONV8_ROUNDING_BITS); in vpx_highbd_filter_block1d8_h4_avx2()