Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dmacro_table.c37 static inline unsigned int position_hash(void *_pos) in position_hash() function
63 macro_table = create_hashtable(5000, position_hash, equalkeys); in store_macro_pos()