Lines Matching refs:memoTable_t
284 } memoTable_t; typedef
494 paramVariation(paramValues_t* ptr, memoTable_t* mtAll, const U32 nbChanges) in paramVariation()
1416 static size_t memoTableGet(const memoTable_t* memoTableArray, const paramValues_t p) { in memoTableGet()
1417 const memoTable_t mt = memoTableArray[p.vals[strt_ind]]; in memoTableGet()
1429 static void memoTableSet(const memoTable_t* memoTableArray, const paramValues_t p, const BYTE value… in memoTableSet()
1430 const memoTable_t mt = memoTableArray[p.vals[strt_ind]]; in memoTableSet()
1444 static void freeMemoTableArray(memoTable_t* const mtAll) { in freeMemoTableArray()
1455 static memoTable_t*
1461 memoTable_t* const mtAll = (memoTable_t*)calloc(sizeof(memoTable_t),(ZSTD_STRATEGY_MAX + 1)); in createMemoTableArray()
1512 static void randomConstrainedParams(paramValues_t* pc, const memoTable_t* memoTableArray, const ZST… in randomConstrainedParams()
1515 const memoTable_t mt = memoTableArray[st]; in randomConstrainedParams()
1768 BMK_benchResult_t* winnerResult, memoTable_t* const memoTableArray, in benchMemo()
2173 memoTable_t* mtAll, in climbOnce()
2281 memoTable_t* memoTableArray, const int tries) in optimizeFixedStrategy()
2373 memoTable_t* allMT = NULL; in optimizeForSize()