Home
last modified time | relevance | path

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

/external/libselinux/src/
Dandroid.c925 #define PKGTAB_SIZE 256 macro
926 static struct pkgInfo *pkgTab[PKGTAB_SIZE];
934 return h & (PKGTAB_SIZE - 1); in pkghash()
1004 for (hash = 0; hash < PKGTAB_SIZE; hash++) { in package_info_init()
1019 … entries and %d/%d buckets used, longest chain %d\n", entries, buckets, PKGTAB_SIZE, longestchain); in package_info_init()