Searched defs:lowest (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java163 * The math:lowest function returns the nodes in the node set whose value is the minimum value
171 * in the node set has a non-numeric value, math:lowest will return an empty node set.
179 public static NodeList lowest (NodeList nl) method in class:ExsltMath
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2034 // base address of a library is the lowest address of its loaded
5010 address lowest = (address) dlinfo.dli_sname; local
5011 if (!lowest) lowest = (address) dlinfo.dli_fbase;
5012 if (begin < lowest) begin = lowest;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1764 // base address of a library is the lowest address of its loaded
4797 address lowest = (address) dlinfo.dli_sname; local
4798 if (!lowest) lowest = (address) dlinfo.dli_fbase;
4799 if (begin < lowest) begin = lowest;
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp6136 address lowest = (address) dlinfo.dli_sname; local
6137 if (!lowest) lowest = (address) dlinfo.dli_fbase;
6138 if (begin < lowest) begin = lowest;

Completed in 94 milliseconds