Home
last modified time | relevance | path

Searched refs:ShortSwap (Results 1 – 25 of 89) sorted by relevance

1234

/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dqendian.h61 #define BigShort ShortSwap
69 #define LittleShort ShortSwap
87 #define ShortSwap(l) ({ uint16_t x = (uint16_t) (l); \ macro
93 z = (ShortSwap (z >> 16)) | (ShortSwap (z) << 16); \
101 #define ShortSwap(l) _ShortSwap (l) macro
/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_platform.h268 static inline uint16_t ShortSwap(uint16_t v) in ShortSwap() function
287 static uint16_t ShortSwap(uint16_t v) in ShortSwap() function
300 static inline uint16_t ShortSwap(uint16_t v) in ShortSwap() function
316 *(uint16_t*)dest = ShortSwap(*(uint16_t*)src); in CopyShortSwap()
336 #define LittleShort( x ) ShortSwap( x )
348 #define BigShort( x ) ShortSwap( x )
/dports/games/vavoom/vavoom-1.33/libs/core/
H A Dendian.cpp67 static vint16 ShortSwap(vint16 x) in ShortSwap() function
148 BigShort = ShortSwap; in M_InitByteOrder()
159 LittleShort = ShortSwap; in M_InitByteOrder()
/dports/games/uhexen2/hexen2source-1.5.9/common/
H A Dq_endian.c75 short ShortSwap (short l) in ShortSwap() function
155 LittleShort = ShortSwap; in ByteOrder_Init()
163 BigShort = ShortSwap; in ByteOrder_Init()
H A Dq_endian.h246 extern short ShortSwap (short);
258 #define ShortSwap(s) m68k_swap16((s)) macro
271 #define LittleShort(s) ShortSwap((s))
279 #define BigShort(s) ShortSwap((s))
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dbothtoolsa.s38 .globl C(ShortSwap)
39 C(ShortSwap):
H A Dbothdefs.h183 short ShortSwap (short s);
194 #define LittleShort(x) ShortSwap(x)
198 #define BigShort(x) ShortSwap(x)
209 #define BigShort(x) ShortSwap(x)
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dbothtoolsa.s38 .globl C(ShortSwap)
39 C(ShortSwap):
H A Dbothdefs.h183 short ShortSwap (short s);
194 #define LittleShort(x) ShortSwap(x)
198 #define BigShort(x) ShortSwap(x)
209 #define BigShort(x) ShortSwap(x)
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dq_platform.h284 short ShortSwap (short l);
292 #define LittleShort(x) ShortSwap(x)
304 #define BigShort(x) ShortSwap(x)
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_platform.h289 short ShortSwap (short l);
297 #define LittleShort(x) ShortSwap(x)
309 #define BigShort(x) ShortSwap(x)
/dports/games/evq3/evq3/code/qcommon/
H A Dq_platform.h291 short ShortSwap (short l);
299 #define LittleShort(x) ShortSwap(x)
311 #define BigShort(x) ShortSwap(x)
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dq_platform.h305 short ShortSwap (short l);
313 #define LittleShort(x) ShortSwap(x)
325 #define BigShort(x) ShortSwap(x)
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_platform.h305 short ShortSwap (short l);
313 #define LittleShort(x) ShortSwap(x)
325 #define BigShort(x) ShortSwap(x)
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_platform.h337 short ShortSwap (short l);
345 #define LittleShort(x) ShortSwap(x)
357 #define BigShort(x) ShortSwap(x)
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_platform.h337 short ShortSwap (short l);
345 #define LittleShort(x) ShortSwap(x)
357 #define BigShort(x) ShortSwap(x)
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_platform.h337 short ShortSwap (short l);
347 #define LittleShort(x) ShortSwap(x)
361 #define BigShort(x) ShortSwap(x)
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_platform.h337 short ShortSwap (short l);
347 #define LittleShort(x) ShortSwap(x)
361 #define BigShort(x) ShortSwap(x)
/dports/games/egl/egl-0.3.1_9/shared/
H A Dshared.c403 int16 ShortSwap (int16 s) in ShortSwap() function
465 _BigShort = ShortSwap; in Swap_Init()
470 _LittleShort = ShortSwap; in Swap_Init()
/dports/games/q2pro/q2pro/include/
H A Dr_shared.h363 #define LSV(x) ( dst->x[0] = ShortSwap( src->x[0] ), \
364 dst->x[1] = ShortSwap( src->x[1] ), \
365 dst->x[2] = ShortSwap( src->x[2] ) )
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/api/
H A Ddd_share.h90 int16_t ShortSwap(int16_t);
95 #define DD_SHORT(x) ShortSwap(x)
116 #define BIGSHORT(x) ShortSwap(x)
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcommon.h110 short ShortSwap (short l);
120 #define BigShort(l) ShortSwap(l)
129 #define LittleShort(l) ShortSwap(l)
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dcommon.h94 short ShortSwap (short l);
97 #define BigShort(l) ShortSwap(l)
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dfixedpoint.c83 int16_t ShortSwap(int16_t n) in ShortSwap() function
/dports/games/gtkradiant/GPL/GtkRadiant/libs/splines/
H A Dq_shared.cpp330 short ShortSwap (short l) in ShortSwap() function
396 _BigShort = ShortSwap; in Swap_Init()
406 _LittleShort = ShortSwap; in Swap_Init()

1234