Home
last modified time | relevance | path

Searched refs:EVENT_PV (Results 1 – 8 of 8) sorted by last modified time

/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Duci.cpp642 event |= EVENT_PV; in parse_info()
697 if ((event & EVENT_PV) != 0) { in parse_info()
H A Duci.h97 EVENT_PV = 1 << 4, enumerator
H A Dadapter.cpp844 if ((event & EVENT_PV) != 0) { in engine_step()
H A Depd.cpp406 if ((event & EVENT_PV) != 0) { in engine_step()
/dports/games/polyglot/polyglot-1.4.70b/
H A Dxboard2uci.c758 if ((event & EVENT_PV) != 0) { in xboard2uci_engine_step()
H A Duci.c674 event |= EVENT_PV; in parse_info()
742 if ((event & EVENT_PV) != 0) { in parse_info()
749 event &= ~EVENT_PV; in parse_info()
760 event &= ~EVENT_PV; // ignore duplicates in parse_info()
763 if(event & EVENT_PV){ in parse_info()
H A Duci.h79 EVENT_PV = 1 << 4, enumerator
H A Depd.c422 if ((event & EVENT_PV) != 0) { in engine_step()