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

  /external/syslinux/utils/
memdiskfind.c 114 size_t mapbase, maplen; local
119 mapbase = memlimit() & ~(page - 1);
120 if (!mapbase)
138 if (fbm < mapbase)
139 fbm = mapbase;
146 maplen = 0xa0000 - mapbase;
147 map = mmap(NULL, maplen, PROT_READ, MAP_SHARED, memfd, mapbase);
154 ptr = map + (fbm - mapbase);
155 end = map + (0xa0000 - mapbase);
  /external/valgrind/perf/
ffbench.c 244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; local
302 mapbase = rmin;
311 k = (Re(i, j) - mapbase) * mapscale;
351 k = (Re(i, j) - mapbase) * mapscale;
  /art/tools/ahat/src/main/com/android/ahat/
Main.java 96 ProguardMap mapbase = new ProguardMap(); local
112 mapbase.readFromFile(new File(args[i]));
157 AhatSnapshot base = loadHeapDump(hprofbase, mapbase);
  /frameworks/base/cmds/screencap/
screencap.cpp 159 void const* mapbase = MAP_FAILED; local
255 if (mapbase != MAP_FAILED) {
256 munmap((void *)mapbase, mapsize);

Completed in 156 milliseconds