Home | History | Annotate | Download | only in common

Lines Matching defs: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;
3933 int32_t targetCapacity;
3987 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
4040 if(c!=0 && targetCapacity>0) {
4053 if(targetCapacity>0) {
4068 --targetCapacity;
4470 &target, target+targetCapacity,
4483 /* recalculate the targetCapacity after an extension mapping */
4484 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
4497 /* from the first if in the loop we know that targetCapacity>0 */
4498 if(length<=targetCapacity) {
4534 targetCapacity-=length;
4544 /* we know that 1<=targetCapacity<length<=4 */
4545 length-=targetCapacity;
4562 value>>=8*length; /* length was reduced by targetCapacity */
4563 switch(targetCapacity) {
4586 targetCapacity=0;
4621 if(targetCapacity>0) {
4624 if (targetCapacity<2) {
4872 int32_t targetCapacity;
4892 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
4947 if(c!=0 && targetCapacity>0) {
4974 if(targetCapacity>0) {
4980 --targetCapacity;
4997 --targetCapacity;
5015 --targetCapacity;
5101 --targetCapacity;
5114 &target, target+targetCapacity,
5135 /* recalculate the targetCapacity after an extension mapping */
5136 targetCapacity=(int32_t)(pFromUArgs->targetLimit-(char *)target);
5178 int32_t targetCapacity;
5199 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
5247 if(c!=0 && targetCapacity>0) {
5256 if(targetCapacity>0) {
5262 --targetCapacity;
5390 /* from the first if in the loop we know that targetCapacity>0 */
5394 --targetCapacity;
5397 if(2<=targetCapacity) {
5399 targetCapacity-=2;
5423 &target, target+targetCapacity,
5444 /* recalculate the targetCapacity after an extension mapping */
5445 targetCapacity=(int32_t)(pFromUArgs->targetLimit-(char *)target);