Home
last modified time | relevance | path

Searched defs:nMax (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_android_parser.h133 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local
177 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; in parse_fixed() local
/external/skqp/src/ports/
DSkFontMgr_android_parser.h133 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local
177 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; in parse_fixed() local
/external/pdfium/third_party/lcms/src/
Dcmscnvrt.c1093 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cms… in cmsGetSupportedIntentsTHR()
1128 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char… in cmsGetSupportedIntents()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp280 int32_t nMax = -1; in CreateFont() local
/external/sqlite/dist/
Dshell.c8521 int nMax =0; in idxPopulateStat1() local
12821 i64 nMax = (nNL > nCR) ? nNL : nCR; in shellEscapeCrnl() local
/external/sqlite/dist/orig/
Dshell.c8516 int nMax =0; in idxPopulateStat1() local
12816 i64 nMax = (nNL > nCR) ? nNL : nCR; in shellEscapeCrnl() local