Home
last modified time | relevance | path

Searched defs:nMax (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/ports/
H A 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
H A 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/
H A 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/
H A 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); recoverLostAndFound2Step() local
14861 const int nMax = 65536; recoverVfsDetectPagesize() local
19409 i64 nMax = (nNL > nCR) ? nNL : nCR; shellEscapeCrnl() local
[all...]
H A Dsqlite3.c49824 int nMax, nBuf, nDir, nLen; global() local
53723 unsigned int nMax; /* Configured "cache_size" value */ global() member
54348 pcache1Cachesize(sqlite3_pcache *p, int nMax) global() argument
65586 walLimitSize(Wal *pWal, i64 nMax) global() argument
234557 fts5PoslistPrefix(const u8 *aBuf, int nMax) global() argument
[all...]

Completed in 148 milliseconds