HomeSort by relevance Sort by last modified time
    Searched refs:real_byteorder (Results 1 - 2 of 2) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testplatform.c 71 int real_byteorder; local
90 real_byteorder = SDL_BIG_ENDIAN;
92 real_byteorder = SDL_LIL_ENDIAN;
94 if (real_byteorder != SDL_BYTEORDER) {
97 (real_byteorder == SDL_LIL_ENDIAN) ? "little" : "big");
testautomation_platform.c 56 int real_byteorder; local
72 real_byteorder = SDL_BIG_ENDIAN;
74 real_byteorder = SDL_LIL_ENDIAN;
78 SDLTest_AssertCheck( real_byteorder == SDL_BYTEORDER,
81 (real_byteorder == SDL_LIL_ENDIAN) ? "little" : "big" );

Completed in 212 milliseconds