Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dhuf_decompress.c146 FORCE_INLINE size_t HUF_decodeStreamX2(BYTE *p, BIT_DStream_t *const bitDPtr, BYTE *const pEnd, con… in HUF_decodeStreamX2() function
185 HUF_decodeStreamX2(op, &bitD, oend, dt, dtLog); in HUF_decompress1X2_usingDTable_internal()
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()

Completed in 5 milliseconds