Lines Matching refs:U32
22 #include "../common/mem.h" /* BYTE, U16, U32 */
30 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = {
37 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = {
49 static UNUSED_ATTR const U32 ML_base[MaxML+1] = {
63 U32 fastMode;
64 U32 tableLog;
71 U32 baseValue;
77 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32 ((ZSTD_BUILD_FSE_TABLE_WKSP_SIZE + sizeof(U32) - 1) / sizeof(U32))
85 U32 rep[ZSTD_REP_NUM];
86 U32 workspace[ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32];
133 U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; /* space needed when building huffman tables */
144 U32 litEntropy;
145 U32 fseEntropy;
150 U32 validateChecksum; /* if == 1, will validate checksum. Is == 1 if (fParams.checksumFlag == 1) and (forceIgnoreChecksum == 0). */
164 U32 dictID;
185 U32 previousLegacyVersion;
186 U32 legacyVersion;
188 U32 hostageByte;