Searched refs:HC_NCOUNT (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c2808 #define HC_NCOUNT (HC_VCOUNT * HC_TCOUNT) macro
2809 #define HC_SCOUNT (HC_LCOUNT * HC_NCOUNT)
3331 int L = HC_LBASE + SIndex / HC_NCOUNT;
3332 int V = HC_VBASE + (SIndex % HC_NCOUNT) / HC_TCOUNT;

Completed in 140 milliseconds