OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashcombos
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/gomoku/
pickmove.c
61
static struct combostr *
hashcombos
[FAREA];/* hash list for finding duplicates */
variable in typeref:struct:combostr
640
cbpp = &
hashcombos
[FAREA];
657
} while (cbpp !=
hashcombos
);
1256
cbp =
hashcombos
[inx = (frame_index)(*scbpp - frames)];
1263
hashcombos
[inx] = fcbp;
pickmove.c
61
static struct combostr *
hashcombos
[FAREA];/* hash list for finding duplicates */
variable in typeref:struct:combostr
640
cbpp = &
hashcombos
[FAREA];
657
} while (cbpp !=
hashcombos
);
1256
cbp =
hashcombos
[inx = (frame_index)(*scbpp - frames)];
1263
hashcombos
[inx] = fcbp;
Completed in 44 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026