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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DFFT.java80 int jmax = nstep;
86 double arg = Math.PI / (jmax >> 1);
90 for (int j = 0; j < jmax; j += 2) {
106 int jmax = nstep;
109 int ii = w_index + jmax;
110 for (int j = 0; j < jmax; j += 2) {
144 int jmax = nstep;
145 for (int n = 0; n < jmax; n += 2) {
148 int m = n + jmax;
180 int jmax
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp327 for (DUIterator_Fast jmax, j = val->fast_outs(jmax); j < jmax; j++) {
349 for (DUIterator_Fast jmax, j = best->fast_outs(jmax); j < jmax; j++) {
463 for (DUIterator_Fast jmax, j = n->fast_outs(jmax); j < jmax; j++) {
596 for (DUIterator_Fast jmax,
[all...]
H A Dloopopts.cpp758 for (DUIterator_Fast jmax, j = n->fast_outs(jmax); j < jmax; j++) {
1310 for (DUIterator_Fast jmax, j = old->fast_outs(jmax); j < jmax; j++)
1379 for (DUIterator_Fast jmax, j = old->fast_outs(jmax); j < jmax; j++)
1903 for (DUIterator_Fast jmax,
[all...]
H A DloopUnswitch.cpp166 for (DUIterator_Fast jmax, j = proj->fast_outs(jmax); j < jmax; j++) {
H A Ddomgraph.cpp469 for (DUIterator_Fast jmax, j = whead->fast_outs(jmax); j < jmax; j++) {
H A Dgcm.cpp368 for (uint j = 1, jmax = mid->num_preds(); j < jmax; j++) {
637 for (uint j = PhiNode::Input, jmax = store->req(); j < jmax; j++) {
976 for (DUIterator_Fast jmax, j = use->fast_outs(jmax); j < jmax; j++) {
H A Dloopnode.cpp1200 for (DUIterator_Fast jmax, j = _head->fast_outs(jmax); j < jmax; j++) {
1284 for (DUIterator_Fast jmax, j = _head->fast_outs(jmax); j < jmax; j++) {
1403 for (DUIterator_Fast jmax, j = _head->fast_outs(jmax); j < jmax; j++) {
2790 for (DUIterator_Fast jmax,
[all...]
H A Dsuperword.cpp829 for (DUIterator_Fast jmax, j = s2->fast_outs(jmax); j < jmax; j++) {
1117 for (DUIterator_Fast jmax, j = def->fast_outs(jmax); j < jmax; j++) {
1521 for (DUIterator_Fast jmax, j = def->fast_outs(jmax); j < jmax; j++) {
H A DphaseX.cpp1204 for (DUIterator_Fast jmax, j = in->fast_outs(jmax); j < jmax; j++) {
1266 for (uint jmax = use->len(), j = 0; j < jmax; j++) {
H A Dmatcher.cpp360 for( DUIterator_Fast jmax, j = C->root()->fast_outs(jmax); j < jmax; j++ ) {
366 --jmax;
2325 for( DUIterator_Fast jmax, j = ctrl->fast_outs(jmax); j < jmax; j++ ) {
H A DloopTransform.cpp515 for (DUIterator_Fast jmax, j = head->fast_outs(jmax); j < jmax; j++) {
1413 for (DUIterator_Fast jmax, j = loop_head->fast_outs(jmax); j < jmax; j++) {
H A Difnode.cpp122 for (DUIterator_Fast jmax, j = r->fast_outs(jmax); j < jmax; j++) {
H A Dmacro.cpp176 DUIterator_Fast jmax, j = pn->fast_outs(jmax); local
591 for (DUIterator_Fast jmax, j = res->fast_outs(jmax);
592 j < jmax && can_eliminate; j++) {
H A Dcallnode.cpp728 DUIterator_Fast jmax, j = pn->fast_outs(jmax); local
H A Dlibrary_call.cpp1982 for (DUIterator_Fast jmax, j = cmp->fast_outs(jmax); j < jmax; j++) {
5023 for (DUIterator_Fast jmax, j = not_ctl->fast_outs(jmax); j < jmax; j++) {
H A Dcompile.cpp3087 for (DUIterator_Fast jmax, j = n->fast_outs(jmax); j < jmax; j++)
H A Dmemnode.cpp3188 for (DUIterator_Fast jmax, j = m->fast_outs(jmax); j < jmax; j++) {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java1302 for (int j = 0, jmax = c.getHandlerCount(); j < jmax; j++) {
1320 for (int j = 0, jmax = c.getHandlerCount(); j < jmax; j++) {
H A DPackageWriter.java1154 for (int j = 0, jmax = c.getHandlerCount(); j < jmax; j++) {

Completed in 167 milliseconds