/third_party/skia/tests/ |
H A D | PathBuilderTest.cpp | 138 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 D | operator_spaceship__scalartype.c++20.cpp | 17 else if (std::is_eq(po)) in to_string()
|
H A D | operator_spaceship__const_reference.c++20.cpp | 17 else if (std::is_eq(po)) in to_string()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_subgroups.c | 183 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 D | eap_pwd_common.c | 143 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 D | eap_pwd_common.c | 143 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 D | sae.c | 304 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 D | sae.c | 298 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 D | doctest.h | 580 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 D | unit-comparison.cpp | 536 CHECK(std::is_eq(expected[i][j]) == expected_eq[i][j]);
|