Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c389 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function
407 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
H A Dzstd_v03.c1083 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function
1093 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
H A Dzstd_v02.c1082 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function
1092 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
H A Dzstd_v04.c1122 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function
1132 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()