Home
last modified time | relevance | path

Searched refs:tabsz (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dmemory.cpp84 size_t tabsz = sizeof(struct AddressTranslationTable) * npage; in reservePage() local
86 (malloc(tabsz)); in reservePage()
92 npage, tabsz)); in reservePage()
/netbsd-src/lib/libc/gen/
H A Dpwcache.c153 st_hash(const char *name, size_t len, int tabsz) in st_hash() argument
164 return (key % tabsz); in st_hash()
/netbsd-src/bin/pax/
H A Dtables.c1321 st_hash(char *name, int len, int tabsz) in st_hash() argument
1378 return key % tabsz; in st_hash()