Home
last modified time | relevance | path

Searched refs:SDL_Swap64 (Results 76 – 100 of 101) sorted by relevance

12345

/dports/audio/protracker/pt2-clone-1.37/pt_pal_editor/release/macos/pt_pal_editor-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_endian.h171 SDL_Swap64(Uint64 x) in SDL_Swap64() function
189 SDL_Swap64(Uint64 x) in SDL_Swap64() function
196 SDL_Swap64(Uint64 x) in SDL_Swap64() function
238 #define SDL_SwapBE64(X) SDL_Swap64(X)
243 #define SDL_SwapLE64(X) SDL_Swap64(X)
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dsdl_sdl_endian_h.ads32 …function SDL_Swap64 (x : SDL_SDL_stdinc_h.Uint64) return SDL_SDL_stdinc_h.Uint64; -- ../include/S… subprogspec
33 pragma Import (C, SDL_Swap64, "SDL_Swap64");
/dports/devel/sdl12/SDL-1.2.15/test/
H A Dtestplatform.c114 printf("Value 64 = 0x%I64X, swapped = 0x%I64X\n", value64, SDL_Swap64(value64)); in TestEndian()
116 …%llX, swapped = 0x%llX\n", (unsigned long long) value64, (unsigned long long) SDL_Swap64(value64)); in TestEndian()
119 if ( SDL_Swap64(value64) != swapped64 ) { in TestEndian()
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/test/
H A Dtestplatform.c113 printf("Value 64 = 0x%I64X, swapped = 0x%I64X\n", value64, SDL_Swap64(value64)); in TestEndian()
115 …%llX, swapped = 0x%llX\n", (unsigned long long) value64, (unsigned long long) SDL_Swap64(value64)); in TestEndian()
118 if ( SDL_Swap64(value64) != swapped64 ) { in TestEndian()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/test/
H A Dtestplatform.c120 SDL_Swap64(value64)); in TestEndian()
122 if (SDL_Swap64(value64) != swapped64) { in TestEndian()
H A Dtestautomation_platform.c94 SDLTest_AssertCheck( SDL_Swap64(value64) == swapped64, in platform_testEndianessAndSwap()
96 value64, SDL_Swap64(value64) ); in platform_testEndianessAndSwap()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/test/
H A Dtestplatform.c120 SDL_Swap64(value64)); in TestEndian()
122 if (SDL_Swap64(value64) != swapped64) { in TestEndian()
H A Dtestautomation_platform.c94 SDLTest_AssertCheck( SDL_Swap64(value64) == swapped64, in platform_testEndianessAndSwap()
96 value64, SDL_Swap64(value64) ); in platform_testEndianessAndSwap()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/test/
H A Dtestautomation_platform.c94 SDLTest_AssertCheck( SDL_Swap64(value64) == swapped64, in platform_testEndianessAndSwap()
96 value64, SDL_Swap64(value64) ); in platform_testEndianessAndSwap()
H A Dtestplatform.c140 SDL_Swap64(value64)); in TestEndian()
142 if (SDL_Swap64(value64) != swapped64) { in TestEndian()
/dports/devel/sdl20/SDL2-2.0.18/test/
H A Dtestautomation_platform.c94 SDLTest_AssertCheck( SDL_Swap64(value64) == swapped64, in platform_testEndianessAndSwap()
96 value64, SDL_Swap64(value64) ); in platform_testEndianessAndSwap()
H A Dtestplatform.c140 SDL_Swap64(value64)); in TestEndian()
142 if (SDL_Swap64(value64) != swapped64) { in TestEndian()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2/test/
H A Dtestautomation_platform.c94 SDLTest_AssertCheck( SDL_Swap64(value64) == swapped64, in platform_testEndianessAndSwap()
96 value64, SDL_Swap64(value64) ); in platform_testEndianessAndSwap()
H A Dtestplatform.c140 SDL_Swap64(value64)); in TestEndian()
142 if (SDL_Swap64(value64) != swapped64) { in TestEndian()
/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dtestautomation_platform.c94 SDLTest_AssertCheck( SDL_Swap64(value64) == swapped64, in platform_testEndianessAndSwap()
96 value64, SDL_Swap64(value64) ); in platform_testEndianessAndSwap()
H A Dtestplatform.c140 SDL_Swap64(value64)); in TestEndian()
142 if (SDL_Swap64(value64) != swapped64) { in TestEndian()
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dfile.c143 ((Uint64 *)buffer)[i] = SDL_Swap64(((Uint64 *)buffer)[i]); in efread()
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Ddefs.h188 #define SWAP64(X) SDL_Swap64(X)
/dports/games/manaplus/manaplus-2.1.3.17/src/net/
H A Dmessageout.cpp119 int32_t swap = SDL_Swap64(value); in writeInt64()
H A Dmessagein.cpp237 value = SDL_Swap64(swap); in readInt64()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/globalincs/
H A Dpstypes.h340 #define INTEL_LONG(x) SDL_Swap64(x)
/dports/games/tesseract-data/tesseract/src/shared/
H A Dtools.h1146 #define endianswap64 SDL_Swap64
/dports/games/tesseract/tesseract/src/shared/
H A Dtools.h1146 #define endianswap64 SDL_Swap64
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dtools.h1202 #define endianswap64 SDL_Swap64
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dtools.h1353 #define endianswap64 SDL_Swap64

12345