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

/external/pdfium/core/src/fxcrt/
H A Dplex.h15 static CFX_Plex* Create(CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement);
H A Dfx_basic_plex.cpp11 FX_DWORD nMax,
14 (CFX_Plex*)FX_Alloc(uint8_t, sizeof(CFX_Plex) + nMax * cbElement);
10 Create(CFX_Plex*& pHead, FX_DWORD nMax, FX_DWORD cbElement) argument
/external/skia/src/ports/
H A DSkFontMgr_android_parser.h130 const T nMax = std::numeric_limits<T>::max() / 10; local
131 const T dMax = std::numeric_limits<T>::max() - (nMax * 10);
140 if (n > nMax || (n == nMax && d > dMax)) {
174 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; local
175 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10);
200 if (n > nMax || (n == nMax && d > dMax)) {
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.cpp281 int32_t nMax = -1; local
315 if (nFind > nMax && bMatchedName) {
316 nMax = nFind;
324 } else if (nFind > nMax) {
325 nMax = nFind;
/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/icu/icu4c/source/samples/layout/
H A Dclayout.c65 si.nMax = pf_getLineCount(context->paragraph) - 1;
188 si.nPos = si.nMax;
H A Dlayout.cpp64 si.nMax = context->paragraph->getLineCount() - 1;
186 si.nPos = si.nMax;
/external/pdfium/third_party/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/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp1042 static const int32_t nMax = 0xffff; local
1056 if (MatchedFonts.GetSize() == nMax) {
/external/pdfium/third_party/lcms2-2.6/include/
H A Dlcms2.h1618 CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions);
1619 CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions);
/external/sqlite/dist/orig/
H A Dsqlite3.c38738 int nMax, nBuf, nDir, nLen; local
41277 unsigned int nMax; /* Configured "cache_size" value */ member in struct:PCache1
41892 pcache1Cachesize(sqlite3_pcache *p, int nMax) argument
52174 walLimitSize(Wal *pWal, i64 nMax) argument
176161 fts5PoslistPrefix(const u8 *aBuf, int nMax) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38756 int nMax, nBuf, nDir, nLen; local
41295 unsigned int nMax; /* Configured "cache_size" value */ member in struct:PCache1
41910 pcache1Cachesize(sqlite3_pcache *p, int nMax) argument
52192 walLimitSize(Wal *pWal, i64 nMax) argument
176191 fts5PoslistPrefix(const u8 *aBuf, int 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 1054 milliseconds