do_hash            73 st.c           #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins)
do_hash           295 st.c               hash_val = do_hash(key, table);
do_hash           324 st.c               hash_val = do_hash(key, table);
do_hash           403 st.c               hash_val = do_hash(key, table);
do_hash           434 st.c               hash_val = do_hash(key, table);