Lines Matching full:targetcapacity
2042 int32_t targetCapacity, length;
2057 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
2072 * for the minimum of the sourceLength and targetCapacity
2075 if(length<targetCapacity) {
2076 targetCapacity=length;
2083 if(targetCapacity>=16) {
2086 loops=count=targetCapacity>>4;
2130 targetCapacity-=16*count;
2158 while(targetCapacity > 0 && source < sourceLimit) {
2166 --targetCapacity;
2179 --targetCapacity;
2223 /* recalculate the targetCapacity after an extension mapping */
2224 targetCapacity=(int32_t)(pArgs->targetLimit-target);
2226 if(length<targetCapacity) {
2227 targetCapacity=length;
3263 int32_t targetCapacity;
3287 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
3307 if(c!=0 && targetCapacity>0) {
3320 if(targetCapacity>0) {
3334 --targetCapacity;
3413 &target, target+targetCapacity,
3425 /* recalculate the targetCapacity after an extension mapping */
3426 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
3436 /* from the first if in the loop we know that targetCapacity>0 */
3443 --targetCapacity;
3446 if(2<=targetCapacity) {
3452 targetCapacity-=2;
3461 targetCapacity=0;
3495 int32_t targetCapacity;
3513 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
3540 if(c!=0 && targetCapacity>0) {
3553 if(targetCapacity>0) {
3608 --targetCapacity;
3619 &target, target+targetCapacity,
3631 /* recalculate the targetCapacity after an extension mapping */
3632 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
3671 int32_t targetCapacity, length;
3689 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
3717 * for the minimum of the sourceLength and targetCapacity
3720 if(length<targetCapacity) {
3721 targetCapacity=length;
3725 if(c!=0 && targetCapacity>0) {
3733 if(targetCapacity>=4) {
3737 loops=count=targetCapacity>>2;
3761 targetCapacity-=4*count;
3778 while(targetCapacity>0) {
3793 --targetCapacity;
3804 --targetCapacity;
3877 /* recalculate the targetCapacity after an extension mapping */
3878 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
3880 if(length<targetCapacity) {
3881 targetCapacity=length;
3928 int32_t targetCapacity;
3983 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
4036 if(c!=0 && targetCapacity>0) {
4049 if(targetCapacity>0) {
4064 --targetCapacity;
4466 &target, target+targetCapacity,
4479 /* recalculate the targetCapacity after an extension mapping */
4480 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
4493 /* from the first if in the loop we know that targetCapacity>0 */
4494 if(length<=targetCapacity) {
4530 targetCapacity-=length;
4540 /* we know that 1<=targetCapacity<length<=4 */
4541 length-=targetCapacity;
4558 value>>=8*length; /* length was reduced by targetCapacity */
4559 switch(targetCapacity) {
4582 targetCapacity=0;
4617 if(targetCapacity>0) {
4620 if (targetCapacity<2) {
4868 int32_t targetCapacity;
4888 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
4943 if(c!=0 && targetCapacity>0) {
4970 if(targetCapacity>0) {
4976 --targetCapacity;
4993 --targetCapacity;
5011 --targetCapacity;
5097 --targetCapacity;
5110 &target, target+targetCapacity,
5131 /* recalculate the targetCapacity after an extension mapping */
5132 targetCapacity=(int32_t)(pFromUArgs->targetLimit-(char *)target);
5174 int32_t targetCapacity;
5195 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
5243 if(c!=0 && targetCapacity>0) {
5252 if(targetCapacity>0) {
5258 --targetCapacity;
5386 /* from the first if in the loop we know that targetCapacity>0 */
5390 --targetCapacity;
5393 if(2<=targetCapacity) {
5395 targetCapacity-=2;
5419 &target, target+targetCapacity,
5440 /* recalculate the targetCapacity after an extension mapping */
5441 targetCapacity=(int32_t)(pFromUArgs->targetLimit-(char *)target);