Home
last modified time | relevance | path

Searched refs:compare_func (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dhash.cpp40 int (*compare_func)(void *e, const void *key); member
60 int compare_func(void *e, const void *key), in hash_init()
66 if (compare_func == NULL || hash_func == NULL) { in hash_init()
88 t->compare_func = compare_func; in hash_init()
92 t, next_ptr_offset, compare_func, hash_func)); in hash_init()
230 if (table->compare_func(element, key) == 0) in hash_lookup()
H A Dhash.h22 int compare_func(void *element, const void *key),
/haiku/src/kits/interface/
H A DOutlineListView.cpp30 typedef int (*compare_func)(const BListItem* a, const BListItem* b); typedef
34 ListItemComparator(compare_func compareFunc) in ListItemComparator()
46 compare_func fCompareFunc;
H A DMenu.cpp109 typedef int (*compare_func)(const BMenuItem*, const BMenuItem*); typedef
113 MenuItemComparator(compare_func compareFunc) in MenuItemComparator()
124 compare_func fCompareFunc;
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp1088 typedef int (*compare_func)(const uint8 *a, const uint8 *b, size_t size); in Find() typedef
1089 compare_func compareFunc; in Find()
1093 compareFunc = (compare_func)memcmp; in Find()