Home
last modified time | relevance | path

Searched refs:dtLog (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c291 *ptr++ = HUF_decodeSymbolX1(DStreamPtr, dt, dtLog)
338 U32 const dtLog = dtd.tableLog; in HUF_decompress1X1_usingDTable_internal_body() local
342 HUF_decodeStreamX1(op, &bitD, oend, dt, dtLog); in HUF_decompress1X1_usingDTable_internal_body()
387 U32 const dtLog = dtd.tableLog; in HUF_decompress4X1_usingDTable_internal_body() local
429 HUF_decodeStreamX1(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body()
430 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body()
431 HUF_decodeStreamX1(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body()
738 ptr += HUF_decodeSymbolX2(ptr, DStreamPtr, dt, dtLog)
750 const HUF_DEltX2* const dt, const U32 dtLog) in HUF_decodeStreamX2() argument
770 p += HUF_decodeLastSymbolX2(p, bitDPtr, dt, dtLog); in HUF_decodeStreamX2()
[all …]
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v02.c1686 *ptr++ = HUF_decodeSymbolX2(DStreamPtr, dt, dtLog)
1735 const U32 dtLog = DTable[0]; in HUF_decompress4X2_usingDTable() local
1803 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X2_usingDTable()
1804 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X2_usingDTable()
1805 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X2_usingDTable()
1806 HUF_decodeStreamX2(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X2_usingDTable()
2045 ptr += HUF_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2076 p += HUF_decodeLastSymbolX4(p, bitDPtr, dt, dtLog); in HUF_decodeStreamX4()
2097 const U32 dtLog = DTable[0]; in HUF_decompress4X4_usingDTable() local
2410 const void* dsPtr = DTable + 1 + ((size_t)1<<(dtLog-1)); in HUF_decodeStreamX6()
[all …]
H A Dzstd_v03.c1683 *ptr++ = HUF_decodeSymbolX2(DStreamPtr, dt, dtLog)
1732 const U32 dtLog = DTable[0]; in HUF_decompress4X2_usingDTable() local
1800 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X2_usingDTable()
1801 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X2_usingDTable()
1802 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X2_usingDTable()
1803 HUF_decodeStreamX2(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X2_usingDTable()
2042 ptr += HUF_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2046 ptr += HUF_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2050 ptr += HUF_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2073 p += HUF_decodeLastSymbolX4(p, bitDPtr, dt, dtLog); in HUF_decodeStreamX4()
[all …]
H A Dzstd_v04.c1835 *ptr++ = HUF_decodeSymbolX2(DStreamPtr, dt, dtLog)
1883 const U32 dtLog = DTable[0]; in HUF_decompress4X2_usingDTable() local
1951 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X2_usingDTable()
1952 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X2_usingDTable()
1953 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X2_usingDTable()
1954 HUF_decodeStreamX2(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X2_usingDTable()
2192 ptr += HUF_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2196 ptr += HUF_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2200 ptr += HUF_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2223 p += HUF_decodeLastSymbolX4(p, bitDPtr, dt, dtLog); in HUF_decodeStreamX4()
[all …]
H A Dzstd_v06.c2063 *ptr++ = HUFv06_decodeSymbolX2(DStreamPtr, dt, dtLog)
2103 const U32 dtLog = DTable[0]; in HUFv06_decompress1X2_usingDTable() local
2111 HUFv06_decodeStreamX2(op, &bitD, oend, dt, dtLog); in HUFv06_decompress1X2_usingDTable()
2147 const U32 dtLog = DTable[0]; in HUFv06_decompress4X2_usingDTable() local
2213 HUFv06_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog); in HUFv06_decompress4X2_usingDTable()
2214 HUFv06_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUFv06_decompress4X2_usingDTable()
2432 ptr += HUFv06_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2462 p += HUFv06_decodeLastSymbolX4(p, bitDPtr, dt, dtLog); in HUFv06_decodeStreamX4()
2477 const U32 dtLog = DTable[0]; in HUFv06_decompress1X4_usingDTable() local
2487 HUFv06_decodeStreamX4(ostart, &bitD, oend, dt, dtLog); in HUFv06_decompress1X4_usingDTable()
[all …]
H A Dzstd_v05.c1927 *ptr++ = HUFv05_decodeSymbolX2(DStreamPtr, dt, dtLog)
1967 const U32 dtLog = DTable[0]; in HUFv05_decompress1X2_usingDTable() local
1976 HUFv05_decodeStreamX2(op, &bitD, oend, dt, dtLog); in HUFv05_decompress1X2_usingDTable()
2013 const U32 dtLog = DTable[0]; in HUFv05_decompress4X2_usingDTable() local
2079 HUFv05_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog); in HUFv05_decompress4X2_usingDTable()
2080 HUFv05_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUFv05_decompress4X2_usingDTable()
2303 ptr += HUFv05_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2333 p += HUFv05_decodeLastSymbolX4(p, bitDPtr, dt, dtLog); in HUFv05_decodeStreamX4()
2348 const U32 dtLog = DTable[0]; in HUFv05_decompress1X4_usingDTable() local
2359 HUFv05_decodeStreamX4(ostart, &bitD, oend, dt, dtLog); in HUFv05_decompress1X4_usingDTable()
[all …]
H A Dzstd_v07.c1838 *ptr++ = HUFv07_decodeSymbolX2(DStreamPtr, dt, dtLog)
1882 U32 const dtLog = dtd.tableLog; in HUFv07_decompress1X2_usingDTable_internal() local
1887 HUFv07_decodeStreamX2(op, &bitD, oend, dt, dtLog); in HUFv07_decompress1X2_usingDTable_internal()
1961 U32 const dtLog = dtd.tableLog; in HUFv07_decompress4X2_usingDTable_internal() local
2002 HUFv07_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog); in HUFv07_decompress4X2_usingDTable_internal()
2003 HUFv07_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUFv07_decompress4X2_usingDTable_internal()
2004 HUFv07_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog); in HUFv07_decompress4X2_usingDTable_internal()
2005 HUFv07_decodeStreamX2(op4, &bitD4, oend, dt, dtLog); in HUFv07_decompress4X2_usingDTable_internal()
2243 ptr += HUFv07_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog)
2273 p += HUFv07_decodeLastSymbolX4(p, bitDPtr, dt, dtLog); in HUFv07_decodeStreamX4()
[all …]
H A Dzstd_v01.c1063 static BYTE HUF_decodeSymbol(FSE_DStream_t* Dstream, const HUF_DElt* dt, const U32 dtLog) in HUF_decodeSymbol() argument
1065 const size_t val = FSE_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbol()
1085 const U32 dtLog = DTable[0]; in HUF_decompress_usingDTable() local
1120 op[n] = HUF_decodeSymbol(&Dstream, dt, dtLog); in HUF_decompress_usingDTable()
1123 op[n] = HUF_decodeSymbol(&Dstream, dt, dtLog); \ in HUF_decompress_usingDTable()
1127 op[n] = HUF_decodeSymbol(&Dstream, dt, dtLog); \ in HUF_decompress_usingDTable()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c21553 *ptr++ = HUF_decodeSymbolX1(DStreamPtr, dt, dtLog)
21600 U32 const dtLog = dtd.tableLog; in HUF_decompress1X1_usingDTable_internal_body() local
21604 HUF_decodeStreamX1(op, &bitD, oend, dt, dtLog); in HUF_decompress1X1_usingDTable_internal_body()
21649 U32 const dtLog = dtd.tableLog; in HUF_decompress4X1_usingDTable_internal_body() local
21691 HUF_decodeStreamX1(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body()
21692 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body()
21693 HUF_decodeStreamX1(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body()
22034 ptr += HUF_decodeSymbolX2(ptr, DStreamPtr, dt, dtLog)
22046 const HUF_DEltX2* const dt, const U32 dtLog) in HUF_decodeStreamX2() argument
22066 p += HUF_decodeLastSymbolX2(p, bitDPtr, dt, dtLog); in HUF_decodeStreamX2()
[all …]