Home
last modified time | relevance | path

Searched refs:mPos2AllIx (Results 1 – 2 of 2) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dccsolver.cpp168 mPos2AllIx = NULL; in CCSolver()
264 int* sol = mAllTable[mPos2AllIx[realno - 1]]; in GetSolutionByNo()
401 delete [] mPos2AllIx; in FreeTables()
402 mPos2AllIx = NULL; in FreeTables()
446 mPos2AllIx = new int [mMaxPosCnt]; in InitTables()
536 mPos2AllIx[mPosCnt] = ix; in FillTable()
H A Dccsolver.h93 int* mPos2AllIx; variable