Home | History | Annotate | Download | only in common

Lines Matching refs:targetCapacity

2179     int32_t targetCapacity, length;
2194 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
2209 targetCapacity
2212 if(length<targetCapacity) {
2213 targetCapacity=length;
2220 if(targetCapacity>=16) {
2223 loops=count=targetCapacity>>4;
2267 targetCapacity-=16*count;
2295 while(targetCapacity > 0 && source < sourceLimit) {
2303 --targetCapacity;
2316 --targetCapacity;
2360 /* recalculate the targetCapacity after an extension mapping */
2361 targetCapacity=(int32_t)(pArgs->targetLimit-target);
2363 if(length<targetCapacity) {
2364 targetCapacity=length;
3400 int32_t targetCapacity;
3424 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
3444 if(c!=0 && targetCapacity>0) {
3457 if(targetCapacity>0) {
3471 --targetCapacity;
3550 &target, target+targetCapacity,
3562 /* recalculate the targetCapacity after an extension mapping */
3563 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
3573 /* from the first if in the loop we know that targetCapacity>0 */
3580 --targetCapacity;
3583 if(2<=targetCapacity) {
3589 targetCapacity-=2;
3598 targetCapacity=0;
3632 int32_t targetCapacity;
3650 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
3677 if(c!=0 && targetCapacity>0) {
3690 if(targetCapacity>0) {
3745 --targetCapacity;
3756 &target, target+targetCapacity,
3768 /* recalculate the targetCapacity after an extension mapping */
3769 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
3808 int32_t targetCapacity, length;
3826 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
3854 * for the minimum of the sourceLength and targetCapacity
3857 if(length<targetCapacity) {
3858 targetCapacity=length;
3862 if(c!=0 && targetCapacity>0) {
3870 if(targetCapacity>=4) {
3874 loops=count=targetCapacity>>2;
3898 targetCapacity-=4*count;
3915 while(targetCapacity>0) {
3930 --targetCapacity;
3941 --targetCapacity;
4014 /* recalculate the targetCapacity after an extension mapping */
4015 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
4017 if(length<targetCapacity) {
4018 targetCapacity=length;
4065 int32_t targetCapacity;
4120 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
4173 if(c!=0 && targetCapacity>0) {
4186 if(targetCapacity>0) {
4201 --targetCapacity;
4603 &target, target+targetCapacity,
4616 /* recalculate the targetCapacity after an extension mapping */
4617 targetCapacity=(int32_t)(pArgs->targetLimit-(char *)target);
4630 /* from the first if in the loop we know that targetCapacity>0 */
4631 if(length<=targetCapacity) {
4667 targetCapacity-=length;
4677 /* we know that 1<=targetCapacity<length<=4 */
4678 length-=targetCapacity;
4695 value>>=8*length; /* length was reduced by targetCapacity */
4696 switch(targetCapacity) {
4719 targetCapacity=0;
4754 if(targetCapacity>0) {
4757 if (targetCapacity<2) {
5005 int32_t targetCapacity;
5025 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
5080 if(c!=0 && targetCapacity>0) {
5107 if(targetCapacity>0) {
5113 --targetCapacity;
5130 --targetCapacity;
5148 --targetCapacity;
5234 --targetCapacity;
5247 &target, target+targetCapacity,
5268 /* recalculate the targetCapacity after an extension mapping */
5269 targetCapacity=(int32_t)(pFromUArgs->targetLimit-(char *)target);
5311 int32_t targetCapacity;
5332 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
5380 if(c!=0 && targetCapacity>0) {
5389 if(targetCapacity>0) {
5395 --targetCapacity;
5523 /* from the first if in the loop we know that targetCapacity>0 */
5527 --targetCapacity;
5530 if(2<=targetCapacity) {
5532 targetCapacity-=2;
5556 &target, target+targetCapacity,
5577 /* recalculate the targetCapacity after an extension mapping */
5578 targetCapacity=(int32_t)(pFromUArgs->targetLimit-(char *)target);