Lines Matching refs:max
70 int *max;
107 fp->max = (int*)(fp+1);
108 fp->incr = fp->max+fp->ndim;
1069 if((fp->cur[dot]+1) < fp->max[dot])
1248 ap->header.nelem |= fp->max[0];
1320 sfprintf(out,"[%d]",fp->max[n]);
1358 fp->max = (int*)(fp+1);
1359 fp->incr = fp->max+n;
1361 fp->max[0] = (int)sh_arith(shp,(char*)sub);
1366 fp->max[n++] = sz = (int)sh_arith(shp,(char*)ep+1);
1378 sz = fp->incr[n] = sz*fp->max[n+1];
1379 fp->nelem = sz*fp->max[0];
1380 ap->nelem = fp->max[0];
1405 if(size >= fp->max[n] || (size < 0))
1417 if(size >= fp->max[n] || (size < 0))
1426 ap->nelem |= fp->max[n];