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

  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 61 Uint8 *physmem; member in struct:SDL_PrivateVideoData
SDL_wsconsvideo.c 284 private->physmem = (Uint8 *)mmap(NULL, mapsize,
287 if (private->physmem == (Uint8 *)MAP_FAILED) {
288 private->physmem = NULL;
315 private->fbstart = private->physmem;
559 dst_start = private->physmem + scr_y1 * private->physlinebytes +
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 98 uint64_t physmem, memlimit; local
119 physmem = lzma_physmem();
120 if (physmem == 0)
121 physmem = 128 * 1024 * 1024;
122 memlimit = 40 * physmem / 100;
124 memlimit = 80 * physmem / 100;

Completed in 1034 milliseconds