Searched refs:dtLog (Results 1 – 1 of 1) sorted by relevance
/u-boot/lib/zstd/ |
A D | huf_decompress.c | 177 U32 const dtLog = dtd.tableLog; in HUF_decompress1X2_usingDTable_internal() local 185 HUF_decodeStreamX2(op, &bitD, oend, dt, dtLog); in HUF_decompress1X2_usingDTable_internal() 253 U32 const dtLog = dtd.tableLog; in HUF_decompress4X2_usingDTable_internal() local 310 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X2_usingDTable_internal() 311 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X2_usingDTable_internal() 312 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X2_usingDTable_internal() 313 HUF_decodeStreamX2(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X2_usingDTable_internal() 594 ptr += HUF_decodeSymbolX4(ptr, DStreamPtr, dt, dtLog) 620 p += HUF_decodeLastSymbolX4(p, bitDPtr, dt, dtLog); in HUF_decodeStreamX4() 712 U32 const dtLog = dtd.tableLog; in HUF_decompress4X4_usingDTable_internal() local [all …]
|
Completed in 5 milliseconds