Home
last modified time | relevance | path

Searched refs:usableSize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp70 int usableSize = totalSize - overhead; in Create() local
71 FXSYS_assert(usableSize >= nLen); in Create()
74 return new (pData) StringData(nLen, usableSize); in Create()
/external/sqlite/dist/
Dsqlite3.c53957 u32 usableSize; /* Number of usable bytes on each page */
55397 nPagesPerMapPage = (pBt->usableSize/5)+1;
55445 assert( offset <= (int)pBt->usableSize-5 );
55489 assert( offset <= (int)pBt->usableSize-5 );
55547 surplus = minLocal + (pInfo->nPayload - minLocal)%(pPage->pBt->usableSize-4);
55760 nSize = minLocal + (nSize - minLocal) % (pPage->pBt->usableSize - 4);
55837 int usableSize; /* Number of usable bytes on a page */
55850 assert( pPage->pBt->usableSize <= SQLITE_MAX_PAGE_SIZE );
55859 usableSize = pPage->pBt->usableSize;
55860 cbrk = usableSize;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c53939 u32 usableSize; /* Number of usable bytes on each page */
55379 nPagesPerMapPage = (pBt->usableSize/5)+1;
55427 assert( offset <= (int)pBt->usableSize-5 );
55471 assert( offset <= (int)pBt->usableSize-5 );
55529 surplus = minLocal + (pInfo->nPayload - minLocal)%(pPage->pBt->usableSize-4);
55742 nSize = minLocal + (nSize - minLocal) % (pPage->pBt->usableSize - 4);
55819 int usableSize; /* Number of usable bytes on a page */
55832 assert( pPage->pBt->usableSize <= SQLITE_MAX_PAGE_SIZE );
55841 usableSize = pPage->pBt->usableSize;
55842 cbrk = usableSize;
[all …]