Home
last modified time | relevance | path

Searched defs:eq (Results 1 - 25 of 294) sorted by relevance

12345678910>>...12

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcmp-and-pow2.c3 _Bool eq(int a) { return ((a & M) != M) == ((a & M) == 0); } in eq() function
H A Dcse-commutativity.c6 static int eq(int a, int b) { return (a == b) == (b == a); } in eq() function
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmemcmp.rs65 pub fn eq(a: &[u8], b: &[u8]) -> bool { in eq() functions
[all...]
/third_party/rust/crates/syn/tests/common/
H A Dmod.rs7 pub mod eq; modules
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dimpl_partialeq.rs67 fn eq(&self, other: & #ty_for_impl) -> bool { in gen_partialeq_impl() functions
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_helper_invocation.c45 nir_ssa_def *eq = nir_ieq(b, mask, nir_imm_int(b, 0)); in pan_lower_helper_invocation_instr() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-partialeq-core.rs53 fn eq(&self, other: &C) -> bool { in eq() functions
/third_party/rust/crates/clap/src/parser/matches/
H A Dmatched_arg.rs185 fn eq(&self, other: &MatchedArg) -> bool { in eq() functions
/third_party/skia/experimental/lowp-basic/
H A Dlowp_experiments.cpp63 const Q15 eq = _mm_cmpeq_epi16(product, limit); in ssse3_vqrdmulhq_s16() local
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_eq_init.c47 av_cold void ff_eq_init_x86(EQContext *eq) in ff_eq_init_x86() argument
/third_party/ffmpeg/tests/checkasm/
H A Dvf_eq.c51 EQContext eq; in check_eq() local
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimfmtprops.cpp83 bool eq = true; in _equals() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimfmtprops.cpp83 bool eq = true; in _equals() local
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Datom.rs85 fn eq(&self, atom: &Atom) -> bool { in eq() functions
94 fn eq(&self, atom: &Atom) -> bool { in eq() functions
100 fn eq(&self, atom: &Atom) -> bool { in eq() functions
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dderive.rs49 fn eq(&self, other: &Trait) -> bool { in eq() functions
H A Dinstantiate.rs57 fn eq(&self, other: &Self) -> bool { in eq() functions
H A Dnames.rs62 fn eq(&self, rhs: &str) -> bool { in eq() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dderive.rs49 fn eq(&self, other: &Trait) -> bool { in eq() functions
H A Dnames.rs62 fn eq(&self, rhs: &str) -> bool { in eq() functions
H A Dinstantiate.rs57 fn eq(&self, other: &Self) -> bool { in eq() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dinstantiate.rs57 fn eq(&self, other: &Self) -> bool { in eq() functions
H A Dnames.rs62 fn eq(&self, rhs: &str) -> bool { in eq() functions
/third_party/rust/crates/cxx/syntax/
H A Datom.rs85 fn eq(&self, atom: &Atom) -> bool { in eq() functions
94 fn eq(&self, atom: &Atom) -> bool { in eq() functions
100 fn eq(&self, atom: &Atom) -> bool { in eq() functions
H A Dderive.rs49 fn eq(&self, other: &Trait) -> bool { in eq() functions
H A Dnames.rs62 fn eq(&self, rhs: &str) -> bool { in eq() functions

Completed in 7 milliseconds

12345678910>>...12