Home
last modified time | relevance | path

Searched refs:nybbW (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Depddefs.h46 # define nybbW 4 macro
262 # define nbL (sqL / (byteW / nybbW))
H A Depd.c236 gpmptr->gpm_nbv[sq >> 1] = ((cp1 << nybbW) | cp0); in EPDNewGPM()
909 epdptr->epd_nbv[i] = ((cp_v0 << nybbW) | cp_v0); in EPDNewEPD()
1162 epdptr->epd_nbv[sq >> 1] = ((cp1 << nybbW) | cp0); in EPDSet()
1197 epdptr->epd_nbv[sq >> 1] = ((cp1 << nybbW) | cp0); in EPDGetCurrentPosition()
1347 *bptr &= ~(nybbM << nybbW); in EPDDecode()
1348 *bptr |= (cp_v0 << nybbW); in EPDDecode()
1369 *bptr &= ~(nybbM << nybbW); in EPDDecode()
1370 *bptr |= (cp << nybbW); in EPDDecode()
1612 cp = ((epdptr->epd_nbv[sq >> 1] >> nybbW) & nybbM); in EPDEncode()
1719 cp = ((epdptr->epd_nbv[sq >> 1] >> nybbW) & nybbM); in EPDRealize()
/dports/games/KnightCap/Export/
H A Depddefs.h58 #define nybbW 4 macro
291 #define nbL (sqL / (byteW / nybbW))
H A Depd.c399 gpmptr->gpm_nbv[sq >> 1] = ((cp1 << nybbW) | cp0); in EPDNewGPM()
1405 epdptr->epd_nbv[i] = ((cp_v0 << nybbW) | cp_v0); in EPDNewEPD()
1776 epdptr->epd_nbv[sq >> 1] = ((cp1 << nybbW) | cp0); in EPDSet()
1824 epdptr->epd_nbv[sq >> 1] = ((cp1 << nybbW) | cp0); in EPDGetCurrentPosition()
2146 cp = ((epdptr->epd_nbv[sq >> 1] >> nybbW) & nybbM); in EPDEncodeFEN()
2328 *bptr &= ~(nybbM << nybbW); in EPDDecode()
2329 *bptr |= (cp_v0 << nybbW); in EPDDecode()
2355 *bptr &= ~(nybbM << nybbW); in EPDDecode()
2356 *bptr |= (cp << nybbW); in EPDDecode()
2852 cp = ((epdptr->epd_nbv[sq >> 1] >> nybbW) & nybbM); in EPDRealize()
[all …]