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

  /external/smack/src/org/xbill/DNS/
TypeBitmap.java 42 int mapbase = in.readU8(); local
43 if (mapbase < lastbase)
55 int typecode = mapbase * 256 + + i * 8 + j;
100 mapToWire(DNSOutput out, TreeSet map, int mapbase) {
104 out.writeU8(mapbase);
119 int mapbase = -1; local
125 if (base != mapbase) {
127 mapToWire(out, map, mapbase);
130 mapbase = base;
134 mapToWire(out, map, mapbase);
    [all...]
  /frameworks/base/cmds/screencap/
screencap.cpp 135 void const* mapbase = MAP_FAILED; local
165 mapbase = mmap(0, mapsize, PROT_READ, MAP_PRIVATE, fb, 0);
166 if (mapbase != MAP_FAILED) {
167 base = (void const *)((char const *)mapbase + offset);
198 if (mapbase != MAP_FAILED) {
199 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 137 milliseconds