Home
last modified time | relevance | path

Searched refs:HC_NCOUNT (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/libarchive/libarchive/
HDarchive_string.c2813 #define HC_NCOUNT (HC_VCOUNT * HC_TCOUNT) macro
2814 #define HC_SCOUNT (HC_LCOUNT * HC_NCOUNT)
3336 int L = HC_LBASE + SIndex / HC_NCOUNT; in archive_string_normalize_D()
3337 int V = HC_VBASE + (SIndex % HC_NCOUNT) / HC_TCOUNT; in archive_string_normalize_D()