HomeSort by relevance Sort by last modified time
    Searched refs:nPad (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 607 int nPad = width - length;
608 for(i=width; i>=nPad; i--){
609 bufpt[i] = bufpt[i-nPad];
612 while( nPad-- ) bufpt[i++] = '0';
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 387 milliseconds