Home
last modified time | relevance | path

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

/dports/games/gnugo/gnugo-3.8/engine/
H A Dpersistent.c386 Hash_data *goal_hash, int node_limit) in find_persistent_cache_entry() argument
398 && (goal_hash == NULL in find_persistent_cache_entry()
399 || hashdata_is_equal(entry->goal_hash, *goal_hash)) in find_persistent_cache_entry()
414 Hash_data *goal_hash, int node_limit, in search_persistent_cache() argument
421 goal_hash, node_limit); in search_persistent_cache()
470 Hash_data *goal_hash, in store_persistent_cache() argument
512 if (goal_hash) in store_persistent_cache()
513 entry->goal_hash = *goal_hash; in store_persistent_cache()
964 int str, Hash_data *goal_hash, in search_persistent_breakin_cache() argument
1260 Hash_data *goal_hash, in search_persistent_semeai_cache() argument
[all …]
H A Dhash.c53 static Hash_data goal_hash[BOARDMAX]; variable
95 INIT_ZOBRIST_ARRAY(goal_hash); in hash_init()
200 hashdata_xor(return_value, goal_hash[pos]); in goal_to_hashvalue()
H A Dreadconnect.c53 int *move, int has_passed, Hash_data *goal_hash);
55 int *move, int has_passed, Hash_data *goal_hash);
2843 Hash_data *goal_hash) in recursive_break() argument
2955 int has_passed, Hash_data *goal_hash) in recursive_block() argument
3001 depth - stackp, goal_hash, &retval, NULL, &xpos) == 2) { in recursive_block()
3039 has_passed, goal_hash) != WIN) { in recursive_block()
3052 goal_hash))) { in recursive_block()
3084 Hash_data goal_hash = goal_to_hashvalue(goal); in break_in() local
3111 result = recursive_break(str, goal, move, 0, &goal_hash); in break_in()
3147 Hash_data goal_hash = goal_to_hashvalue(goal); in block_off() local
[all …]
H A Dliberty.h242 int str, Hash_data *goal_hash,
246 int str, Hash_data *goal_hash,
263 Hash_data *goal_hash,
268 Hash_data *goal_hash,
H A Dowl.c410 Hash_data goal_hash; in owl_analyze_semeai_after_move() local
534 goal_hash = goal_to_hashvalue(owlb->goal); in owl_analyze_semeai_after_move()
535 hashdata_xor(goal_hash, temp); in owl_analyze_semeai_after_move()
539 apos, bpos, move, color, &goal_hash, in owl_analyze_semeai_after_move()
606 &goal_hash, in owl_analyze_semeai_after_move()