Searched defs:physmem (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobspatch.c98 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;
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.h61 Uint8 *physmem; member in struct:SDL_PrivateVideoData

Completed in 288 milliseconds