Searched refs:memoTableArray (Results 1 – 1 of 1) sorted by relevance
/external/zstd/tests/ |
D | paramgrill.c | 1416 static size_t memoTableGet(const memoTable_t* memoTableArray, const paramValues_t p) { in memoTableGet() argument 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() argument 1430 const memoTable_t mt = memoTableArray[p.vals[strt_ind]]; in memoTableSet() 1512 static void randomConstrainedParams(paramValues_t* pc, const memoTable_t* memoTableArray, const ZST… in randomConstrainedParams() argument 1515 const memoTable_t mt = memoTableArray[st]; in randomConstrainedParams() 1525 if(!(memoTableGet(memoTableArray, *pc))) break; /* only pick unpicked params. */ in randomConstrainedParams() 1768 BMK_benchResult_t* winnerResult, memoTable_t* const memoTableArray, in benchMemo() argument 1773 if ( memoTableGet(memoTableArray, cParams) >= INFEASIBLE_THRESHOLD in benchMemo() 1787 memoTableSet(memoTableArray, cParams, 255); /* what happens if collisions are frequent */ in benchMemo() [all …]
|