Home | History | Annotate | Download | only in dist

Lines Matching refs:nPad

18829           int nPad = width - length;
18830 for(i=width; i>=nPad; i--){
18831 bufpt[i] = bufpt[i-nPad];
18834 while( nPad-- ) bufpt[i++] = '0';