Home | History | Annotate | Download | only in src

Lines Matching full:dim0

489     int i, j, size, dim0 = -1;
571 for( j = hdr->dims - 1; j > dim0; j-- )
578 if( j == dim0 && step > INT_MAX )
581 if( j > dim0 )
582 dim0 = j;
589 for( j = hdr0->dims - 1; j > dim0; j-- )
592 dims = dim0 + 1;