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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c20101 int nPad = width - length; local
20102 for(i=width; i>=nPad; i--){
20103 bufpt[i] = bufpt[i-nPad];
20106 while( nPad-- ) bufpt[i++] = '0';
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19483 int nPad = width - length; local
19484 for(i=width; i>=nPad; i--){
19485 bufpt[i] = bufpt[i-nPad];
19488 while( nPad-- ) bufpt[i++] = '0';
[all...]

Completed in 658 milliseconds