Searched refs:OBJLOCKHASH_SIZE (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c89 #define OBJLOCKHASH_SIZE 127 macro
90 static obj_lock_t *obj_lock_hash[OBJLOCKHASH_SIZE];
372 return ((v >> 3) % OBJLOCKHASH_SIZE);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c110 #define OBJLOCKHASH_SIZE 127 macro
111 static obj_lock_t *obj_lock_hash[OBJLOCKHASH_SIZE];
154 return ((v >> 3) % OBJLOCKHASH_SIZE);

Completed in 19 milliseconds