OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stateLitLength
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_sequences.c
301
FSE_CState_t
stateLitLength
;
313
FSE_initCState2(&
stateLitLength
, CTable_LitLength, llCodeTable[nbSeq-1]);
349
FSE_encodeSymbol(&blockStream, &
stateLitLength
, llCode); /* 16 */ /* 33 */
375
DEBUGLOG(6, "ZSTD_encodeSequences: flushing LL state with %u bits",
stateLitLength
.stateLog);
376
FSE_flushCState(&blockStream, &
stateLitLength
);
/src/external/bsd/zstd/dist/tests/
decodecorpus.c
944
FSE_CState_t
stateLitLength
;
953
FSE_initCState2(&
stateLitLength
, CTable_LitLength, llCodeTable[nbSeq-1]);
973
FSE_encodeSymbol(&blockStream, &
stateLitLength
, llCode); /* 16 */ /* 33 */
986
FSE_flushCState(&blockStream, &
stateLitLength
);
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026