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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp155 int need_fill = col - position(); local
156 sp(need_fill);
162 int need_fill = col - position(); local
163 if (need_fill < min_space)
164 need_fill = min_space;
165 sp(need_fill);

Completed in 34 milliseconds