Searched refs:FSE_DECODE_TYPE (Results 1 – 7 of 7) sorted by relevance
74 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable_internal()
688 #define FSE_DECODE_TYPE FSE_decode_t macro
391 #define FSE_DECODE_TYPE FSE_decode_t macro404 …FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)(ptr) + 1; /* because dt is unsigned, 32-… in FSE_buildDTable()
991 #define FSE_DECODE_TYPE FSE_decode_t macro1081 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()1097 …memset(tableDecode, 0, sizeof(FSE_DECODE_TYPE) * (maxSymbolValue+1) ); /* useless init, but keep… in FSE_buildDTable()
1096 #define FSE_DECODE_TYPE FSE_decode_t macro1105 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable()
1095 #define FSE_DECODE_TYPE FSE_decode_t macro1103 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable()
2128 #define FSE_DECODE_TYPE FSE_decode_t macro2825 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()