OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapbase
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/screencap/
screencap.cpp
132
void const*
mapbase
= MAP_FAILED;
local
200
if (
mapbase
!= MAP_FAILED) {
201
munmap((void *)
mapbase
, mapsize);
/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;
Completed in 44 milliseconds