Searched refs:hash_func_type (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/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,
|
/netbsd-src/external/gpl3/gcc.old/dist/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,
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | hash.c | 41 objc_hash_new (unsigned int size, hash_func_type hash_func, in objc_hash_new()
|
H A D | init.c | 610 (hash_func_type)objc_hash_ptr, in __objc_exec_class() 613 (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 | 58 (hash_func_type) objc_hash_string, in __objc_init_selector_tables()
|
H A D | sendmsg.c | 1053 (hash_func_type) objc_hash_ptr, in __objc_prepare_dtable_for_class()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | hash.c | 41 objc_hash_new (unsigned int size, hash_func_type hash_func, in objc_hash_new()
|
H A D | init.c | 610 (hash_func_type)objc_hash_ptr, in __objc_exec_class() 613 (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 | 58 (hash_func_type) objc_hash_string, in __objc_init_selector_tables()
|
H A D | sendmsg.c | 1053 (hash_func_type) objc_hash_ptr, in __objc_prepare_dtable_for_class()
|