HomeSort by relevance Sort by last modified time
    Searched defs:SDL_TABLESIZE (Results 1 - 5 of 5) sorted by null

  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_types.h 34 #define SDL_TABLESIZE(table) (sizeof(table)/sizeof(table[0]))
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 77 #define SDL_TABLESIZE(table) SDL_arraysize(table)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 77 #define SDL_TABLESIZE(table) SDL_arraysize(table)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 77 #define SDL_TABLESIZE(table) SDL_arraysize(table)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 77 #define SDL_TABLESIZE(table) SDL_arraysize(table)

Completed in 34 milliseconds