/external/skia/src/ports/ |
D | SkFontMgr_android_parser.h | 133 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local 134 const T dMax = std::numeric_limits<T>::max() - (nMax * 10); in parse_non_negative_integer() 143 if (n > nMax || (n == nMax && d > dMax)) { in parse_non_negative_integer() 177 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; in parse_fixed() local 178 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10); in parse_fixed() 203 if (n > nMax || (n == nMax && d > dMax)) { in parse_fixed()
|
/external/skqp/src/ports/ |
D | SkFontMgr_android_parser.h | 133 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local 134 const T dMax = std::numeric_limits<T>::max() - (nMax * 10); in parse_non_negative_integer() 143 if (n > nMax || (n == nMax && d > dMax)) { in parse_non_negative_integer() 177 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; in parse_fixed() local 178 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10); in parse_fixed() 203 if (n > nMax || (n == nMax && d > dMax)) { in parse_fixed()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 309 int32_t nMax = -1; in CreateFont() local 337 if (nFind > nMax && bMatchedName) { in CreateFont() 338 nMax = nFind; in CreateFont() 346 } else if (nFind > nMax) { in CreateFont() 347 nMax = nFind; in CreateFont()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/ |
D | PVRScopeComms.h | 94 int nMax; ///< Maximum value member
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target.cpp | 348 unsigned int n = 0, nMax = allFuncs.getSize(); in emitSymbolTable() local 351 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms)); in emitSymbolTable() 357 assert(n < nMax); in emitSymbolTable()
|
/external/pdfium/third_party/lcms/src/ |
D | cmscnvrt.c | 1092 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cms… in cmsGetSupportedIntentsTHR() argument 1101 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR() 1114 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR() 1127 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char… in cmsGetSupportedIntents() argument 1129 return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions); in cmsGetSupportedIntents()
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 71 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph() 194 si.nPos = si.nMax; in WndProc()
|
D | layout.cpp | 70 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph() 192 si.nPos = si.nMax; in WndProc()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1623 CMSAPI cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Cod… 1624 …CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* C…
|
/external/sqlite/dist/orig/ |
D | shell.c | 7564 int nMax =0; in idxPopulateStat1() local 7585 rc = idxLargestIndex(p->dbm, &nMax, pzErr); in idxPopulateStat1() 7586 if( nMax<=0 || rc!=SQLITE_OK ) return rc; in idxPopulateStat1() 7591 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1() 7608 pCtx->nSlot = nMax+1; in idxPopulateStat1()
|
D | sqlite3.c | 43360 int nMax, nBuf, nDir, nLen; 43372 nMax = pVfs->mxPathname; nBuf = nMax + 2; 43383 nDir = nMax - (nPre + 15); 43396 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory); 43437 sqlite3_snprintf(nMax, zBuf, "%s", zDir); 43443 zConverted = sqlite3MallocZero( nMax+1 ); 43451 zConverted, nMax+1)<0 ){ 43470 sqlite3_snprintf(nMax, zBuf, "%s", zUtf8); 43482 LPWSTR zWidePath = sqlite3MallocZero( nMax*sizeof(WCHAR) ); 43488 if( osGetTempPathW(nMax, zWidePath)==0 ){ [all …]
|
/external/sqlite/dist/ |
D | shell.c | 7570 int nMax =0; in idxPopulateStat1() local 7591 rc = idxLargestIndex(p->dbm, &nMax, pzErr); in idxPopulateStat1() 7592 if( nMax<=0 || rc!=SQLITE_OK ) return rc; in idxPopulateStat1() 7597 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1() 7614 pCtx->nSlot = nMax+1; in idxPopulateStat1()
|
D | sqlite3.c | 43376 int nMax, nBuf, nDir, nLen; 43388 nMax = pVfs->mxPathname; nBuf = nMax + 2; 43399 nDir = nMax - (nPre + 15); 43412 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory); 43453 sqlite3_snprintf(nMax, zBuf, "%s", zDir); 43459 zConverted = sqlite3MallocZero( nMax+1 ); 43467 zConverted, nMax+1)<0 ){ 43486 sqlite3_snprintf(nMax, zBuf, "%s", zUtf8); 43498 LPWSTR zWidePath = sqlite3MallocZero( nMax*sizeof(WCHAR) ); 43504 if( osGetTempPathW(nMax, zWidePath)==0 ){ [all …]
|