Home
last modified time | relevance | path

Searched defs:CHECKPVSBIT (Results 1 – 3 of 3) sorted by relevance

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmodel_brush.h725 #define CHECKPVSBIT(pvs,b) ((b) >= 0 ? (unsigned char) ((pvs)[(b) >> 3] & (1 << ((b) & 7))) : (unsi… macro
/dports/games/darkplaces/darkplaces/
H A Dmodel_brush.h723 #define CHECKPVSBIT(pvs,b) ((b) >= 0 ? (unsigned char) ((pvs)[(b) >> 3] & (1 << ((b) & 7))) : (unsi… macro
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dmodel_brush.h698 #define CHECKPVSBIT(pvs,b) ((b) >= 0 ? ((pvs)[(b) >> 3] & (1 << ((b) & 7))) : false) macro