Home | History | Annotate | Download | only in common

Lines Matching defs:targetCapacity

390     int32_t targetCapacity;
404 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
419 if(c!=0 && targetCapacity>0) {
425 /* use only one loop counter variable, targetCapacity, not also source */
427 if(targetCapacity>diff) {
428 targetCapacity=diff;
430 while(targetCapacity>0 && (c=*source)<0x3000) {
438 --targetCapacity;
446 --targetCapacity;
453 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target);
458 if(targetCapacity>0) {
473 --targetCapacity;
510 --targetCapacity;
515 } else if(DIFF_IS_DOUBLE(diff) && 2<=targetCapacity) {
533 targetCapacity-=2;
542 /* from the first if in the loop we know that targetCapacity>0 */
543 if(length<=targetCapacity) {
562 targetCapacity-=length;
573 /* we know that 1<=targetCapacity<length<=4 */
574 length-=targetCapacity;
591 diff>>=8*length; /* length was reduced by targetCapacity */
592 switch(targetCapacity) {
609 targetCapacity=0;
644 int32_t targetCapacity;
653 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
663 if(c!=0 && targetCapacity>0) {
669 /* use only one loop counter variable, targetCapacity, not also source */
671 if(targetCapacity>diff) {
672 targetCapacity=diff;
674 while(targetCapacity>0 && (c=*source)<0x3000) {
690 --targetCapacity;
693 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target);
697 if(targetCapacity>0) {
710 --targetCapacity;
743 --targetCapacity;
747 } else if(DIFF_IS_DOUBLE(diff) && 2<=targetCapacity) {
763 targetCapacity-=2;
771 /* from the first if in the loop we know that targetCapacity>0 */
772 if(length<=targetCapacity) {
787 targetCapacity-=length;
797 /* we know that 1<=targetCapacity<length<=4 */
798 length-=targetCapacity;
815 diff>>=8*length; /* length was reduced by targetCapacity */
816 switch(targetCapacity) {
830 targetCapacity=0;