Home
last modified time | relevance | path

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

/third_party/flutter/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
DSkFontMgr_config_parser.h144 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local
189 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; in parse_fixed() local
/third_party/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
DSkFontMgr_config_parser.h144 const T nMax = std::numeric_limits<T>::max() / 10; in parse_non_negative_integer() local
189 const T nMax = (std::numeric_limits<T>::max() >> N) / 10; in parse_fixed() local
/third_party/openmax/api/1.1.2/
DOMX_Types.h259 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/sqlite/src/
Dshell.c11083 int nMax =0; in idxPopulateStat1() local
12771 int nMax; /* Max column count in any schema table */ member
13399 i64 nMax = (nNL > nCR) ? nNL : nCR; in recoverEscapeCrnl() local
14574 int nMax = sqlite3_column_int(pLaf->pMaxField, 0); in recoverLostAndFound2Step() local
14861 const int nMax = 65536; in recoverVfsDetectPagesize() local
19409 i64 nMax = (nNL > nCR) ? nNL : nCR; in shellEscapeCrnl() local