Home | History | Annotate | Download | only in bin

Lines Matching full:levels

3570   my $levels = log($items) / log(2);
3576 if ((2 ** $levels) < $items) {
3577 $levels++;
3584 FetchDynamicProfilesRecurse($levels, 0, 0);