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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp782 for (DUIterator_Fast kmax, k = region->fast_outs(kmax); k < kmax; k++) {
1473 for (DUIterator_Fast kmax, k = r->fast_outs(kmax); k < kmax; k++) {
1766 for (DUIterator_Fast kmax, k = this->fast_outs(kmax); k < kmax; k++) {
H A Dmacro.cpp180 for (DUIterator_Fast kmax, k = cn->fast_outs(kmax); k < kmax; k++) {
392 for (DUIterator_Fast kmax, k = region->fast_outs(kmax); k < kmax; k++) {
604 for (DUIterator_Fast kmax, k = use->fast_outs(kmax);
605 k < kmax && can_eliminate; k++) {
H A Dloopopts.cpp551 for (DUIterator_Fast kmax, k = phi->fast_outs(kmax); k < kmax; k++) {
2668 for (DUIterator_Fast kmax, k = head->fast_outs(kmax); k < kmax; k++) {
H A Dsuperword.cpp905 for (DUIterator_Fast kmax, k = s2->fast_outs(kmax); k < kmax; k++) {
1808 for (DUIterator_Fast kmax, k = in->fast_outs(kmax); k < kmax; k++) {
H A Difnode.cpp144 for (DUIterator_Fast kmax, k = u->fast_outs(kmax); k < kmax; k++) {
H A Dcallnode.cpp732 for (DUIterator_Fast kmax, k = cn->fast_outs(kmax); k < kmax; k++) {
H A Dlibrary_call.cpp1921 for (DUIterator_Fast kmax, k = start_from->fast_outs(kmax); k < kmax; k++) {
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c246 float kmax; local
312 kmax = kern[klen-1];
317 if (kern[i] > kmax) {
318 kmax = kern[i];
325 if (kmax > 1<<16) {
486 float kmax; local
553 kmax = kern[klen-1];
558 if (kern[i] > kmax) {
559 kmax = kern[i];
566 if (kmax >
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2090 int kmax = (parts.length - size) >>> 1;
2092 int abase = parts.length - (kmax * 2);
2094 while (kmin != kmax) {
2095 int kmid = kmin + ((kmax - kmin) >>> 1);
2099 kmax = kmid;
2101 assert (kmin <= kmax);
2103 return abase + (kmax * 2);

Completed in 122 milliseconds