Searched refs:object_hash (Results 1 – 4 of 4) sorted by relevance
36 #define object_hash( obj ) (((struct hash_header *)((char *)(obj) - sizeof(struct hash_header)))->h… macro44 unsigned int object_hash ( OBJECT * );
83 return object_hash( key ); in hash_keyval()263 ITEM * * ip = hp->tab.base + object_hash( hash_item_key( i ) ) % in hashrehash()
349 unsigned int object_hash( OBJECT * obj ) in object_hash() function
39 hash = hash * 2147059363 + object_hash( list_item( iter ) ); in list_hash()