Home
last modified time | relevance | path

Searched refs:is_eq (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/tests/
H A DPathBuilderTest.cpp138 static bool is_eq(const SkPath& a, const SkPath& b) { in is_eq() function
189 REPORTER_ASSERT(reporter, is_eq(p, bp)); in DEF_TEST()
194 REPORTER_ASSERT(reporter, is_eq(p, bp)); in DEF_TEST()
215 REPORTER_ASSERT(reporter, is_eq(p, bp)); in DEF_TEST()
220 REPORTER_ASSERT(reporter, is_eq(p, bp)); in DEF_TEST()
/third_party/json/docs/examples/
H A Doperator_spaceship__scalartype.c++20.cpp17 else if (std::is_eq(po)) in to_string()
H A Doperator_spaceship__const_reference.c++20.cpp17 else if (std::is_eq(po)) in to_string()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_subgroups.c183 nir_ssa_def *is_eq; in lower_vote_eq() local
185 is_eq = nir_feq(b, rfi, nir_channel(b, value, i)); in lower_vote_eq()
187 is_eq = nir_ieq(b, rfi, nir_channel(b, value, i)); in lower_vote_eq()
191 all_eq = is_eq; in lower_vote_eq()
193 all_eq = nir_iand(b, all_eq, is_eq); in lower_vote_eq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pwd_common.c143 unsigned int is_eq; in compute_password_element() local
284 is_eq = const_time_eq(is_odd, x_y[primebytelen - 1] & 0x01); in compute_password_element()
285 const_time_select_bin(is_eq, x_y, x_y + MAX_ECC_PRIME_LEN, in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pwd_common.c143 unsigned int is_eq; in compute_password_element() local
284 is_eq = const_time_eq(is_odd, x_y[primebytelen - 1] & 0x01); in compute_password_element()
285 const_time_select_bin(is_eq, x_y, x_y + MAX_ECC_PRIME_LEN, in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c304 unsigned int is_eq; in sae_derive_pwe_ecc() local
422 is_eq = const_time_eq(pwd_seed_odd, x_y[prime_len - 1] & 0x01); in sae_derive_pwe_ecc()
423 const_time_select_bin(is_eq, x_y, x_y + SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc()
634 unsigned int m_is_zero, is_qr, is_eq; in sswu() local
781 is_eq = const_time_eq(bin1[prime_len - 1] & 0x01, in sswu()
791 const_time_select_bin(is_eq, bin1, bin2, prime_len, &x_y[prime_len]); in sswu()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c298 unsigned int is_eq; in sae_derive_pwe_ecc() local
426 is_eq = const_time_eq(pwd_seed_odd, x_y[prime_len - 1] & 0x01); in sae_derive_pwe_ecc()
427 const_time_select_bin(is_eq, x_y, x_y + SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h580 is_eq = 2 * is_unary, enumerator
581 is_ne = 2 * is_eq,
619 DT_WARN_EQ = is_normal | is_eq | is_warn,
620 DT_CHECK_EQ = is_normal | is_eq | is_check,
621 DT_REQUIRE_EQ = is_normal | is_eq | is_require,
/third_party/json/tests/src/
H A Dunit-comparison.cpp536 CHECK(std::is_eq(expected[i][j]) == expected_eq[i][j]);

Completed in 20 milliseconds