Searched refs:mnum (Results 1 – 3 of 3) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_opt.c | 543 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/ |
D | PardisoSupport.h | 46 …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/ |
D | CtClassType.java | 1107 int mnum = CtMember.Cache.count(mth, mthTail); in getDeclaredBehaviors() local 1109 CtBehavior[] cb = new CtBehavior[cnum + mnum]; in getDeclaredBehaviors()
|