OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HUF_decodeStreamX4
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c
1986
static inline size_t
HUF_decodeStreamX4
(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HUF_DEltX4* const dt, const U32 dtLog)
2096
HUF_decodeStreamX4
(op1, &bitD1, opStart2, dt, dtLog);
2097
HUF_decodeStreamX4
(op2, &bitD2, opStart3, dt, dtLog);
2098
HUF_decodeStreamX4
(op3, &bitD3, opStart4, dt, dtLog);
2099
HUF_decodeStreamX4
(op4, &bitD4, oend, dt, dtLog);
zstd_v04.c
2142
static inline size_t
HUF_decodeStreamX4
(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HUF_DEltX4* const dt, const U32 dtLog)
2249
HUF_decodeStreamX4
(op1, &bitD1, opStart2, dt, dtLog);
2250
HUF_decodeStreamX4
(op2, &bitD2, opStart3, dt, dtLog);
2251
HUF_decodeStreamX4
(op3, &bitD3, opStart4, dt, dtLog);
2252
HUF_decodeStreamX4
(op4, &bitD4, oend, dt, dtLog);
zstd_v02.c
1990
static inline size_t
HUF_decodeStreamX4
(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HUF_DEltX4* const dt, const U32 dtLog)
2100
HUF_decodeStreamX4
(op1, &bitD1, opStart2, dt, dtLog);
2101
HUF_decodeStreamX4
(op2, &bitD2, opStart3, dt, dtLog);
2102
HUF_decodeStreamX4
(op3, &bitD3, opStart4, dt, dtLog);
2103
HUF_decodeStreamX4
(op4, &bitD4, oend, dt, dtLog);
Completed in 93 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026