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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c642 int32_t below = 0; /* tries below height */ local
698 /* alternate by searching for heights above and below our */
699 /* preferred height. We try for 4 heights above and below. */
703 if (above == below) {
707 below++;
708 if (below > 4) {
715 above = below = 0;
725 height = oheight - below;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp465 below = 0x2, enumerator in enum:Assembler::Condition

Completed in 41 milliseconds