Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c19483 int nPad = width - length; in sqlite3VXPrintf() local
19484 for(i=width; i>=nPad; i--){ in sqlite3VXPrintf()
19485 bufpt[i] = bufpt[i-nPad]; in sqlite3VXPrintf()
19488 while( nPad-- ) bufpt[i++] = '0'; in sqlite3VXPrintf()
/NextBSD/contrib/sqlite3/
HDsqlite3.c22057 int nPad = width - length;
22058 for(i=width; i>=nPad; i--){
22059 bufpt[i] = bufpt[i-nPad];
22062 while( nPad-- ) bufpt[i++] = '0';