Lines Matching refs:lim
1454 int lim=ttlg;
1455 if(lim>t->sizearray){
1456 lim=t->sizearray;
1457 if(i>lim)
1460 for(;i<=lim;i++){
1895 StkId o,lim;
1898 lim=l->top;
1900 if(lim<ci->top)lim=ci->top;
1904 for(;o<=lim;o++)
1906 checkstacksizes(l,lim);
2176 l_mem lim=(1024u/100)*g->gcstepmul;
2177 if(lim==0)
2178 lim=(((lu_mem)(~(lu_mem)0)-2)-1)/2;
2181 lim-=singlestep(L);
2184 }while(lim>0);