Home
last modified time | relevance | path

Searched refs:swabDWord (Results 1 – 6 of 6) sorted by relevance

/dports/games/spring/spring_98.0/rts/System/Platform/
H A Dbyteorder.h35 #define swabDWord(w) (bswap_32(w)) macro
67 #define swabDWord(w) (htole32(w)) macro
72 int l = swabDWord(*(int*)&w); in swabFloat()
81 #define swabDWord(w) (CFSwapInt32(w)) macro
102 #if defined(swabDWord)
103 #define swabDWordInPlace(w) (w = swabDWord(w))
106 #define swabDWord(w) (w) macro
128 #define swabdword(w) swabDWord(w)
/dports/games/spring/spring_98.0/rts/System/LoadSave/
H A DLuaLoadSaveHandler.cpp141 temp[i] = swabDWord(currHeightmap[i] ^ origHeightmap[i]); in SaveHeightmap()
224 const int newHeightBits = swabDWord(temp[i]) ^ origHeightmap[i]; in LoadHeightmap()
H A DDemoRecorder.cpp255 unsigned int c = swabDWord(it->size()); in WriteTeamStats()
/dports/games/spring/spring_98.0/rts/Map/SM3/
H A DSM3Map.cpp283 numFeatures = swabDWord(nf); in LoadFeatureData()
292 fi.featureType = swabDWord(fi.featureType); in LoadFeatureData()
/dports/games/spring/spring_98.0/rts/Rendering/Models/
H A DS3OParser.cpp97 const int vertexDrawIdx = swabDWord(*(int*) &buf[vertexTableOffset]); in LoadPiece()
118 int childOffset = swabDWord(*(int*) &buf[childTableOffset]); in LoadPiece()
/dports/games/spring/spring_98.0/rts/System/creg/
H A DSerializer.cpp260 *(int*)buf = swabDWord(*(int*) data); in SerializeInt()