Home
last modified time | relevance | path

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

/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dutil.c337 unsigned long hashix; in ProbeFTable() local
340 hashix = ((side == black) ? (hashkey & 0xFFFFFFFE) in ProbeFTable()
351 sizeof(struct fileentry) * ((hashix + 2 * i) % (filesz)), in ProbeFTable()
415 unsigned long hashix; in PutInFTable() local
418 hashix = ((side == black) ? (hashkey & 0xFFFFFFFE) in PutInFTable()
447 sizeof(struct fileentry) * ((hashix + 2 * i) % (filesz)), in PutInFTable()
465 sizeof(struct fileentry) * ((hashix + 2 * i) % (filesz)), in PutInFTable()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Doptions.c2476 int hashix; local
2487 hashix = compute_option_hash (code);
2488 for (bptr = hash [hashix]; bptr; bptr = bptr -> cdr) {
2795 int hashix; in save_hashed_option() local
2804 hashix = compute_option_hash (oc -> option -> code); in save_hashed_option()
2853 bptr -> cdr = hash [hashix]; in save_hashed_option()
2856 hash [hashix] = bptr; in save_hashed_option()
2876 int hashix; local
2885 hashix = compute_option_hash (code);
2886 for (bptr = hash [hashix]; bptr; bptr = bptr -> cdr) {
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Doptions.c2476 int hashix; local
2487 hashix = compute_option_hash (code);
2488 for (bptr = hash [hashix]; bptr; bptr = bptr -> cdr) {
2795 int hashix; in save_hashed_option() local
2804 hashix = compute_option_hash (oc -> option -> code); in save_hashed_option()
2853 bptr -> cdr = hash [hashix]; in save_hashed_option()
2856 hash [hashix] = bptr; in save_hashed_option()
2876 int hashix; local
2885 hashix = compute_option_hash (code);
2886 for (bptr = hash [hashix]; bptr; bptr = bptr -> cdr) {
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Doptions.c2476 int hashix; local
2487 hashix = compute_option_hash (code);
2488 for (bptr = hash [hashix]; bptr; bptr = bptr -> cdr) {
2795 int hashix; in save_hashed_option() local
2804 hashix = compute_option_hash (oc -> option -> code); in save_hashed_option()
2853 bptr -> cdr = hash [hashix]; in save_hashed_option()
2856 hash [hashix] = bptr; in save_hashed_option()
2876 int hashix; local
2885 hashix = compute_option_hash (code);
2886 for (bptr = hash [hashix]; bptr; bptr = bptr -> cdr) {
[all …]