Searched defs:nMax (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_plex.cpp9 CFX_Plex* CFX_Plex::Create(IFX_Allocator* pAllocator, CFX_Plex*& pHead, FX_DWORD nMax, FX_DWORD cbElement) argument
11 CFX_Plex* p = (CFX_Plex*)FX_Allocator_Alloc(pAllocator, FX_BYTE, sizeof(CFX_Plex) + nMax * cbElement);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp302 unsigned int n = 0, nMax = allFuncs.getSize(); local
305 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms));
311 assert(n < nMax);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp302 unsigned int n = 0, nMax = allFuncs.getSize(); local
305 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms));
311 assert(n < nMax);
/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache.c23 int nMax; /* Configured cache size */ member in struct:PCache
184 p->nMax = 100;
228 sqlite3GlobalConfig.pcache.xCachesize(p, pCache->nMax);
561 return pCache->nMax;
569 pCache->nMax = mxPage;
H A Dpcache1.c51 int nMaxPage; /* Sum of nMax for purgeable caches */
68 ** flag (bPurgeable) are set when the cache is created. nMax may be
70 ** The PGroup mutex must be held when accessing nMax.
76 unsigned int nMax; /* Configured "cache_size" value */ member in struct:PCache1
77 unsigned int n90pct; /* nMax*9/10 */
602 static void pcache1Cachesize(sqlite3_pcache *p, int nMax){ argument
607 pGroup->nMaxPage += (nMax - pCache->nMax);
609 pCache->nMax = nMax;
[all...]
H A Dtest1.c5140 int nMax; local
5145 sqlite3PcacheStats(&nCurrent, &nMax, &nMin, &nRecyclable);
5151 Tcl_ListObjAppendElement(interp, pRet, Tcl_NewIntObj(nMax));
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.cpp71 const T nMax = std::numeric_limits<T>::max() / 10; local
72 const T dMax = std::numeric_limits<T>::max() - (nMax * 10);
81 if (n > nMax || (n == nMax && d > dMax)) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscnvrt.c1070 // Get information about available intents. nMax is the maximum space for the supplied "Codes"
1072 // than nMax, although the matrices are not populated beyond this level.
1073 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions) argument
1082 if (nIntents < nMax) {
1095 if (nIntents < nMax) {
1108 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions) argument
1110 return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions);
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.cpp302 FX_INT32 nMax = -1; local
335 if (nFind > nMax && bMatchedName) {
336 nMax = nFind;
344 } else if (nFind > nMax) {
345 nMax = nFind;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c34348 int nMax; /* Configured cache size */ member in struct:PCache
34990 unsigned int nMax; /* Configured "cache_size" value */ member in struct:PCache1
35516 pcache1Cachesize(sqlite3_pcache *p, int nMax) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c36239 int nMax, nBuf, nDir, nLen; local
38640 unsigned int nMax; /* Configured "cache_size" value */ member in struct:PCache1
39177 pcache1Cachesize(sqlite3_pcache *p, int nMax) argument
49285 walLimitSize(Wal *pWal, i64 nMax) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c36259 int nMax, nBuf, nDir, nLen; local
38660 unsigned int nMax; /* Configured "cache_size" value */ member in struct:PCache1
39197 pcache1Cachesize(sqlite3_pcache *p, int nMax) argument
49305 walLimitSize(Wal *pWal, i64 nMax) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1635 milliseconds