Searched refs:tabsz (Results 1 – 2 of 2) sorted by relevance
156 st_hash(const char *name, size_t len, int tabsz) in st_hash() argument167 return (key % tabsz); in st_hash()
1228 st_hash(char *name, int len, int tabsz) in st_hash() argument1285 return(key % tabsz); in st_hash()