Home
last modified time | relevance | path

Searched refs:object_hash (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dobject.h36 #define object_hash( obj ) (((struct hash_header *)((char *)(obj) - sizeof(struct hash_header)))->h… macro
44 unsigned int object_hash ( OBJECT * );
Dhash.cpp83 return object_hash( key ); in hash_keyval()
263 ITEM * * ip = hp->tab.base + object_hash( hash_item_key( i ) ) % in hashrehash()
Dobject.cpp349 unsigned int object_hash( OBJECT * obj ) in object_hash() function
/third_party/boost/tools/build/src/engine/modules/
Dproperty-set.cpp39 hash = hash * 2147059363 + object_hash( list_item( iter ) ); in list_hash()