Searched refs:nPad (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c19849 int nPad = width - length; local
19850 for(i=width; i>=nPad; i--){
19851 bufpt[i] = bufpt[i-nPad];
19854 while( nPad-- ) bufpt[i++] = '0';
[all...]

Completed in 384 milliseconds