Home
last modified time | relevance | path

Searched defs:endianswap32 (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dglloadiqm.cpp114 inline uint endianswap32(uint n) { return (n<<24) | (n>>24) | ((n>>8)&0xFF00) | ((n<<8)&0xFF0000); } in endianswap32() function
/dports/games/bloodfrontier/bloodfrontier/src/shared/
H A Dtools.h819 #define endianswap32 SDL_Swap32 macro
822 inline uint endianswap32(uint n) { return (n<<24) | (n>>24) | ((n>>8)&0xFF00) | ((n<<8)&0xFF0000); } in endianswap32() function
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dtools.h831 #define endianswap32 SDL_Swap32 macro
834 inline uint endianswap32(uint n) { return (n<<24) | (n>>24) | ((n>>8)&0xFF00) | ((n<<8)&0xFF0000); } in endianswap32() function
/dports/games/tesseract-data/tesseract/src/shared/
H A Dtools.h1145 #define endianswap32 SDL_Swap32 macro
1149 inline uint endianswap32(uint n) { return (n<<24) | (n>>24) | ((n>>8)&0xFF00) | ((n<<8)&0xFF0000); } in endianswap32() function
/dports/games/tesseract/tesseract/src/shared/
H A Dtools.h1145 #define endianswap32 SDL_Swap32 macro
1149 inline uint endianswap32(uint n) { return (n<<24) | (n>>24) | ((n>>8)&0xFF00) | ((n<<8)&0xFF0000); } in endianswap32() function
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dtools.h1201 #define endianswap32 SDL_Swap32 macro
1205 inline uint endianswap32(uint n) { return (n<<24) | (n>>24) | ((n>>8)&0xFF00) | ((n<<8)&0xFF0000); } in endianswap32() function
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dtools.h1352 #define endianswap32 SDL_Swap32 macro
1356 inline uint endianswap32(uint n) { return (n<<24) | (n>>24) | ((n>>8)&0xFF00) | ((n<<8)&0xFF0000); } in endianswap32() function
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dtools.h1559 #define endianswap32 SDL_Swap32 macro
1563 inline uint endianswap32(uint n) { return (n<<24) | (n>>24) | ((n>>8)&0xFF00) | ((n<<8)&0xFF0000); } in endianswap32() function