Searched refs:tabsz (Results 1 – 2 of 2) sorted by relevance
92 st_hash(const char *name, size_t len, int tabsz) in st_hash() argument103 return key % tabsz; in st_hash()
1728 st_hash(const char *name, int len, int tabsz) in st_hash() argument1785 return(key % tabsz); in st_hash()