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

  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 222 static int SDLCALL win32_file_read(SDL_RWops *context, void *ptr, int size, int maxnum)
229 total_need = size*maxnum;
243 return maxnum;
332 static int SDLCALL stdio_read(SDL_RWops *context, void *ptr, int size, int maxnum)
336 nread = fread(ptr, size, maxnum, context->hidden.stdio.fp);
394 static int SDLCALL mem_read(SDL_RWops *context, void *ptr, int size, int maxnum)
399 total_bytes = (maxnum * size);
400 if ( (maxnum <= 0) || (size <= 0) || ((total_bytes / maxnum) != (size_t) size) ) {
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 49 /** Read up to 'maxnum' objects each of size 'size' from the data
53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_rwops.h 49 /** Read up to 'maxnum' objects each of size 'size' from the data
53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_rwops.h 49 /** Read up to 'maxnum' objects each of size 'size' from the data
53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_rwops.h 49 /** Read up to 'maxnum' objects each of size 'size' from the data
53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 667 maxnum = 4294967295 / spaces
670 number = random.randint(0, maxnum)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 661 maxnum = 4294967295 / spaces
664 number = random.randint(0, maxnum)
    [all...]

Completed in 299 milliseconds