Searched refs:L_TAB_SZ (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/bin/pax/
H A Dtables.h47 #define L_TAB_SZ 2503 /* hard link hash table size */ macro
H A Dtables.c121 if ((ltab = (HRDLNK **)calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) {
158 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
245 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
290 for (i = 0; i < L_TAB_SZ; ++i) {

Completed in 86 milliseconds