Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/pkg_install/dist/admin/
Dmain.c122 struct reqd_by_entry_head required_by[PKG_HASH_SIZE];
371 for (i = 0; i < PKG_HASH_SIZE; i++) in add_required_by()
459 struct pkg_reqd_by_head pkgs[PKG_HASH_SIZE]; in rebuild_tree()
465 for (i = 0; i < PKG_HASH_SIZE; i++) in rebuild_tree()
484 for (i = 0; i < PKG_HASH_SIZE; i++) { in rebuild_tree()
495 for (j = 0; j < PKG_HASH_SIZE; j++) { in rebuild_tree()
/netbsd/src/external/bsd/pkg_install/dist/lib/
Dlib.h247 #define PKG_HASH_SIZE 16 macro
251 & (PKG_HASH_SIZE - 1))
Diterate.c73 static struct pkg_match_list_head pkg_match_cache[PKG_HASH_SIZE];