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

  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h 119 unsigned long maxmem; /* max. memory in this mode */ member in struct:screeninfo
  /external/chromium_org/third_party/libxml/src/
xmllint.c 127 static int maxmem = 0; variable
344 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
360 if (xmlMemUsed() > maxmem) {
375 if (xmlMemUsed() > maxmem) {
390 if (xmlMemUsed() > maxmem) {
    [all...]
  /external/libxml2/
xmllint.c 127 static int maxmem = 0; variable
348 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
364 if (xmlMemUsed() > maxmem) {
379 if (xmlMemUsed() > maxmem) {
394 if (xmlMemUsed() > maxmem) {
    [all...]

Completed in 39 milliseconds