Home | History | Annotate | Download | only in dist

Lines Matching refs:iLog

14249   int iLog;
14250 for(iLog=0; (1<<iLog)<iValue; iLog++);
14251 return iLog;