Searched refs:cmp_fn (Results 1 – 4 of 4) sorted by relevance
/third_party/iowow/src/utils/ |
D | iwhmap.c | 30 int (*cmp_fn)(const void *, const void *); member 109 IWHMAP *iwhmap_create(int (*cmp_fn)(const void *, const void *), in iwhmap_create() 116 if (!cmp_fn) { in iwhmap_create() 117 cmp_fn = _ptr_cmp; in iwhmap_create() 132 hm->cmp_fn = cmp_fn; in iwhmap_create() 167 if (hash == entry->hash && hm->cmp_fn(key, entry->key) == 0) { in _entry_find() 194 if (hash == entry->hash && hm->cmp_fn(key, entry->key) == 0) { in _entry_add()
|
D | iwhmap.h | 55 IW_EXPORT IWHMAP *iwhmap_create(int (*cmp_fn)(const void *, const void *),
|
/third_party/uboot/u-boot-2020.01/fs/yaffs2/ |
D | ydirectenv.h | 53 #define sort(base, n, sz, cmp_fn, swp) yaffs_qsort(base, n, sz, cmp_fn) argument
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 1077 _gst_uri_compare_lists (GList * first, GList * second, GCompareFunc cmp_fn) in _gst_uri_compare_lists() argument 1088 result = cmp_fn (itr1->data, itr2->data); in _gst_uri_compare_lists() 1719 #define GST_URI_NORMALIZED_CMP_LIST(field, norm_fn, copy_fn, cmp_fn, free_fn) \ in gst_uri_equal() argument 1724 result = _gst_uri_compare_lists (first_norm_list, second_norm_list, (GCompareFunc) cmp_fn); \ in gst_uri_equal()
|