/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cmp-sext-sext.c | 2 #define cmp(TYPE, X, OP, Y) ((T(TYPE)) X OP (T(TYPE)) Y) macro
|
H A D | cmp-zext-zext.c | 2 #define cmp(TYPE, X, OP, Y) ((T(TYPE)) X OP (T(TYPE)) Y) macro
|
H A D | cmp-zext.c | 2 #define cmp(TYPE, X, OP, Y) ((T(TYPE)) X OP (T(TYPE)) Y) macro
|
H A D | cmp-sext.c | 2 #define cmp(TYPE, X, OP, Y) ((T(TYPE)) X OP (T(TYPE)) Y) macro
|
/third_party/ltp/testcases/lib/ |
H A D | tst_get_median.c | 7 static int cmp(const void *a, const void *b) in cmp() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout.hh | 42 int cmp (hb_tag_t key) const in cmp() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | derive-partialeq-base.rs | |
H A D | issue-648-derive-debug-with-padding.rs | |
H A D | opaque-template-inst-member.rs | |
H A D | derive-partialeq-core.rs | |
H A D | derive-partialeq-union_1_0.rs | |
/third_party/musl/src/stdlib/ |
H A D | qsort_nr.c | 6 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 D | memmem.c | 28 const char cmp[] = "musl"; in memmem_0100() local
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | tsearch.c | 92 int cmp; in tdelete() local
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | location.rs | 18 fn cmp(&self, other: &Self) -> Ordering { in cmp() functions
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | heapvec.rs | 165 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() functions
|
H A D | stackvec.rs | 273 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() functions
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12framerate.c | 68 int cmp; in ff_mpeg12_find_best_frame_rate() local
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb_2_rgb.asm | 81 cmp wq, 0 label 141 cmp wq, 0 label
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | tree.c | 57 static int cmp(const void *a, const void *b) in cmp() function
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | UniqBlocks.cpp | 26 const int cmp = memcmp(data, buf, size);
in AddUniq() local
|
/third_party/musl/porting/liteos_a/user/src/stdlib/ |
H A D | qsort.c | 46 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 D | catgets.c | 10 static int cmp(const void *a, const void *b) in cmp() function
|
/third_party/musl/src/stdlib/liteos_a/ |
H A D | qsort.c | 46 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 D | search_tsearch.c | 19 static int cmp(const void *a, const void *b) in cmp() function
|