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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dargs.cc80 static int INT_SCALE( int x ) { function
148 if( int_reg < int_reg_max) tmp = INT_SCALE(int_reg++) + int_base;
158 tmp = INT_SCALE(int_reg++) + int_base;

Completed in 30 milliseconds