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

  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 62 int real_byteorder; local
82 real_byteorder = SDL_BIG_ENDIAN;
84 real_byteorder = SDL_LIL_ENDIAN;
86 if ( real_byteorder != SDL_BYTEORDER ) {
89 (real_byteorder == SDL_LIL_ENDIAN) ? "little" : "big");

Completed in 1197 milliseconds