Home
last modified time | relevance | path

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

12345678910>>...16

/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
/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
/third_party/lzma/CPP/7zip/Common/
H A DUniqBlocks.cpp26 const int cmp = memcmp(data, buf, size); in AddUniq() local
/third_party/musl/porting/liteos_a/user/src/stdlib/
H A Dqsort.c46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
[all...]
/third_party/musl/src/locale/
H A Dcatgets.c10 static int cmp(const void *a, const void *b) in cmp() function
/third_party/musl/src/stdlib/liteos_a/
H A Dqsort.c46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
[all...]
/third_party/musl/libc-test/src/functional/
H A Dsearch_tsearch.c19 static int cmp(const void *a, const void *b) in cmp() function

Completed in 6 milliseconds

12345678910>>...16