Home
last modified time | relevance | path

Searched defs:FIX_TO_INT (Results 1 – 6 of 6) sorted by relevance

/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dsoundmix.h25 #define FIX_TO_INT(f) ((unsigned int)f>>12) macro
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dsoundmix.h25 #define FIX_TO_INT(f) ((unsigned int)f>>12) macro
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dsoundmix.c77 #define FIX_TO_INT(f) ((unsigned int)f>>12) macro
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dsoundmix.c78 #define FIX_TO_INT(f) ((unsigned int)f>>12) macro
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dsoundmix.c78 #define FIX_TO_INT(f) ((unsigned int)f>>12) macro
/dports/lang/fth/fth-1.4.1/src/
H A Dfth.h155 #define FIX_TO_INT(Obj) (((SIGNED_FTH)(Obj)) >> 1L) macro