HomeSort by relevance Sort by last modified time
    Searched refs:maxmem (Results 1 - 5 of 5) 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
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /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
349 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
365 if (xmlMemUsed() > maxmem) {
380 if (xmlMemUsed() > maxmem) {
395 if (xmlMemUsed() > maxmem) {
    [all...]

Completed in 129 milliseconds