HomeSort by: relevance | last modified time | path
    Searched defs:HUF_DEltX4 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c 1468 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding */
1769 static void HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed,
1774 HUF_DEltX4 DElt;
1814 static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog,
1850 HUF_DEltX4 DElt;
1875 HUF_DEltX4* const dt = ((HUF_DEltX4*)ptr) + 1;
1877 HUF_STATIC_ASSERT(sizeof(HUF_DEltX4) == sizeof(U32)); /* if compilation fails here, assertion is false */
1949 static U32 HUF_decodeSymbolX4(void* op, BIT_DStream_t* DStream, const HUF_DEltX4* dt, const U32 dtLog)
1957 static U32 HUF_decodeLastSymbolX4(void* op, BIT_DStream_t* DStream, const HUF_DEltX4* dt, const U32 dtLog
    [all...]
zstd_v04.c 1627 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding */
1926 static void HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed,
1931 HUF_DEltX4 DElt;
1971 static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog,
2007 HUF_DEltX4 DElt;
2031 HUF_DEltX4* const dt = ((HUF_DEltX4*)dtPtr) + 1;
2033 HUF_STATIC_ASSERT(sizeof(HUF_DEltX4) == sizeof(U32)); /* if compilation fails here, assertion is false */
2105 static U32 HUF_decodeSymbolX4(void* op, BIT_DStream_t* DStream, const HUF_DEltX4* dt, const U32 dtLog)
2113 static U32 HUF_decodeLastSymbolX4(void* op, BIT_DStream_t* DStream, const HUF_DEltX4* dt, const U32 dtLog
    [all...]
zstd_v02.c 1472 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding */
1773 static void HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed,
1778 HUF_DEltX4 DElt;
1818 static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog,
1854 HUF_DEltX4 DElt;
1879 HUF_DEltX4* const dt = ((HUF_DEltX4*)ptr) + 1;
1881 HUF_STATIC_ASSERT(sizeof(HUF_DEltX4) == sizeof(U32)); /* if compilation fails here, assertion is false */
1953 static U32 HUF_decodeSymbolX4(void* op, BIT_DStream_t* DStream, const HUF_DEltX4* dt, const U32 dtLog)
1961 static U32 HUF_decodeLastSymbolX4(void* op, BIT_DStream_t* DStream, const HUF_DEltX4* dt, const U32 dtLog
    [all...]

Completed in 26 milliseconds