Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.c38 MAX_PAGE_SIZE = 8096, /*!< Maximum size for a memory page. */ enumerator
470 …int newPageCapacity = deMax32(deMin32(2*curPage->capacity, MAX_PAGE_SIZE), numBytes+maxAlignPadd… in deMemPool_allocInternal()
/external/chromium_org/third_party/sqlite/src/src/
Dtest_multiplex.c39 #define MAX_PAGE_SIZE 0x10000 macro
64 #define SQLITE_MULTIPLEX_CHUNK_SIZE (MAX_PAGE_SIZE*16384)
772 nChunkSize = (nChunkSize + (MAX_PAGE_SIZE-1)); in multiplexFileControl()
773 nChunkSize &= ~(MAX_PAGE_SIZE-1); in multiplexFileControl()
Dtest_config.c563 LINKVAR( MAX_PAGE_SIZE ); in set_options()