Lines Matching defs:targetCapacity
1017 int32_t targetCapacity;
1044 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
1061 if(c!=0 && targetCapacity>0) {
1068 if(targetCapacity<=0) {
1082 --targetCapacity;
1090 --targetCapacity;
1103 --targetCapacity;
1141 --targetCapacity;
1167 --targetCapacity;
1238 if(c!=0 && targetCapacity>0) {
1245 if(targetCapacity<=0) {
1255 if(targetCapacity>=2) {
1262 targetCapacity-=2;
1393 /* from the first if in the loop we know that targetCapacity>0 */
1394 if(length<=targetCapacity) {
1438 targetCapacity-=length;
1453 /* we know that 0<=targetCapacity<length<=4 */
1454 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */
1455 length-=targetCapacity;
1478 c>>=8*length; /* length was reduced by targetCapacity */
1479 switch(targetCapacity) {
1504 targetCapacity=0;
1525 int32_t targetCapacity;
1549 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
1561 if(c!=0 && targetCapacity>0) {
1568 if(targetCapacity<=0) {
1578 --targetCapacity;
1583 --targetCapacity;
1593 --targetCapacity;
1627 --targetCapacity;
1650 --targetCapacity;
1720 if(c!=0 && targetCapacity>0) {
1727 if(targetCapacity<=0) {
1736 if(targetCapacity>=2) {
1739 targetCapacity-=2;
1867 /* from the first if in the loop we know that targetCapacity>0 */
1868 if(length<=targetCapacity) {
1887 targetCapacity-=length;
1901 /* we know that 0<=targetCapacity<length<=4 */
1902 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */
1903 length-=targetCapacity;
1926 c>>=8*length; /* length was reduced by targetCapacity */
1927 switch(targetCapacity) {
1943 targetCapacity=0;