Searched refs:LTSIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/programs/
H A Ddatagen.c37 #define LTSIZE (1<<LTLOG) macro
38 #define LTMASK (LTSIZE-1)
66 for (u=0; u<LTSIZE; ) {
67 U32 const weight = (U32)((double)(LTSIZE - u) * ld) + 1;
68 U32 const end = MIN ( u + weight , LTSIZE);
143 BYTE ldt[LTSIZE];
157 BYTE ldt[LTSIZE]; /* literals distribution table */

Completed in 46 milliseconds