Searched refs:compare_func (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/libobjc/
H A Dhash.c44 compare_func_type compare_func)
73 cache->compare_func = compare_func;
154 (*cachep)->compare_func);
183 if ((*cache->compare_func)(node->key, key)) {
194 if ((*cache->compare_func)(node->key, key)) {
256 if ((*cache->compare_func)(node->key, key)) {
276 if ((*cache->compare_func)(node->key, key))
43 hash_new(unsigned int size, hash_func_type hash_func, compare_func_type compare_func) argument
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dhash.h100 compare_func_type compare_func; member in struct:cache
111 compare_func_type compare_func);
/haiku-buildtools/gcc/gcc/
H A Dira-color.c2255 int (*compare_func) (const void *, const void *))
2266 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func);

Completed in 104 milliseconds