Home
last modified time | relevance | path

Searched refs:BigShort (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidityplus/timiditypp/
H A Dt_swap.h49 inline short BigShort(short x)
54 inline unsigned short BigShort(unsigned short x)
112 inline short BigShort(short x)
117 inline unsigned short BigShort(unsigned short x)
156 inline short BigShort(short x)
161 inline unsigned short BigShort(unsigned short x)
179 inline short BigShort (short x)
184 inline unsigned short BigShort (unsigned short x)
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/timidity/
H A Dt_swap.h49 inline short BigShort(short x) in BigShort() function
54 inline unsigned short BigShort(unsigned short x) in BigShort() function
112 inline short BigShort(short x) in BigShort() function
117 inline unsigned short BigShort(unsigned short x) in BigShort() function
156 inline short BigShort(short x) in BigShort() function
161 inline unsigned short BigShort(unsigned short x) in BigShort() function
179 inline short BigShort (short x) in BigShort() function
184 inline unsigned short BigShort (unsigned short x) in BigShort() function
/dports/audio/zmusic/ZMusic-1.1.8/source/zmusic/
H A Dm_swap.h49 inline short BigShort(short x) in BigShort() function
54 inline unsigned short BigShort(unsigned short x) in BigShort() function
112 inline short BigShort(short x) in BigShort() function
117 inline unsigned short BigShort(unsigned short x) in BigShort() function
156 inline short BigShort(short x) in BigShort() function
161 inline unsigned short BigShort(unsigned short x) in BigShort() function
179 inline short BigShort (short x) in BigShort() function
184 inline unsigned short BigShort (unsigned short x) in BigShort() function
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/oplsynth/
H A Do_swap.h49 inline short BigShort(short x) in BigShort() function
54 inline unsigned short BigShort(unsigned short x) in BigShort() function
112 inline short BigShort(short x) in BigShort() function
117 inline unsigned short BigShort(unsigned short x) in BigShort() function
156 inline short BigShort(short x) in BigShort() function
161 inline unsigned short BigShort(unsigned short x) in BigShort() function
179 inline short BigShort (short x) in BigShort() function
184 inline unsigned short BigShort (unsigned short x) in BigShort() function
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dm_swap.h59 inline short BigShort(short x) in BigShort() function
64 inline unsigned short BigShort(unsigned short x) in BigShort() function
113 #define BigShort(x) (x) macro
123 inline short BigShort (short x) in BigShort() function
128 inline unsigned short BigShort (unsigned short x) in BigShort() function
146 inline short BigShort (short x) in BigShort() function
151 inline unsigned short BigShort (unsigned short x) in BigShort() function
/dports/games/ecwolf/ecwolf-1.3.3-src/src/resourcefiles/
H A Dfile_macbin.cpp168 mapHeader.typeListOffset = BigShort(mapHeader.typeListOffset); in Open()
169 mapHeader.nameListOffset = BigShort(mapHeader.nameListOffset); in Open()
176 numTypes = BigShort(numTypes)+1; in Open()
181 resTypes[i].numResources = BigShort(resTypes[i].numResources)+1; in Open()
182 resTypes[i].offset = BigShort(resTypes[i].offset); in Open()
212 refPtr->ref.resID = BigShort(refPtr->ref.resID); in Open()
213 refPtr->ref.nameOffset = BigShort(refPtr->ref.nameOffset); in Open()
214 refPtr->dataOffset = (refPtr->ref.hiDataOffset<<16)|BigShort(refPtr->ref.loDataOffset); in Open()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/common/
H A Dlbmlib.c200 bmhd.w = BigShort(bmhd.w); in LoadLBM()
201 bmhd.h = BigShort(bmhd.h); in LoadLBM()
202 bmhd.x = BigShort(bmhd.x); in LoadLBM()
203 bmhd.y = BigShort(bmhd.y); in LoadLBM()
204 bmhd.pageWidth = BigShort(bmhd.pageWidth); in LoadLBM()
309 basebmhd.w = BigShort((short)width); in WriteLBMfile()
310 basebmhd.h = BigShort((short)height); in WriteLBMfile()
311 basebmhd.nPlanes = BigShort(8); in WriteLBMfile()
312 basebmhd.xAspect = BigShort(5); in WriteLBMfile()
313 basebmhd.yAspect = BigShort(6); in WriteLBMfile()
[all …]
/dports/games/gtkradiant/GPL/Q2Tools/common/
H A Dlbmlib.c201 bmhd.w = BigShort(bmhd.w); in LoadLBM()
202 bmhd.h = BigShort(bmhd.h); in LoadLBM()
203 bmhd.x = BigShort(bmhd.x); in LoadLBM()
204 bmhd.y = BigShort(bmhd.y); in LoadLBM()
205 bmhd.pageWidth = BigShort(bmhd.pageWidth); in LoadLBM()
310 basebmhd.w = BigShort((short)width); in WriteLBMfile()
311 basebmhd.h = BigShort((short)height); in WriteLBMfile()
312 basebmhd.nPlanes = BigShort(8); in WriteLBMfile()
313 basebmhd.xAspect = BigShort(5); in WriteLBMfile()
314 basebmhd.yAspect = BigShort(6); in WriteLBMfile()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/common/
H A Dlbmlib.c200 bmhd.w = BigShort( bmhd.w ); in LoadLBM()
201 bmhd.h = BigShort( bmhd.h ); in LoadLBM()
202 bmhd.x = BigShort( bmhd.x ); in LoadLBM()
203 bmhd.y = BigShort( bmhd.y ); in LoadLBM()
204 bmhd.pageWidth = BigShort( bmhd.pageWidth ); in LoadLBM()
308 basebmhd.w = BigShort( (short)width ); in WriteLBMfile()
309 basebmhd.h = BigShort( (short)height ); in WriteLBMfile()
310 basebmhd.nPlanes = BigShort( 8 ); in WriteLBMfile()
311 basebmhd.xAspect = BigShort( 5 ); in WriteLBMfile()
312 basebmhd.yAspect = BigShort( 6 ); in WriteLBMfile()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/common/
H A Dlbmlib.c201 bmhd.w = BigShort(bmhd.w); in LoadLBM()
202 bmhd.h = BigShort(bmhd.h); in LoadLBM()
203 bmhd.x = BigShort(bmhd.x); in LoadLBM()
204 bmhd.y = BigShort(bmhd.y); in LoadLBM()
205 bmhd.pageWidth = BigShort(bmhd.pageWidth); in LoadLBM()
310 basebmhd.w = BigShort((short)width); in WriteLBMfile()
311 basebmhd.h = BigShort((short)height); in WriteLBMfile()
312 basebmhd.nPlanes = BigShort(8); in WriteLBMfile()
313 basebmhd.xAspect = BigShort(5); in WriteLBMfile()
314 basebmhd.yAspect = BigShort(6); in WriteLBMfile()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfmodelgen/source/
H A Dlbmlib.c381 bmhd.w = BigShort (bmhd.w); in LoadLBM()
382 bmhd.h = BigShort (bmhd.h); in LoadLBM()
383 bmhd.x = BigShort (bmhd.x); in LoadLBM()
384 bmhd.y = BigShort (bmhd.y); in LoadLBM()
385 bmhd.pageWidth = BigShort (bmhd.pageWidth); in LoadLBM()
386 bmhd.pageHeight = BigShort (bmhd.pageHeight); in LoadLBM()
500 basebmhd.w = BigShort ((short) width); in WriteLBMfile()
501 basebmhd.h = BigShort ((short) height); in WriteLBMfile()
505 basebmhd.pageWidth = BigShort ((short) width); in WriteLBMfile()
506 basebmhd.pageHeight = BigShort ((short) height); in WriteLBMfile()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dnet_common.c36 return (unsigned short)BigShort(addr->port); in NET_GetSocketPort()
42 addr->port = BigShort(port); in NET_SetSocketPort()
95 addr->port = BigShort(port); in NET_PartialIPAddress()
/dports/games/vavoom/vavoom-1.33/libs/core/
H A Dendian.cpp51 vint16 (*BigShort)(vint16); variable
148 BigShort = ShortSwap; in M_InitByteOrder()
158 BigShort = ShortNoSwap; in M_InitByteOrder()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/common/
H A Dlbmlib.c221 bmhd.w = BigShort(bmhd.w); in LoadLBM()
222 bmhd.h = BigShort(bmhd.h); in LoadLBM()
223 bmhd.x = BigShort(bmhd.x); in LoadLBM()
224 bmhd.y = BigShort(bmhd.y); in LoadLBM()
225 bmhd.pageWidth = BigShort(bmhd.pageWidth); in LoadLBM()
331 basebmhd.w = BigShort((short)width); in WriteLBMfile()
332 basebmhd.h = BigShort((short)height); in WriteLBMfile()
333 basebmhd.nPlanes = BigShort(8); in WriteLBMfile()
334 basebmhd.xAspect = BigShort(5); in WriteLBMfile()
335 basebmhd.yAspect = BigShort(6); in WriteLBMfile()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/common/
H A Dlbmlib.c220 bmhd.w = BigShort( bmhd.w ); in LoadLBM()
221 bmhd.h = BigShort( bmhd.h ); in LoadLBM()
222 bmhd.x = BigShort( bmhd.x ); in LoadLBM()
223 bmhd.y = BigShort( bmhd.y ); in LoadLBM()
224 bmhd.pageWidth = BigShort( bmhd.pageWidth ); in LoadLBM()
329 basebmhd.w = BigShort( (short)width ); in WriteLBMfile()
330 basebmhd.h = BigShort( (short)height ); in WriteLBMfile()
331 basebmhd.nPlanes = BigShort( 8 ); in WriteLBMfile()
332 basebmhd.xAspect = BigShort( 5 ); in WriteLBMfile()
333 basebmhd.yAspect = BigShort( 6 ); in WriteLBMfile()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/common/
H A Dq_endian.c136 short (*BigShort) (short); variable
154 BigShort = ShortNoSwap; in ByteOrder_Init()
163 BigShort = ShortSwap; in ByteOrder_Init()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/common/
H A Dimagelib.c251 bmhd.w = BigShort(bmhd.w); in LoadLBM()
252 bmhd.h = BigShort(bmhd.h); in LoadLBM()
253 bmhd.x = BigShort(bmhd.x); in LoadLBM()
254 bmhd.y = BigShort(bmhd.y); in LoadLBM()
255 bmhd.pageWidth = BigShort(bmhd.pageWidth); in LoadLBM()
360 basebmhd.w = BigShort((short)width); in WriteLBMfile()
361 basebmhd.h = BigShort((short)height); in WriteLBMfile()
362 basebmhd.nPlanes = BigShort(8); in WriteLBMfile()
363 basebmhd.xAspect = BigShort(5); in WriteLBMfile()
364 basebmhd.yAspect = BigShort(6); in WriteLBMfile()
[all …]
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dlbmlib.c201 bmhd.w = BigShort(bmhd.w); in LoadLBM()
202 bmhd.h = BigShort(bmhd.h); in LoadLBM()
203 bmhd.x = BigShort(bmhd.x); in LoadLBM()
204 bmhd.y = BigShort(bmhd.y); in LoadLBM()
205 bmhd.pageWidth = BigShort(bmhd.pageWidth); in LoadLBM()
206 bmhd.pageHeight = BigShort(bmhd.pageHeight); in LoadLBM()
310 basebmhd.w = BigShort((short)width); in WriteLBMfile()
311 basebmhd.h = BigShort((short)height); in WriteLBMfile()
315 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile()
316 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dlbmlib.c201 bmhd.w = BigShort(bmhd.w); in LoadLBM()
202 bmhd.h = BigShort(bmhd.h); in LoadLBM()
203 bmhd.x = BigShort(bmhd.x); in LoadLBM()
204 bmhd.y = BigShort(bmhd.y); in LoadLBM()
205 bmhd.pageWidth = BigShort(bmhd.pageWidth); in LoadLBM()
206 bmhd.pageHeight = BigShort(bmhd.pageHeight); in LoadLBM()
310 basebmhd.w = BigShort((short)width); in WriteLBMfile()
311 basebmhd.h = BigShort((short)height); in WriteLBMfile()
315 basebmhd.pageWidth = BigShort((short)width); in WriteLBMfile()
316 basebmhd.pageHeight = BigShort((short)height); in WriteLBMfile()
/dports/games/quake2-relay/relay-0.4/common/
H A Dendian.h35 #define BigShort(x) ((short)(x)) macro
44 #define BigShort(x) (SwapShort(x)) macro
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_stats.c242 adr.port = BigShort( PORT_STATS ); in STATS_RequestVerification()
267 adr.port = BigShort( PORT_STATS ); in STATS_RequestPwChange()
321 adr.port = BigShort( PORT_STATS ); in STATS_AuthenticateStats()
346 adr.port = BigShort( PORT_STATS ); in STATS_ChangePassword()
376 adr.port = BigShort( PORT_STATS ); in STATS_Logout()
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_stats.c242 adr.port = BigShort( PORT_STATS ); in STATS_RequestVerification()
267 adr.port = BigShort( PORT_STATS ); in STATS_RequestPwChange()
321 adr.port = BigShort( PORT_STATS ); in STATS_AuthenticateStats()
346 adr.port = BigShort( PORT_STATS ); in STATS_ChangePassword()
376 adr.port = BigShort( PORT_STATS ); in STATS_Logout()
/dports/games/qccx/qccx-1.0.0/
H A Dcmdlib.h82 short BigShort (short l);
110 BigShort (short l) in BigShort() function
160 BigShort (short l) in BigShort() function
/dports/games/frikqcc/frik26src/decompiler/
H A Dcmdlib.h92 short BigShort (short l);
120 BigShort (short l) in BigShort() function
170 BigShort (short l) in BigShort() function
/dports/games/frikqcc/frik26src/compiler/
H A Dcmdlib.h92 short BigShort (short l);
120 BigShort (short l) in BigShort() function
170 BigShort (short l) in BigShort() function

1234567891011