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++){
1896 StkId o,lim;
1899 lim=l->top;
1901 if(lim<ci->top)lim=ci->top;
1905 for(;o<=lim;o++)
1907 checkstacksizes(l,lim);
2177 l_mem lim=(1024u/100)*g->gcstepmul;
2178 if(lim==0)
2179 lim=(((lu_mem)(~(lu_mem)0)-2)-1)/2;
2182 lim-=singlestep(L);
2185 }while(lim>0);