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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c814 #define STRTBL_INITSZ 8196 macro
855 size64 = STRTBL_INITSZ;
861 * current request and rounding it up to STRTBL_INITSZ.
865 size64 = ((target + STRTBL_INITSZ) / STRTBL_INITSZ) *
866 STRTBL_INITSZ;
906 #undef STRTBL_INITSZ macro

Completed in 94 milliseconds