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

/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataFormat.java154 int VALUE_RANGE = 2; field in interface:IIOMetadataFormat
157 * A value that may be or'ed with <code>VALUE_RANGE</code> to
170 * A value that may be or'ed with <code>VALUE_RANGE</code> to
188 int VALUE_RANGE_MIN_INCLUSIVE = VALUE_RANGE |
197 int VALUE_RANGE_MAX_INCLUSIVE = VALUE_RANGE |
209 VALUE_RANGE |
753 * constants starting with <code>VALUE_RANGE</code>.
776 * constants starting with <code>VALUE_RANGE</code>.
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp719 #define VALUE_RANGE "[-kmgtKMGT0123456789]" macro
720 if (sscanf(arg, "%" XSTR(BUFLEN) NAME_RANGE "=" "%" XSTR(BUFLEN) VALUE_RANGE "%c", name, value, &dummy) == 2) {

Completed in 116 milliseconds