/third_party/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()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_config_parser.h | 144 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local 145 const T dMax = std::numeric_limits<T>::max() - (nMax * 10); in parse_non_negative_integer() 154 if (n > nMax || (n == nMax && d > dMax)) { in parse_non_negative_integer() 189 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; in parse_fixed() local 190 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10); in parse_fixed() 215 if (n > nMax || (n == nMax && d > dMax)) { in parse_fixed()
|
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()
|
/third_party/openmax/api/1.1.2/ |
D | OMX_Types.h | 259 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member 267 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */ member
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 70 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph() 192 si.nPos = si.nMax; in WndProc()
|
D | clayout.c | 71 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph() 194 si.nPos = si.nMax; in WndProc()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | layout.cpp | 70 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph() 192 si.nPos = si.nMax; in WndProc()
|
D | clayout.c | 71 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph() 194 si.nPos = si.nMax; in WndProc()
|
/third_party/sqlite/src/ |
D | shell.c | 10950 int nMax =0; in idxPopulateStat1() local 10971 rc = idxLargestIndex(p->dbm, &nMax, pzErr); in idxPopulateStat1() 10972 if( nMax<=0 || rc!=SQLITE_OK ) return rc; in idxPopulateStat1() 10977 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); in idxPopulateStat1() 10994 pCtx->nSlot = nMax+1; in idxPopulateStat1() 15661 i64 nMax = (nNL > nCR) ? nNL : nCR; in shellEscapeCrnl() local 15662 i64 nAlloc = nMax * nText + (nMax+64)*2; in shellEscapeCrnl()
|
D | sqlite3.c | 47192 int nMax, nBuf, nDir, nLen; 47204 nMax = pVfs->mxPathname; nBuf = nMax + 2; 47215 nDir = nMax - (nPre + 15); 47228 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory); 47269 sqlite3_snprintf(nMax, zBuf, "%s", zDir); 47275 zConverted = sqlite3MallocZero( nMax+1 ); 47283 zConverted, nMax+1)<0 ){ 47302 sqlite3_snprintf(nMax, zBuf, "%s", zUtf8); 47314 LPWSTR zWidePath = sqlite3MallocZero( nMax*sizeof(WCHAR) ); 47320 if( osGetTempPathW(nMax, zWidePath)==0 ){ [all …]
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 46866 nDir = nMax - (nPre + 15); 46881 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory); 47728 nDir = nMax - (nPre + 15); 47743 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory); 49307 nDir = nMax - (nPre + 15); 49322 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory);
|