Home | History | Annotate | Download | only in dist

Lines Matching defs:iLog

19732   int iLog;
19733 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++);
19734 return iLog;