Home | History | Annotate | Download | only in common

Lines Matching full:targetcapacity

1015     int32_t targetCapacity;
1042 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
1059 if(c!=0 && targetCapacity>0) {
1066 if(targetCapacity<=0) {
1080 --targetCapacity;
1088 --targetCapacity;
1101 --targetCapacity;
1139 --targetCapacity;
1165 --targetCapacity;
1236 if(c!=0 && targetCapacity>0) {
1243 if(targetCapacity<=0) {
1253 if(targetCapacity>=2) {
1260 targetCapacity-=2;
1391 /* from the first if in the loop we know that targetCapacity>0 */
1392 if(length<=targetCapacity) {
1428 targetCapacity-=length;
1443 /* we know that 0<=targetCapacity<length<=4 */
1444 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */
1445 length-=targetCapacity;
1464 c>>=8*length; /* length was reduced by targetCapacity */
1465 switch(targetCapacity) {
1487 targetCapacity=0;
1508 int32_t targetCapacity;
1532 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
1544 if(c!=0 && targetCapacity>0) {
1551 if(targetCapacity<=0) {
1561 --targetCapacity;
1566 --targetCapacity;
1576 --targetCapacity;
1610 --targetCapacity;
1633 --targetCapacity;
1703 if(c!=0 && targetCapacity>0) {
1710 if(targetCapacity<=0) {
1719 if(targetCapacity>=2) {
1722 targetCapacity-=2;
1850 /* from the first if in the loop we know that targetCapacity>0 */
1851 if(length<=targetCapacity) {
1866 targetCapacity-=length;
1880 /* we know that 0<=targetCapacity<length<=4 */
1881 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */
1882 length-=targetCapacity;
1901 c>>=8*length; /* length was reduced by targetCapacity */
1902 switch(targetCapacity) {
1915 targetCapacity=0;