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

/freebsd-9.3-release/bin/pax/
H A Dtables.h46 #define L_TAB_SZ 2503 /* hard link hash table size */ macro
H A Dtables.c109 if ((ltab = (HRDLNK **)calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) {
146 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
234 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
279 for (i = 0; i < L_TAB_SZ; ++i) {

Completed in 51 milliseconds