Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h323 extern unsigned char pop_cnt_8bit[256];
H A Dinit.c970 pop_cnt_8bit[0] = 0; in InitializeMasks()
972 pop_cnt_8bit[i] = 0; in InitializeMasks()
975 pop_cnt_8bit[i]++; in InitializeMasks()
H A Ddata.c432 unsigned char pop_cnt_8bit[256]; variable
H A Dchess.h541 # define PopCnt8Bit(a) (pop_cnt_8bit[a])