do_hash           69 st.c           #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins)
do_hash          257 st.c               hash_val = do_hash(key, table);
do_hash          296 st.c               hash_val = do_hash(key, table);
do_hash          317 st.c               hash_val = do_hash(key, table);