Searched refs:hash_compare (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xedit/dist/ | ||
| H A D | util.h | 37 typedef int (*hash_compare)(hash_key *left, hash_key *right); typedef in typeref:typename:int (*)(hash_key * left,hash_key * right) 53 hash_compare compare; 64 hash_table *hash_new(unsigned int length, hash_compare compare); |
| H A D | hash.c | 95 hash_new(unsigned int length, hash_compare compare) |
Completed in 3 milliseconds