| /third_party/openssl/test/ |
| H A D | params_api_test.c | 69 static int test_param_type_extra(OSSL_PARAM *param, const unsigned char *cmp, in test_param_type_extra() argument 151 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; in test_param_int() local 178 unsigned char buf[MAX_LEN], cmp[sizeo in test_param_long() local 205 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned int)]; test_param_uint() local 231 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned long int)]; test_param_ulong() local 258 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; test_param_int32() local 285 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; test_param_uint32() local 312 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; test_param_int64() local 339 unsigned char buf[MAX_LEN], cmp[sizeof(uint64_t)]; test_param_uint64() local 366 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; test_param_size_t() local 393 unsigned char buf[MAX_LEN], cmp[sizeof(time_t)]; test_param_time_t() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | collationsets.cpp | 242 int32_t cmp = tp->compare(*bp); in comparePrefixes() local 289 int32_t cmp = ts->compare(*bs); in compareContractions() local
|
| H A D | units_data.cpp | 242 int32_t cmp = (*metadata)[mid]->compareTo(desired, foundCategory, foundUsage, foundRegion); in binarySearch() local 340 int32_t cmp = uprv_strcmp(category.data(), other.category.data()); in compareTo() local 352 int32_t cmp in compareTo() local [all...] |
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
| H A D | common.h | 201 glm_vec4 const cmp = _mm_cmple_ps(x, edge); in glm_vec4_step() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-array.hh | 130 int cmp (const hb_array_t &a) const in cmp() function 136 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp() function
|
| H A D | hb-ot-layout-base-table.hh | 155 int cmp (hb_tag_t key) const { return tag.cmp (key); } in cmp() function 263 int cmp (hb_tag_t key) const { return baseLangSysTag.cmp (key); } in cmp() function 326 int cmp (hb_tag_t key) const { return baseScriptTag.cmp (key); } in cmp() function
|
| H A D | hb-ot-map.hh | 60 int cmp (const hb_tag_t tag_) const in cmp() function 71 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp() function
|
| H A D | hb-ot-name-table.hh | 118 static int cmp (const void *pa, const void *pb) in cmp() function
|
| H A D | hb-ot-stat-table.hh | 268 int cmp (hb_tag_t key) const { return tag.cmp (key); } in cmp() function
|
| H A D | hb-ot-tag.cc | 218 int cmp (const char *a) const in cmp() function 232 int cmp (const LangTag *that) const in cmp() function
|
| H A D | hb-ot-var-fvar-table.hh | 73 int cmp (hb_tag_t key) const { return axisTag.cmp (key); } in cmp() function
|
| /third_party/python/Modules/ |
| H A D | _heapqmodule.c | 29 int cmp; in siftdown() local 74 int cmp; in siftup() local 253 int cmp; in _heapq_heappushpop_impl() local 398 int cmp; siftdown_max() local 443 int cmp; siftup_max() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucmndata.cpp | 107 int32_t cmp=0; in strcmpAfterPrefix() local 155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch() local 200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | expr.c | 158 int cmp; in eval_op() local [all...] |
| /third_party/rust/crates/memchr/src/memmem/ |
| H A D | twoway.rs | 627 fn cmp(self, current: u8, candidate: u8) -> SuffixOrdering { in cmp() functions
|
| /third_party/rust/crates/cxx/gen/build/src/ |
| H A D | cargo.rs | 77 fn cmp(&self, rhs: &Self) -> Ordering { in cmp() functions 112 fn cmp(&self, rhs: &Self) -> Ordering { in cmp() functions 140 fn cmp(&self, rhs: &Self) -> Ordering { in cmp() functions [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_find.c | 178 struct cil_perm *cmp = i->data; in __cil_classperms_list_match_any() local 207 struct cil_perm *cmp = i->data; in cil_classperms_list_match_any() local 234 struct cil_perm *cmp = i->data; in __add_classes_from_classperms_list() local 249 struct cil_perm *cmp = (struct cil_perm *)d; in __add_classes_from_map_perms() local
|
| /third_party/rust/crates/syn/src/ |
| H A D | lifetime.rs | 104 fn cmp(&self, other: &Lifetime) -> Ordering { in cmp() functions
|
| /third_party/rust/crates/rustix/src/net/ |
| H A D | ip.rs | 1107 fn cmp(&self, other: &Ipv4Addr) -> Ordering { in cmp() functions 1895 fn cmp(&self, other: &Ipv6Addr) -> Ordering { in cmp() functions
|
| /third_party/selinux/libselinux/src/ |
| H A D | label_backends_android.c | 32 static int cmp(const void *A, const void *B) in cmp() function
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | layout_mbuf_1_0.rs | |
| /third_party/ffmpeg/libavcodec/ |
| H A D | me_cmp.c | 476 int ff_set_cmp(MECmpContext *c, me_cmp_func *cmp, int type) in ff_set_cmp() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_deband.c | 195 int avg[4], cmp[4] = { 0 }, src[4]; in deband_8_coupling_c() local 260 int avg[4], cmp[4] = { 0 }, src[4]; in deband_16_coupling_c() local
|
| H A D | vf_deshake.c | 91 static int cmp(const void *a, const void *b) in cmp() function
|
| H A D | vf_signature.c | 130 static int cmp(const void *x, const void *y) in cmp() function
|