HomeSort by relevance Sort by last modified time
    Searched refs:SDL_BYTEORDER (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_byteorder.h 25 "@(#) $Id: SDL_byteorder.h,v 1.9 2004/11/12 22:09:17 slouken Exp $";
50 #define SDL_BYTEORDER SDL_LIL_ENDIAN
52 #define SDL_BYTEORDER SDL_BIG_ENDIAN
SDL_audio.h 39 #include "SDL_byteorder.h"
77 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
SDL_endian.h 49 #include "SDL_byteorder.h"
173 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
  /external/qemu/android/config/darwin-x86/
SDL_config.h 8 #define SDL_BYTEORDER 1234
  /external/qemu/android/config/freebsd-x86/
SDL_config.h 8 #define SDL_BYTEORDER 1234
  /external/qemu/android/config/linux-ppc/
SDL_config.h 8 #define SDL_BYTEORDER 4321
  /external/qemu/android/config/linux-x86_64/
SDL_config.h 8 #define SDL_BYTEORDER 1234
  /external/qemu/android/config/windows/
SDL_config.h 8 #define SDL_BYTEORDER 1234
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_endian.h 34 #ifndef SDL_BYTEORDER /* Not defined in SDL_config.h? */
40 #define SDL_BYTEORDER SDL_BIG_ENDIAN
42 #define SDL_BYTEORDER SDL_LIL_ENDIAN
44 #endif /* !SDL_BYTEORDER */
172 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
SDL_audio.h 71 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
SDL_config.h.in 55 #undef SDL_BYTEORDER
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_config.h 8 #define SDL_BYTEORDER 1234
SDL_endian.h 34 #ifndef SDL_BYTEORDER /* Not defined in SDL_config.h? */
40 #define SDL_BYTEORDER SDL_BIG_ENDIAN
42 #define SDL_BYTEORDER SDL_LIL_ENDIAN
44 #endif /* !SDL_BYTEORDER */
172 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
SDL_audio.h 71 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_config.h 8 #define SDL_BYTEORDER 1234
SDL_endian.h 34 #ifndef SDL_BYTEORDER /* Not defined in SDL_config.h? */
40 #define SDL_BYTEORDER SDL_BIG_ENDIAN
42 #define SDL_BYTEORDER SDL_LIL_ENDIAN
44 #endif /* !SDL_BYTEORDER */
172 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
SDL_audio.h 71 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_config.h 8 #define SDL_BYTEORDER 1234
SDL_endian.h 34 #ifndef SDL_BYTEORDER /* Not defined in SDL_config.h? */
40 #define SDL_BYTEORDER SDL_BIG_ENDIAN
42 #define SDL_BYTEORDER SDL_LIL_ENDIAN
44 #endif /* !SDL_BYTEORDER */
172 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
SDL_audio.h 71 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.h 122 if(SDL_BYTEORDER == SDL_LIL_ENDIAN) { \
149 if(SDL_BYTEORDER == SDL_LIL_ENDIAN) { \
208 if(SDL_BYTEORDER == SDL_LIL_ENDIAN) { \
243 if(SDL_BYTEORDER == SDL_LIL_ENDIAN) { \
312 if(SDL_BYTEORDER == SDL_LIL_ENDIAN) { \
362 if(SDL_BYTEORDER == SDL_LIL_ENDIAN) { \
math_private.h 46 #if (SDL_BYTEORDER == SDL_BIG_ENDIAN) || \
SDL_bmp.c 167 #if SDL_BYTEORDER == SDL_BIG_ENDIAN
285 #if SDL_BYTEORDER == SDL_BIG_ENDIAN
370 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
387 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 280 #if SDL_BYTEORDER == SDL_LIL_ENDIAN
287 #if SDL_BYTEORDER == SDL_BIG_ENDIAN
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 120 SDL_Ximage->byte_order = (SDL_BYTEORDER == SDL_BIG_ENDIAN)

Completed in 495 milliseconds

1 2