Searched refs:compare_func (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | hash.c | 42 compare_func_type compare_func) in objc_hash_new() argument 71 cache->compare_func = compare_func; in objc_hash_new() 152 (*cachep)->compare_func); in objc_hash_add() 181 if ((*cache->compare_func) (node->key, key)) in objc_hash_remove() 193 if ((*cache->compare_func) (node->key, key)) in objc_hash_remove() 263 if ((*cache->compare_func) (node->key, key)) in objc_hash_value_for_key() 286 if ((*cache->compare_func)(node->key, key)) in objc_hash_is_key_in_hash()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | hash.c | 42 compare_func_type compare_func) in objc_hash_new() argument 71 cache->compare_func = compare_func; in objc_hash_new() 152 (*cachep)->compare_func); in objc_hash_add() 181 if ((*cache->compare_func) (node->key, key)) in objc_hash_remove() 193 if ((*cache->compare_func) (node->key, key)) in objc_hash_remove() 263 if ((*cache->compare_func) (node->key, key)) in objc_hash_value_for_key() 286 if ((*cache->compare_func)(node->key, key)) in objc_hash_is_key_in_hash()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| H A D | hash.h | 99 compare_func_type compare_func; member 107 compare_func_type compare_func);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| H A D | hash.h | 99 compare_func_type compare_func; member 107 compare_func_type compare_func);
|
| /netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/ |
| H A D | uu_avl.c | 67 uu_compare_fn_t *compare_func, uint32_t flags) in uu_avl_pool_create() argument 74 compare_func == NULL) { in uu_avl_pool_create() 93 pp->uap_cmp = compare_func; in uu_avl_pool_create()
|
| H A D | uu_list.c | 64 size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags) in uu_list_pool_create() argument 89 pp->ulp_cmp = compare_func; in uu_list_pool_create()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ira-color.c | 2337 int (*compare_func) (const void *, const void *)) in sort_bucket() 2348 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func); in sort_bucket()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ira-color.cc | 2578 int (*compare_func) (const void *, const void *)) in sort_bucket() 2589 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func); in sort_bucket()
|