Searched refs:HDLIST_SZ (Results 1 – 4 of 4) sorted by relevance
117 APlist *hdl_alp[HDLIST_SZ+2]; /* dlopen() handle list */
818 ndx = (uintptr_t)ghp % HDLIST_SZ; in free_hdl()1438 ndx = (uintptr_t)ghp % HDLIST_SZ; in remove_hdl()
256 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_create()321 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_create()443 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_validate()
434 #define HDLIST_SZ 101 /* prime no. for hashing */ macro