Home | History | Annotate | Download | only in common

Lines Matching refs:destLength

1472     int32_t bmpLength, length, destLength;
1523 destLength=length+((length>bmpLength)?2:1);
1524 if (destLength<=destCapacity) {
1549 return destLength;