Searched refs:conf2 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | eglconfig.c | 594 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument 608 if (conf1 == conf2) in _eglCompareConfigs() 614 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs() 620 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs() 629 val2 += conf2->RedSize; in _eglCompareConfigs() 633 val2 += conf2->GreenSize; in _eglCompareConfigs() 637 val2 += conf2->BlueSize; in _eglCompareConfigs() 643 val2 += conf2->LuminanceSize; in _eglCompareConfigs() 648 val2 += conf2->AlphaSize; in _eglCompareConfigs() 662 val2 = _eglGetConfigKey(conf2, compare_attribs[i]); in _eglCompareConfigs() [all …]
|
D | eglconfig.h | 213 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
|
/third_party/openssl/test/ |
D | ssl_test_ctx_test.c | 37 SSL_TEST_CLIENT_CONF *conf2) in clientconf_eq() argument 39 if (!TEST_int_eq(conf1->verify_callback, conf2->verify_callback) in clientconf_eq() 40 || !TEST_int_eq(conf1->servername, conf2->servername) in clientconf_eq() 41 || !TEST_str_eq(conf1->npn_protocols, conf2->npn_protocols) in clientconf_eq() 42 || !TEST_str_eq(conf1->alpn_protocols, conf2->alpn_protocols) in clientconf_eq() 43 || !TEST_int_eq(conf1->ct_validation, conf2->ct_validation) in clientconf_eq() 45 conf2->max_fragment_len_mode)) in clientconf_eq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp.c | 1698 struct wpabuf *conf = NULL, *conf2 = NULL, *env_data = NULL; in dpp_build_conf_resp() local 1721 conf2 = dpp_build_conf_obj(auth, netrole, 1, cert_req); in dpp_build_conf_resp() 1739 if (conf2) in dpp_build_conf_resp() 1740 clear_len += 4 + wpabuf_len(conf2); in dpp_build_conf_resp() 1796 if (auth->peer_version >= 2 && conf2) { in dpp_build_conf_resp() 1798 wpabuf_put_le16(clear, wpabuf_len(conf2)); in dpp_build_conf_resp() 1799 wpabuf_put_buf(clear, conf2); in dpp_build_conf_resp() 1800 } else if (conf2) { in dpp_build_conf_resp() 1873 wpabuf_clear_free(conf2); in dpp_build_conf_resp()
|