Home
last modified time | relevance | path

Searched refs:nMax (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_android_parser.h130 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local
131 const T dMax = std::numeric_limits<T>::max() - (nMax * 10); in parse_non_negative_integer()
140 if (n > nMax || (n == nMax && d > dMax)) { in parse_non_negative_integer()
174 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; in parse_fixed() local
175 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10); in parse_fixed()
200 if (n > nMax || (n == nMax && d > dMax)) { in parse_fixed()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp307 int32_t nMax = -1; in CreateFont() local
335 if (nFind > nMax && bMatchedName) { in CreateFont()
336 nMax = nFind; in CreateFont()
344 } else if (nFind > nMax) { in CreateFont()
345 nMax = nFind; in CreateFont()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target.cpp302 unsigned int n = 0, nMax = allFuncs.getSize(); in emitSymbolTable() local
305 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms)); in emitSymbolTable()
311 assert(n < nMax); in emitSymbolTable()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/
DPVRScopeComms.h94 int nMax; ///< Maximum value member
/external/pdfium/third_party/lcms2-2.6/src/
Dcmscnvrt.c1073 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cms… in cmsGetSupportedIntentsTHR() argument
1082 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR()
1095 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR()
1108 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char… in cmsGetSupportedIntents() argument
1110 return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions); in cmsGetSupportedIntents()
/external/icu/icu4c/source/samples/layout/
Dlayout.cpp70 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph()
192 si.nPos = si.nMax; in WndProc()
Dclayout.c71 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph()
194 si.nPos = si.nMax; in WndProc()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1618 CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Cod…
1619 …CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* C…
/external/sqlite/dist/orig/
Dsqlite3.c42286 int nMax, nBuf, nDir, nLen;
42298 nMax = pVfs->mxPathname; nBuf = nMax + 2;
42309 nDir = nMax - (nPre + 15);
42322 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory);
42363 sqlite3_snprintf(nMax, zBuf, "%s", zDir);
42369 zConverted = sqlite3MallocZero( nMax+1 );
42377 zConverted, nMax+1)<0 ){
42396 sqlite3_snprintf(nMax, zBuf, "%s", zUtf8);
42408 LPWSTR zWidePath = sqlite3MallocZero( nMax*sizeof(WCHAR) );
42414 if( osGetTempPathW(nMax, zWidePath)==0 ){
[all …]
/external/sqlite/dist/
Dsqlite3.c42286 int nMax, nBuf, nDir, nLen;
42298 nMax = pVfs->mxPathname; nBuf = nMax + 2;
42309 nDir = nMax - (nPre + 15);
42322 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory);
42363 sqlite3_snprintf(nMax, zBuf, "%s", zDir);
42369 zConverted = sqlite3MallocZero( nMax+1 );
42377 zConverted, nMax+1)<0 ){
42396 sqlite3_snprintf(nMax, zBuf, "%s", zUtf8);
42408 LPWSTR zWidePath = sqlite3MallocZero( nMax*sizeof(WCHAR) );
42414 if( osGetTempPathW(nMax, zWidePath)==0 ){
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...