Home
last modified time | relevance | path

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

/external/zstd/lib/dictBuilder/
Dzdict.c629 typedef struct { U32 offset; U32 count; } offsetCount_t; typedef
631 static void ZDICT_insertSortCount(offsetCount_t table[ZSTD_REP_NUM+1], U32 val, U32 count) in ZDICT_insertSortCount()
637 offsetCount_t tmp; in ZDICT_insertSortCount()
675 offsetCount_t bestRepOffset[ZSTD_REP_NUM+1]; in ZDICT_analyzeEntropy()