Searched refs:tabsz (Results 1 – 2 of 2) sorted by relevance
155 st_hash(const char *name, size_t len, int tabsz) in st_hash() argument166 return (key % tabsz); in st_hash()
1222 st_hash(char *name, int len, int tabsz) in st_hash() argument1279 return(key % tabsz); in st_hash()