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

  /frameworks/base/cmds/screencap/
screencap.cpp 126 void const* mapbase = MAP_FAILED; local
153 mapbase = mmap(0, mapsize, PROT_READ, MAP_PRIVATE, fb, 0);
154 if (mapbase != MAP_FAILED) {
155 base = (void const *)((char const *)mapbase + offset);
182 if (mapbase != MAP_FAILED) {
183 munmap((void *)mapbase, mapsize);
  /external/valgrind/main/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;
  /external/kernel-headers/original/linux/
serial_core.h 273 unsigned long mapbase; /* for ioremap */ member in struct:uart_port

Completed in 893 milliseconds