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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor.c 112 int savelen; local
131 savelen = (w*4)*h;
140 cursor->save[0] = (Uint8 *)SDL_malloc(savelen*2);
141 cursor->save[1] = cursor->save[0] + savelen;
152 SDL_memset(cursor->save[0], 0, savelen*2);
750 int savelen; local
753 savelen = SDL_cursor->area.w*4*SDL_cursor->area.h;
756 SDL_memset(SDL_cursor->save[0], 0, savelen);
  /system/core/sh/
parser.c 1361 * list of commands (passed by reference), and savelen is the number of
1372 int savelen; local
1388 savelen = out - stackblock();
1389 if (savelen > 0) {
1390 str = ckmalloc(savelen);
1391 memcpy(str, stackblock(), savelen);
    [all...]

Completed in 42 milliseconds