Home
last modified time | relevance | path

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

/external/zstd/tests/
Dparamgrill.c284 } 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()
[all …]