Searched defs:amt (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp174 inline void inc(size_t amt) { argument
175 _amount += amt;
179 inline void reduce(size_t amt) { argument
180 assert(_amount >= amt, "Just check");
181 _amount -= amt;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c596 int amt; local
629 amt = horiz * vert;
630 if (amt == totAmt) {
635 if (amt > largestAmt) {
636 largestAmt = amt;

Completed in 37 milliseconds