Searched refs:mapbase (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DTypeBitmap.java42 int mapbase = in.readU8();
43 if (mapbase < lastbase)
55 int typecode = mapbase * 256 + + i * 8 + j;
100 mapToWire(DNSOutput out, TreeSet map, int mapbase) { argument
104 out.writeU8(mapbase);
119 int mapbase = -1;
125 if (base != mapbase) {
127 mapToWire(out, map, mapbase);
130 mapbase = base;
134 mapToWire(out, map, mapbase);
[all...]
/external/valgrind/main/perf/
H A Dffbench.c244 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 4095 milliseconds