Searched refs:is_eq (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__compare/ |
H A D | is_eq.h | 23 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_eq(partial_ordering __c) noexcept { return __c == 0;… in is_eq() function
|
/freebsd/contrib/wpa/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()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | compare.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | compare | 23 constexpr bool is_eq (partial_ordering cmp) noexcept { return cmp == 0; } 152 # include <__compare/is_eq.h>
|
H A D | module.modulemap | 1171 module std_private_compare_is_eq [system] { header "__compare/is_eq.h" }
|
/freebsd/contrib/wpa/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()
|
/freebsd/lib/libc++/ |
H A D | Makefile | 592 CMP_HEADERS+= is_eq.h
|
H A D | libcxx.imp | 287 { include: [ "<__compare/is_eq.h>", "private", "<compare>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1648 SYMBOL(is_eq, std::, <compare>)
|