Home
last modified time | relevance | path

Searched defs:BITV_DECL (Results 1 – 4 of 4) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dbit.h33 #define BITV_DECL(X,N) bitv_t (X)[((N) + BITV_SIZE - 1) / BITV_SIZE] macro
/dports/games/xpilot/xpilot-4.5.5/src/common/
H A Dbit.h34 #define BITV_DECL(X,N) bitv_t (X)[((N) + BITV_SIZE - 1) / BITV_SIZE] macro
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/
H A Dbit.h35 #define BITV_DECL(X,N) bitv_t (X)[((N) + BITV_SIZE - 1) / BITV_SIZE] macro
/dports/audio/re/re-0.5.8/include/
H A Dre_bitv.h16 #define BITV_DECL(name, nbits) bitv_t (name)[BITV_NELEM(nbits)] macro