Home | History | Annotate | Download | only in common

Lines Matching defs:loops

63         int32_t count, loops;
65 loops=count=targetCapacity>>3;
91 } while(--loops>0);
182 int32_t count, loops;
185 loops=count=targetCapacity>>4;
228 count=loops-count;
502 int32_t count, loops;
505 loops=count=targetCapacity>>3;
524 count=loops-count;
638 int32_t count, loops;
641 loops=count=targetCapacity>>4;
668 count=loops-count;