Home | History | Annotate | Download | only in orig

Lines Matching refs:nPad

26461           int nPad = width - length;
26462 for(i=width; i>=nPad; i--){
26463 bufpt[i] = bufpt[i-nPad];
26466 while( nPad-- ) bufpt[i++] = '0';