Home
last modified time | relevance | path

Searched defs:cmp (Results 1 - 25 of 456) sorted by relevance

12345678910>>...19

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcmp-sext-sext.c2 #define cmp(TYPE, X, OP, Y) ((T(TYPE)) X OP (T(TYPE)) Y) macro
H A Dcmp-zext-zext.c2 #define cmp(TYPE, X, OP, Y) ((T(TYPE)) X OP (T(TYPE)) Y) macro
H A Dcmp-zext.c2 #define cmp(TYPE, X, OP, Y) ((T(TYPE)) X OP (T(TYPE)) Y) macro
H A Dcmp-sext.c2 #define cmp(TYPE, X, OP, Y) ((T(TYPE)) X OP (T(TYPE)) Y) macro
/third_party/ltp/testcases/lib/
H A Dtst_get_median.c7 static int cmp(const void *a, const void *b) in cmp() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout.hh42 int cmp (hb_tag_t key) const in cmp() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-partialeq-base.rs
H A Dissue-648-derive-debug-with-padding.rs
H A Dopaque-template-inst-member.rs
H A Dderive-partialeq-core.rs
H A Dderive-partialeq-union_1_0.rs
/third_party/musl/src/stdlib/
H A Dqsort_nr.c6 static int wrapper_cmp(const void *v1, const void *v2, void *cmp) in wrapper_cmp() argument
11 void qsort(void *base, size_t nel, size_t width, cmpfun cmp) in qsort() argument
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemmem.c28 const char cmp[] = "musl"; in memmem_0100() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtsearch.c92 int cmp; in tdelete() local
/third_party/rust/crates/proc-macro2/src/
H A Dlocation.rs18 fn cmp(&self, other: &Self) -> Ordering { in cmp() functions
/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs165 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() functions
H A Dstackvec.rs273 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() functions
/arkcompiler/runtime_core/compiler/tests/
H A Drpo_test.cpp124 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
244 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
[all...]
/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dcodegen_arm64.rb84 def cmp(a, b) method in Codegen.safepoint_state
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dcodegen_arm64.rb84 def cmp(a, b) method in Codegen.safepoint_state
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dgc_utils.h60 auto cmp = llvm::dyn_cast<llvm::ICmpInst>(val); in IsNullCmp() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Drpo_test.cpp130 auto cmp = in TEST_F() local
248 auto cmp = in TEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dmpeg12framerate.c68 int cmp; in ff_mpeg12_find_best_frame_rate() local
/third_party/ffmpeg/libswscale/x86/
H A Drgb_2_rgb.asm81 cmp wq, 0 label
141 cmp wq, 0 label
/third_party/ffmpeg/libavutil/tests/
H A Dtree.c57 static int cmp(const void *a, const void *b) in cmp() function

Completed in 7 milliseconds

12345678910>>...19