Home
last modified time | relevance | path

Searched refs:capleft (Results 1 – 6 of 6) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_info.cpp361 const int capleft = barleft+tickpadx, tickleft = capleft+capwidth, ticktop = bartop+tickpady; in CG_LoadBar() local
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_info.c382 const int capleft = barleft+tickpadx, tickleft = capleft+capwidth, ticktop = bartop+tickpady; in CG_LoadBar() local
/dports/games/crafty/crafty-25.2_1/
H A Dmovgen.c106 common = (to + capleft[side]) | (to << 6) | (pawn << 12); in GenerateCaptures()
630 if (!PinnedOnKing(tree, side, to + capleft[side])) { in GenerateCheckEvasions()
631 common = (to + capleft[side]) | (to << 6) | (pawn << 12); in GenerateCheckEvasions()
826 common = (to + capleft[side]) | (to << 6) | (pawn << 12); in GenerateNoncaptures()
H A Ddata.h361 extern const int capleft[2];
H A Ddata.c997 const int capleft[2] = {+9, -7}; variable
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_info.cpp419 const int capleft = barleft+tickpadx, tickleft = capleft+capwidth, ticktop = bartop+tickpady; in CG_LoadBar() local