Home | History | Annotate | Download | only in common

Lines Matching defs:targetCapacity

1014     int32_t targetCapacity;
1041 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
1058 if(c!=0 && targetCapacity>0) {
1065 if(targetCapacity<=0) {
1079 --targetCapacity;
1087 --targetCapacity;
1100 --targetCapacity;
1138 --targetCapacity;
1164 --targetCapacity;
1235 if(c!=0 && targetCapacity>0) {
1242 if(targetCapacity<=0) {
1252 if(targetCapacity>=2) {
1259 targetCapacity-=2;
1390 /* from the first if in the loop we know that targetCapacity>0 */
1391 if(length<=targetCapacity) {
1427 targetCapacity-=length;
1442 /* we know that 0<=targetCapacity<length<=4 */
1443 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */
1444 length-=targetCapacity;
1463 c>>=8*length; /* length was reduced by targetCapacity */
1464 switch(targetCapacity) {
1486 targetCapacity=0;
1507 int32_t targetCapacity;
1531 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
1543 if(c!=0 && targetCapacity>0) {
1550 if(targetCapacity<=0) {
1560 --targetCapacity;
1565 --targetCapacity;
1575 --targetCapacity;
1609 --targetCapacity;
1632 --targetCapacity;
1702 if(c!=0 && targetCapacity>0) {
1709 if(targetCapacity<=0) {
1718 if(targetCapacity>=2) {
1721 targetCapacity-=2;
1849 /* from the first if in the loop we know that targetCapacity>0 */
1850 if(length<=targetCapacity) {
1865 targetCapacity-=length;
1879 /* we know that 0<=targetCapacity<length<=4 */
1880 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */
1881 length-=targetCapacity;
1900 c>>=8*length; /* length was reduced by targetCapacity */
1901 switch(targetCapacity) {
1914 targetCapacity=0;