HomeSort by: relevance | last modified time | path
    Searched defs:emask (Results 1 - 2 of 2) sorted by relevancy

  /src/games/gomoku/
pickmove.c 433 int baseB, fcnt, emask; local in function:makecombo2
442 emask = fcnt != 0 ? ((ocb.cv_win != 0 ? 0x1E : 0x1F) & ~(1 << off)) : 0;
520 ncbp->c_emask[0] = emask;
670 int baseB, fcnt, emask, verts; local in function:makecombo
678 emask = fcnt != 0 ? ((ocb.cv_win != 0 ? 0x1E : 0x1F) & ~(1 << off)) : 0;
760 ncbp->c_emask[1] = emask & ~(1 << n);
767 ncbp->c_emask[1] = emask;
813 int d, emask, i; local in function:makeempty
835 * top overwriting lower levels with the newer emask information.
859 /* now update the emask info *
    [all...]
pickmove.c 433 int baseB, fcnt, emask; local in function:makecombo2
442 emask = fcnt != 0 ? ((ocb.cv_win != 0 ? 0x1E : 0x1F) & ~(1 << off)) : 0;
520 ncbp->c_emask[0] = emask;
670 int baseB, fcnt, emask, verts; local in function:makecombo
678 emask = fcnt != 0 ? ((ocb.cv_win != 0 ? 0x1E : 0x1F) & ~(1 << off)) : 0;
760 ncbp->c_emask[1] = emask & ~(1 << n);
767 ncbp->c_emask[1] = emask;
813 int d, emask, i; local in function:makeempty
835 * top overwriting lower levels with the newer emask information.
859 /* now update the emask info *
    [all...]

Completed in 195 milliseconds