Home | History | Annotate | Download | only in common

Lines Matching defs:loops

2082         int32_t count, loops, oredEntries;
2084 loops=count=targetCapacity>>4;
2127 count=loops-count;
3732 int32_t count, loops;
3735 loops=count=targetCapacity>>2;
3758 count=loops-count;