Home
last modified time | relevance | path

Searched refs:mnum (Results 1 – 3 of 3) sorted by relevance

/external/zstd/lib/compress/
Dzstd_opt.c543 U32 mnum = 0; in ZSTD_insertBtAndGetAllMatches() local
600 matches[mnum].off = repCode - ll0; in ZSTD_insertBtAndGetAllMatches()
601 matches[mnum].len = (U32)repLen; in ZSTD_insertBtAndGetAllMatches()
602 mnum++; in ZSTD_insertBtAndGetAllMatches()
605 return mnum; in ZSTD_insertBtAndGetAllMatches()
628 assert(mnum==0); /* no prior solution */ in ZSTD_insertBtAndGetAllMatches()
631 mnum = 1; in ZSTD_insertBtAndGetAllMatches()
668 matches[mnum].off = (curr - matchIndex) + ZSTD_REP_MOVE; in ZSTD_insertBtAndGetAllMatches()
669 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
670 mnum++; in ZSTD_insertBtAndGetAllMatches()
[all …]
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h46 …static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, Inde… in run()
50 …::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &er… in run()
58 …static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, Inde…
62 …::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, …
/external/javassist/src/main/javassist/
DCtClassType.java1107 int mnum = CtMember.Cache.count(mth, mthTail); in getDeclaredBehaviors() local
1109 CtBehavior[] cb = new CtBehavior[cnum + mnum]; in getDeclaredBehaviors()