Home | History | Annotate | Download | only in common

Lines Matching defs:loops

2003         int32_t count, loops, oredEntries;
2005 loops=count=targetCapacity>>4;
2048 count=loops-count;
3653 int32_t count, loops;
3656 loops=count=targetCapacity>>2;
3679 count=loops-count;