OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stateMatchLength
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_sequences.c
299
FSE_CState_t
stateMatchLength
;
311
FSE_initCState2(&
stateMatchLength
, CTable_MatchLength, mlCodeTable[nbSeq-1]);
347
FSE_encodeSymbol(&blockStream, &
stateMatchLength
, mlCode); /* 24 */ /* 24 */
371
DEBUGLOG(6, "ZSTD_encodeSequences: flushing ML state with %u bits",
stateMatchLength
.stateLog);
372
FSE_flushCState(&blockStream, &
stateMatchLength
);
/src/external/bsd/zstd/dist/tests/
decodecorpus.c
942
FSE_CState_t
stateMatchLength
;
951
FSE_initCState2(&
stateMatchLength
, CTable_MatchLength, mlCodeTable[nbSeq-1]);
971
FSE_encodeSymbol(&blockStream, &
stateMatchLength
, mlCode); /* 24 */ /* 24 */
984
FSE_flushCState(&blockStream, &
stateMatchLength
);
Completed in 169 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026