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

  /external/chromium_org/third_party/sqlite/src/src/
mem5.c 244 int iFullSz; /* Size of allocation rounded up to power of 2 */
245 int iLogsize; /* Log2 of iFullSz/POW2_MIN */
264 for(iFullSz=mem5.szAtom, iLogsize=0; iFullSz<nByte; iFullSz *= 2, iLogsize++){}
289 mem5.totalAlloc += iFullSz;
290 mem5.totalExcess += iFullSz - nByte;
292 mem5.currentOut += iFullSz;
427 int iFullSz;
429 for(iFullSz=mem5.szAtom; iFullSz<n; iFullSz *= 2)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 45 milliseconds