Lines Matching refs:pos
455 long pos=0;498 for(;pos<endpos;pos++)499 seeds[pos]=ampstack[i];515 long pos;519 pos=p->octave[0]-p->firstoc-(linesper>>1);522 float minV=seed[pos];525 while(pos+1<=end){526 pos++;527 if((seed[pos]>NEGINF && seed[pos]<minV) || minV==NEGINF)528 minV=seed[pos];531 end=pos+p->firstoc;