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

  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 238 read_ahead = SDL_min(total_need, context->hidden.win32io.buffer.left);
255 read_ahead = SDL_min(total_need, (int)byte_read);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 240 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 240 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 240 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 240 #define SDL_min(x, y) (((x) < (y)) ? (x) : (y))
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 333 size_t len = SDL_min(srclen, maxlen-1);
    [all...]

Completed in 93 milliseconds