Searched refs:hash_func_type (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/ |
H A D | hash.h | 61 typedef unsigned int (*hash_func_type) (void *, const void *); typedef 97 hash_func_type hash_func; 106 hash_func_type hash_func,
|
/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | hash.c | 42 objc_hash_new (unsigned int size, hash_func_type hash_func, in objc_hash_new()
|
H A D | init.c | 611 (hash_func_type)objc_hash_ptr, in __objc_exec_class() 614 (hash_func_type)objc_hash_ptr, in __objc_exec_class()
|
H A D | protocols.c | 52 __protocols_hashtable = objc_hash_new (64, (hash_func_type) objc_hash_string, in __objc_protocols_init()
|
H A D | selector.c | 59 (hash_func_type) objc_hash_string, in __objc_init_selector_tables()
|
H A D | sendmsg.c | 1070 (hash_func_type) objc_hash_ptr, in __objc_prepare_dtable_for_class()
|