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

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c607 int nPad = width - length; local
608 for(i=width; i>=nPad; i--){
609 bufpt[i] = bufpt[i-nPad];
612 while( nPad-- ) bufpt[i++] = '0';
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c19090 int nPad = width - length; local
19091 for(i=width; i>=nPad; i--){
19092 bufpt[i] = bufpt[i-nPad];
19095 while( nPad-- ) bufpt[i++] = '0';
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c21109 int nPad = width - length; local
21110 for(i=width; i>=nPad; i--){
21111 bufpt[i] = bufpt[i-nPad];
21114 while( nPad-- ) bufpt[i++] = '0';
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21109 int nPad = width - length; local
21110 for(i=width; i>=nPad; i--){
21111 bufpt[i] = bufpt[i-nPad];
21114 while( nPad-- ) bufpt[i++] = '0';
[all...]

Completed in 426 milliseconds