HomeSort by: relevance | last modified time | path
    Searched refs:tabsz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
memory.cpp 84 size_t tabsz = sizeof(struct AddressTranslationTable) * npage; local in function:MemoryManager::reservePage
86 (malloc(tabsz));
92 npage, tabsz));
  /src/lib/libc/gen/
pwcache.c 153 st_hash(const char *name, size_t len, int tabsz)
164 return (key % tabsz);
  /src/bin/pax/
tables.c 1321 st_hash(char *name, int len, int tabsz)
1378 return key % tabsz;

Completed in 17 milliseconds