Searched refs:nMax (Results 1 – 11 of 11) sorted by relevance
130 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local131 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() local175 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()
307 int32_t nMax = -1; in CreateFont() local335 if (nFind > nMax && bMatchedName) { in CreateFont()336 nMax = nFind; in CreateFont()344 } else if (nFind > nMax) { in CreateFont()345 nMax = nFind; in CreateFont()
302 unsigned int n = 0, nMax = allFuncs.getSize(); in emitSymbolTable() local305 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms)); in emitSymbolTable()311 assert(n < nMax); in emitSymbolTable()
94 int nMax; ///< Maximum value member
1073 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cms… in cmsGetSupportedIntentsTHR() argument1082 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR()1095 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR()1108 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char… in cmsGetSupportedIntents() argument1110 return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions); in cmsGetSupportedIntents()
70 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph()192 si.nPos = si.nMax; in WndProc()
71 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph()194 si.nPos = si.nMax; in WndProc()
1618 CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Cod…1619 …CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* C…
42286 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 …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...