Home | History | Annotate | Download | only in common

Lines Matching full:targetcapacity

758     int32_t targetCapacity;
771 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
788 } else if(targetCapacity<toULimit) {
814 if(count>targetCapacity) {
815 count=targetCapacity;