Searched refs:mnum (Results 1 – 3 of 3) sorted by relevance
/external/lz4/lib/ |
D | lz4opt.h | 97 int mnum = 0; in LZ4HC_BinTree_InsertAndGetAllMatches() local 132 matches[mnum].off = (int)(ip - match); in LZ4HC_BinTree_InsertAndGetAllMatches() 134 matches[mnum].off = (int)(ip - (base + matchIndex)); /* virtual matchpos */ in LZ4HC_BinTree_InsertAndGetAllMatches() 135 matches[mnum].len = (int)matchLength; in LZ4HC_BinTree_InsertAndGetAllMatches() 136 mnum++; in LZ4HC_BinTree_InsertAndGetAllMatches() 163 if (matchNum) *matchNum = mnum; in LZ4HC_BinTree_InsertAndGetAllMatches() 186 int mnum = 0; in LZ4HC_BinTree_GetAllMatches() local 189 … best_mlen = LZ4HC_BinTree_InsertAndGetAllMatches(ctx, ip, iHighLimit, best_mlen, matches, &mnum); in LZ4HC_BinTree_GetAllMatches() 191 return mnum; in LZ4HC_BinTree_GetAllMatches()
|
/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 | 979 int mnum = CtMember.Cache.count(mth, mthTail); in getDeclaredBehaviors() local 981 CtBehavior[] cb = new CtBehavior[cnum + mnum]; in getDeclaredBehaviors()
|