HomeSort by: relevance | last modified time | path
    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