Searched refs:is_eq (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/tests/st/debugger/ |
D | dump_test_utils.py | 26 is_eq = filecmp.cmp(pwd + "/golden/" + 30 return is_eq
|
/third_party/skia/tests/ |
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/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
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/src/eap_common/ |
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/mesa3d/src/compiler/nir/ |
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_standard/src/common/ |
D | sae.c | 302 unsigned int is_eq; in sae_derive_pwe_ecc() local 420 is_eq = const_time_eq(pwd_seed_odd, x_y[prime_len - 1] & 0x01); in sae_derive_pwe_ecc() 421 const_time_select_bin(is_eq, x_y, x_y + SAE_MAX_ECC_PRIME_LEN, in sae_derive_pwe_ecc() 632 unsigned int m_is_zero, is_qr, is_eq; in sswu() local 779 is_eq = const_time_eq(bin1[prime_len - 1] & 0x01, in sswu() 789 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/ |
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/test/thirdparty/doctest/ |
D | doctest.h | 553 is_eq = 2 * is_unary, enumerator 554 is_ne = 2 * is_eq, 592 DT_WARN_EQ = is_normal | is_eq | is_warn, 593 DT_CHECK_EQ = is_normal | is_eq | is_check, 594 DT_REQUIRE_EQ = is_normal | is_eq | is_require,
|