Searched refs:pR (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | qcam.c | 693 # define pR in[i*3-3] in despeckle() macro 709 NO_LIGHTS + ((pR - (pG + pB) / 2) + (nR - (nG + nB) / 2))) in despeckle() 710 out[i * 3] = (pR + nR) / 2; in despeckle() 715 NO_LIGHTS + ((pG - (pR + pB) / 2) + (nG - (nR + nB) / 2))) in despeckle() 721 NO_LIGHTS + ((pB - (pG + pR) / 2) + (nB - (nG + nR) / 2))) in despeckle() 732 # undef pR in despeckle() macro 752 # define pR in[i*4 - 1] in despeckle32() macro 772 NO_LIGHTS + ((pR - ((pGa + pGb) / 2 + pB) / 2) + in despeckle32() 774 out[i * 4 + 3] = (pR + nR) / 2; in despeckle32() 778 if (Ga - (R + B) / 2 > NO_LIGHTS + ((pGa - (pR in despeckle32() 804 # undef pR despeckle32() macro [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 1040 const struct crypto_bignum *bR, *pR, *q; in dpp_auth_derive_l_responder() local 1044 /* L = ((bR + pR) modulo q) * BI */ in dpp_auth_derive_l_responder() 1053 pR = crypto_ec_key_get_private_key(auth->own_protocol_key); in dpp_auth_derive_l_responder() 1057 if (!q || !BI || !bR || !pR || !sum || !L || !lx || in dpp_auth_derive_l_responder() 1058 crypto_bignum_addmod(bR, pR, q, sum) || in dpp_auth_derive_l_responder() 1665 const struct crypto_bignum *q, *cR, *pR; in dpp_reconfig_derive_ke_responder() local 1705 /* M = { cR + pR } * CI */ in dpp_reconfig_derive_ke_responder() 1714 pR = crypto_ec_key_get_private_key(auth->own_protocol_key); in dpp_reconfig_derive_ke_responder() 1716 if (!sum || !q || !M || !cR || !pR || !CI || in dpp_reconfig_derive_ke_responder() 1717 crypto_bignum_addmod(cR, pR, in dpp_reconfig_derive_ke_responder() [all...] |
/third_party/mbedtls/library/ |
H A D | ecp.c | 2809 mbedtls_ecp_point *pR = R; in mbedtls_ecp_muladd_restartable() local 2827 pR = &rs_ctx->ma->R; in mbedtls_ecp_muladd_restartable() 2850 MBEDTLS_MPI_CHK(mbedtls_ecp_mul_shortcuts(grp, pR, n, Q, rs_ctx)); in mbedtls_ecp_muladd_restartable() 2866 MBEDTLS_MPI_CHK(ecp_add_mixed(grp, pR, pmP, pR, tmp)); in mbedtls_ecp_muladd_restartable() 2875 MBEDTLS_MPI_CHK(ecp_normalize_jac(grp, pR)); in mbedtls_ecp_muladd_restartable() 2879 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, pR)); in mbedtls_ecp_muladd_restartable()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 3787 unsigned int* pR = (unsigned int*)&result_image[0]; local 3790 *pR = pRGBA[0]; 3791 pR += 1;
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 4964 const mz_uint8 *pR = &MZ_ZIP_ARRAY_ELEMENT( in mz_zip_reader_filename_less() local 4968 r_len = MZ_READ_LE16(pR + MZ_ZIP_CDH_FILENAME_LEN_OFS); in mz_zip_reader_filename_less() 4971 pR += MZ_ZIP_CENTRAL_DIR_HEADER_SIZE; in mz_zip_reader_filename_less() 4974 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) break; in mz_zip_reader_filename_less() 4976 pR++; in mz_zip_reader_filename_less() 5370 const mz_zip_array *pCentral_dir_offsets, mz_uint l_index, const char *pR, in mz_zip_reader_filename_compare() 5382 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) break; in mz_zip_reader_filename_compare() 5384 pR++; in mz_zip_reader_filename_compare() 5368 mz_zip_reader_filename_compare( const mz_zip_array *pCentral_dir_array, const mz_zip_array *pCentral_dir_offsets, mz_uint l_index, const char *pR, mz_uint r_len) mz_zip_reader_filename_compare() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 2698 EC_KEY *BI = NULL, *bR = NULL, *pR = NULL; in dpp_auth_derive_l_responder() local 2705 /* L = ((bR + pR) modulo q) * BI */ in dpp_auth_derive_l_responder() 2722 pR = EVP_PKEY_get1_EC_KEY(auth->own_protocol_key); in dpp_auth_derive_l_responder() 2723 if (!bR || !pR) in dpp_auth_derive_l_responder() 2726 pR_bn = EC_KEY_get0_private_key(pR); in dpp_auth_derive_l_responder() 2752 EC_KEY_free(pR); in dpp_auth_derive_l_responder() 2886 /* ECDH: N = pR * PI */ in dpp_auth_build_resp_ok()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 106472 Expr *pL = 0, *pR = 0; global() local 111350 sqlite3_value *pL, *pR = 0; global() local 184397 char *pR = aDoclist; global() local [all...] |
Completed in 169 milliseconds