Lines Matching defs:max
71 int *max;
108 fp->max = (int*)(fp+1);
109 fp->incr = fp->max+fp->ndim;
1105 if((fp->cur[dot]+1) < fp->max[dot])
1303 ap->header.nelem |= fp->max[0];
1375 sfprintf(out,"[%d]",fp->max[n]);
1419 fp->max = (int*)(fp+1);
1420 fp->incr = fp->max+n;
1422 fp->max[0] = (int)sh_arith(shp,(char*)sub);
1427 fp->max[n++] = sz = (int)sh_arith(shp,(char*)ep+1);
1440 sz = fp->incr[n] = sz*fp->max[n+1];
1441 fp->nelem = sz*fp->max[0];
1442 ap->nelem = fp->max[0];
1468 if(size >= fp->max[n] || (size < 0))
1479 if(size >= fp->max[n] || (size < 0))
1488 ap->nelem |= fp->max[n];