Home
last modified time | relevance | path

Searched refs:conf2 (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/egl/main/
H A Deglconfig.c581 * Decide the ordering of conf1 and conf2, under the given criteria.
587 * before conf2; a positive integer if conf2 is considered to come
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 in _eglCompareConfigs()
674 _eglSwapConfigs(const _EGLConfig **conf1, const _EGLConfig **conf2) _eglSwapConfigs() argument
781 _eglFallbackCompare(const _EGLConfig *conf1, const _EGLConfig *conf2, void *priv_data) _eglFallbackCompare() argument
[all...]
H A Deglconfig.h212 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
/third_party/openssl/test/
H A Dssl_test_ctx_test.c37 SSL_TEST_CLIENT_CONF *conf2) in clientconf_eq()
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()
36 clientconf_eq(SSL_TEST_CLIENT_CONF *conf1, SSL_TEST_CLIENT_CONF *conf2) clientconf_eq() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c1698 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()

Completed in 7 milliseconds