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

/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c520 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; /* double-symbols decoding */ typedef in typeref:struct:__anon10963
528 static void HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 sizeLog, const U32 consumed,
533 HUF_DEltX2 DElt;
569 static void HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog,
599 HUF_DEltX2 DElt;
620 HUF_DEltX2* const dt = (HUF_DEltX2*)dtPtr;
646 DEBUG_STATIC_ASSERT(sizeof(HUF_DEltX2) == sizeof(HUF_DTable)); /* if compiler fails here, assertion is wrong */
713 HUF_decodeSymbolX2(void* op, BIT_DStream_t* DStream, const HUF_DEltX2* dt, const U32 dtLog)
722 HUF_decodeLastSymbolX2(void* op, BIT_DStream_t* DStream, const HUF_DEltX2* d
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c1532 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; /* single-symbol decoding */ typedef in typeref:struct:__anon11037
1637 HUF_DEltX2* const dt = (HUF_DEltX2*)(ptr);
1639 HUF_STATIC_ASSERT(sizeof(HUF_DEltX2) == sizeof(U16)); /* if compilation fails here, assertion is false */
1664 HUF_DEltX2 D;
1674 static BYTE HUF_decodeSymbolX2(BIT_DStream_t* Dstream, const HUF_DEltX2* dt, const U32 dtLog)
1693 static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX2* const dt, const U32 dtLog)
1731 const HUF_DEltX2* const dt = ((const HUF_DEltX2*)ptr) +1;
H A Dzstd_v02.c1535 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; /* single-symbol decoding */ typedef in typeref:struct:__anon11018
1640 HUF_DEltX2* const dt = (HUF_DEltX2*)ptr;
1642 HUF_STATIC_ASSERT(sizeof(HUF_DEltX2) == sizeof(U16)); /* if compilation fails here, assertion is false */
1667 HUF_DEltX2 D;
1677 static BYTE HUF_decodeSymbolX2(BIT_DStream_t* Dstream, const HUF_DEltX2* dt, const U32 dtLog)
1696 static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX2* const dt, const U32 dtLog)
1734 const HUF_DEltX2* const dt = ((const HUF_DEltX2*)ptr) +1;
H A Dzstd_v04.c1685 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; /* single-symbol decoding */ typedef in typeref:struct:__anon11056
1789 HUF_DEltX2* const dt = (HUF_DEltX2*)dtPtr;
1791 HUF_STATIC_ASSERT(sizeof(HUF_DEltX2) == sizeof(U16)); /* if compilation fails here, assertion is false */
1816 HUF_DEltX2 D;
1826 static BYTE HUF_decodeSymbolX2(BIT_DStream_t* Dstream, const HUF_DEltX2* dt, const U32 dtLog)
1845 static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX2* const dt, const U32 dtLog)
1882 const HUF_DEltX2* const dt = ((const HUF_DEltX2*)dtPtr) +1;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c21809 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; /* double-symbols decoding */ typedef in typeref:struct:__anon10760
21817 static void HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 sizeLog, const U32 consumed,
21822 HUF_DEltX2 DElt;
21858 static void HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog,
21888 HUF_DEltX2 DElt;
21909 HUF_DEltX2* const dt = (HUF_DEltX2*)dtPtr;
21935 DEBUG_STATIC_ASSERT(sizeof(HUF_DEltX2) == sizeof(HUF_DTable)); /* if compiler fails here, assertion is wrong */
22009 HUF_decodeSymbolX2(void* op, BIT_DStream_t* DStream, const HUF_DEltX2* dt, const U32 dtLog)
22018 HUF_decodeLastSymbolX2(void* op, BIT_DStream_t* DStream, const HUF_DEltX2* d
[all...]

Completed in 399 milliseconds